Contributor facing documentation for the Fedora Infrastructure
Find a file
Adam Williamson 24ed33ef98 releng SOPs misc: drop dead pages, link sigul SOP, clean up template
There's currently an `sop.adoc` page which looks like a bad wiki
conversion of a list of links to the miscellaneous SOPs. We
already have `index.adoc` as a *working* list of links to the
miscellaneous SOPs, so this is pretty redundant, let's just drop
it. Also dropped: sop_update_releng_docs , which is entirely
outdated.

Also, make `index.adoc` and the nav sidebar link to the sigul
client setup SOP which they're currently missing, and update the
SOP template page a bit.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2023-09-26 17:45:10 -07:00
modules releng SOPs misc: drop dead pages, link sigul SOP, clean up template 2023-09-26 17:45:10 -07:00
.gitignore Add a .gitignore file 2019-09-15 11:10:30 +02:00
antora.yml Sync with updates from fedora-docs-template 2023-08-16 04:14:58 +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