Official Fedora Council Documentation
Find a file
2018-02-28 16:00:08 +01:00
_images more https fixes 2017-11-21 22:12:49 +01:00
_javascripts Initial template 2017-09-01 18:18:02 -04:00
_stylesheets Adding nostriping option for tables 2017-11-21 17:15:41 +01:00
_templates more https fixes 2017-11-21 22:12:49 +01:00
council fpl stuff 2018-02-28 14:49:13 +01:00
project add link to latest status for objectives 2018-02-28 16:00:08 +01:00
subprojects Adding the Mindshare diagram that is inserted in the doc 2018-02-27 06:43:22 -03:00
.gitignore Initial template 2017-09-01 18:18:02 -04:00
_distro_map.yml Initial template 2017-09-01 18:18:02 -04:00
_topic_map.yml Add Diversity Advisor Description 2018-01-23 07:44:05 +01:00
index-main.html more https fixes 2017-11-21 22:12:49 +01:00
README.md link to PR docs 2017-10-24 10:40:17 -04:00

Fedora Council Docs

Please report Issues and submit Pull Requests for Content Fixes here. Never done a pull request (or "PR")? Here's the Pagure documentation for Pull Requests.

Note that since this is official Fedora Council documentation, some changes may need agreement from the Council as a whole first. (For these, file a Council ticket).

General appearance issues and publishing issues should be reported against the publishing software.

How to edit these documents

All of this is written in AsciiDoc. It's a simple mostly-plain-text markup language. You may want to look at:

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

Help wanted: We need Ruby packaging experts to help us get asciibinder into Fedora as an RPM.