Migration test of Quick Docs
Find a file
Robert Kratky cd0e811d39 Merge branch 'xorg' into 'master'
Modularized and edited xorg info

Probably worth a quick review as this is my first real contribution to the project, just to confirm I understood and followed the expected formats/style/organization.

See merge request !17
2017-12-15 15:35:35 +05:30
_images initial commit 2017-10-25 23:55:53 +02:00
_javascripts initial commit 2017-10-25 23:55:53 +02:00
_stylesheets initial commit 2017-10-25 23:55:53 +02:00
_templates initial commit 2017-10-25 23:55:53 +02:00
en-US Merge branch 'xorg' into 'master' 2017-12-15 15:35:35 +05:30
.gitignore initial commit 2017-10-25 23:55:53 +02:00
_distro_map.yml initial commit 2017-10-25 23:55:53 +02:00
_topic_map.yml Merge branch 'xorg' into 'master' 2017-12-15 15:35:35 +05:30
index-main.html initial commit 2017-10-25 23:55:53 +02:00
README.md initial commit 2017-10-25 23:55:53 +02:00

Fedora Quick Docs

This is the content repository for the Fedora Quick Docs

Please report Issues and submit Pull Requests for Content Fixes here. General appearance issues and publishing issues should be reported against the publisher.

How to edit this document

This document is coded in AsciiDoc. The content is in the en-US directory. There is a shared entity file in the en-US directory. Do not edit the content in the Common_Content directory.

Testing your changes locally

To test your changes, first install asciibinder

$ gem install ascii_binder

To build your changes, from the root directory:

$ asciibinder package
$ firefox _package/main/index.html