No description
This repository has been archived on 2026-05-29. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
Brian (bex) Exelbierd b9a7011691 Fix option display for operf
when a line starts with a [term] like [option] AsciiDoc reads this
as a role for the next block.  By adding a dummy hard return, `+`
to the end of the line we override this behavior
2017-08-10 13:11:52 +02:00
_images Initial AsciiDoc/AsciiBinder Commit 2017-07-24 22:26:40 +02:00
_javascripts Initial AsciiDoc/AsciiBinder Commit 2017-07-24 22:26:40 +02:00
_stylesheets Initial AsciiDoc/AsciiBinder Commit 2017-07-24 22:26:40 +02:00
_templates Fix logo url in index.html and templates 2017-08-10 11:17:35 +02:00
Common_Content Initial AsciiDoc/AsciiBinder Commit 2017-07-24 22:26:40 +02:00
en-US Fix option display for operf 2017-08-10 13:11:52 +02:00
.gitignore Initial AsciiDoc/AsciiBinder Commit 2017-07-24 22:26:40 +02:00
_distro_map.yml Fix mobile nav menu and distro name 2017-07-25 11:16:29 +02:00
_topic_map.yml Initial AsciiDoc/AsciiBinder Commit 2017-07-24 22:26:40 +02:00
index-main.html Fix logo url in index.html and templates 2017-08-10 11:17:35 +02:00
LICENSE.txt Initial AsciiDoc/AsciiBinder Commit 2017-07-24 22:26:40 +02:00
README.md Initial AsciiDoc/AsciiBinder Commit 2017-07-24 22:26:40 +02:00

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.

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