antora conversion

This commit is contained in:
Brian (bex) Exelbierd 2018-07-28 10:29:42 +02:00
commit 59b80be098
118 changed files with 251 additions and 1330 deletions

View file

@ -1,22 +0,0 @@
# Fedora System Administrators Guide
This is the content repository for the Fedora System Administrators Guide.
Please report Issues and submit Pull Requests for **Content Fixes** here. General appearance issues and publishing issues should be reported against the [publisher](https://pagure.io/fedora-docs/docs-fp-o).
## 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
```