mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-28 14:56:35 +00:00
Migration test of Quick Docs
3790929366
Dayle & Suyog- Using virtualization on Fedora Please merge the following - from the docs day in Brisbane - work by Dayle & Suyog Sainkar @ssainkar Needs testing on Fedora 27. We left out qemu.adoc as it didn't fit the topic. See merge request !5 |
||
---|---|---|
_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