Migration test of Quick Docs
Find a file
Geoff a288a833cc Add Raspberry PI Doc and Create Hello World RPM
This is 21 squashed commits

change
Removed all non-asciidoc metadata.
Formatting changes to raspberry pi quick doc.
Fixed bad links, code snippits.
Fixed bad links, spelling, grammar issues.
Changes titles and updated some headers.
Made each sentence it's own line. Minor spelling changes.
Made each sentence it's own line on create-hello-world-rpm.adoc. Header changes to both files.
Removed all non-asciidoc metadata.
Removed all non-asciidoc metadata.
Changes titles and updated some headers.
Edited one-sentence-per-line.
Corrected literal block formatting.
Modified some hard links to potentially obsolete infomation, other minor pruning before release.
Header changes.
Created 'attributes.adoc' for attribute linking within docs.
Fixed broken links using attributes.
Edited formatting of _topic_maps and fixed bad links in create-hello-world-rpm.
Fixed asciidocs "attributes.adoc" header and bad links.
Removed syntax highlighting.
Fixed syntax highlighting on create-hello-world-RPM.adoc.
2018-04-13 15:06:56 +02:00
_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 Add Raspberry PI Doc and Create Hello World RPM 2018-04-13 15:06:56 +02:00
.gitignore add html files to gitignore 2017-12-14 14:44:56 +01:00
_distro_map.yml Fix branch in distro map 2018-02-27 13:52:33 -05:00
_topic_map.yml Add Raspberry PI Doc and Create Hello World RPM 2018-04-13 15:06:56 +02:00
index-main.html initial commit 2017-10-25 23:55:53 +02:00
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