Contributor facing documentation for the Fedora Infrastructure
Find a file
Adam Williamson 070b9a24fc EOL SOP: various updates
* Link to docs.fp.o not the wiki
* Send announcements to test@ as well as test-announce@
* Only update fedora-appstream-metadata package if necessary
* Don't use bullets in sections with only one instruction
* Drop the FNNM release from Bodhi commands (no longer exists)
* Clean up the flow of ansible section a bit
* Correct syntax for the rbac-playbook command

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2024-11-26 09:23:33 -08:00
modules EOL SOP: various updates 2024-11-26 09:23:33 -08:00
.gitignore Add a .gitignore file 2019-09-15 11:10:30 +02:00
antora.yml Change the structure of the documentation 2024-04-03 08:56:12 +00:00
docsbuilder.sh Sync with updates from fedora-docs-template 2023-08-16 04:14:58 +00:00
LICENSE Add a LICENSE file 2019-09-15 11:11:15 +02:00
nginx.conf Sync with updates from fedora-docs-template 2023-08-16 04:14:58 +00:00
README.md Sync with updates from fedora-docs-template 2023-08-16 04:14:58 +00:00
site.yml Sync with updates from fedora-docs-template 2023-08-16 04:14:58 +00:00

Fedora Infrastructure Documentation

This repository contains the sources for the documentation related to the Fedora Infrastructure team.

The Documentation is built and available to read on the Fedora Documentation site at:

https://docs.fedoraproject.org/en-US/infra/

Local preview

This repo includes a script to build and preview the contents of this repository.

NOTE: Please note that if you reference pages from other repositories, such links will be broken in this local preview as it only builds this repository. If you want to rebuild the whole Fedora Docs site, please see the Fedora Docs build repository for instructions.

The script works on Fedora (using Podman or Docker) and macOS (using Docker).

To build and preview the site, run:

$ ./docsbuilder.sh -p

The result will be available at http://localhost:8080

To stop the preview:

$ ./docsbuilder.sh -k

Writing the documentation

The Fedora Infrastructure Documentation uses asciidoc as the source markup.

Below are some resources to help you get started with asciidoc:

License

This documentation is made available under CC-BY-SA 3.0