How-tos and other short-form documentation
windows-virtio-drivers Edited the windows-virtio-drivers file for the Fedora docs hackathon. File has been reorganized into modules. Asciidoc formatting has been updated. Spelled out several acronyms and made other minor text edits. Added a few overview sentences to provide context for each module. Added links to GPLv2 license text, definition of Caveat Emptor, and the yum page of the Fedora wiki. See merge request !22 |
||
---|---|---|
_images | ||
_javascripts | ||
_stylesheets | ||
_templates | ||
en-US | ||
.gitignore | ||
_distro_map.yml | ||
_topic_map.yml | ||
index-main.html | ||
README.md |
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