Migration test of Quick Docs
Find a file
Jeremy Cline 0be84787b0
Fix up the bisect guide to be more user-friendly
For some reason starting a bisect with `git bisect start <bad> <good>`
quietly accepts invalid revisions, whereas doing it this way will cause
git to complain so the user knows they've made a mistake.

Signed-off-by: Jeremy Cline <jcline@redhat.com>
2018-06-18 15:22:18 -04:00
_images
_javascripts
_stylesheets
_templates
en-US Fix up the bisect guide to be more user-friendly 2018-06-18 15:22:18 -04:00
.gitignore
_distro_map.yml
_topic_map.yml add remix-docs 2018-05-02 11:01:43 +02:00
index-main.html
README.md "Hiding" unfinished work so we can publish this 2018-03-03 22:30:37 +01: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.

Look for easy edits in the _topic_map.yml. The files commented out need your help.

How to edit this document

This document set 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