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
2017-11-21 15:20:53 +01: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 path to RH logo 2017-11-21 11:24:34 +01:00
Common_Content Initial AsciiDoc/AsciiBinder Commit 2017-07-24 22:26:40 +02:00
en-US Fix http/https link issues 2017-11-21 15:20:53 +01:00
.gitignore Initial AsciiDoc/AsciiBinder Commit 2017-07-24 22:26:40 +02:00
_distro_map.yml Branching for F27 - adding _distro_map.yml 2017-09-24 17:04:45 +02:00
_topic_map.yml adding index page 2017-09-16 18:03:20 +02:00
index-main.html adding F27 link to index.html 2017-10-31 18:12:27 +01:00
LICENSE.txt Initial AsciiDoc/AsciiBinder Commit 2017-07-24 22:26:40 +02:00
README.md move to fedora-docs 2017-08-21 17:45:11 +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