AsciiDoc source content for the Fedora Community Ops Team documentation. https://docs.fedoraproject.org/en-US/commops/
Find a file
Justin Wheeler c445a309b0
🐛 site.yml: Remove start_path to fix build script
This commit removes the `start_path` parameter from the `site.yml`
Antora config file, because it is simply not needed anymore! In the
previous repository structure, the docs were in a `docs/` directory in
the root folder, but now, the Antora tree is in the root directory of
this dedicated `commops/docs` repository.

I realized this change needed to be made while I was trying to build the
docs locally, and the script gave me an error that it could not find the
source content.

Signed-off-by: Justin Wheeler <jwheel@redhat.com>
2026-02-10 17:03:39 +01:00
modules 🎉 Initial commit 2026-02-10 16:21:42 +01:00
.gitignore 🎉 Initial commit 2026-02-10 16:21:42 +01:00
antora.yml 🎉 Initial commit 2026-02-10 16:21:42 +01:00
docsbuilder.sh 🎉 Initial commit 2026-02-10 16:21:42 +01:00
LICENSE.txt 🎉 Initial commit 2026-02-10 16:21:42 +01:00
nginx.conf 🎉 Initial commit 2026-02-10 16:21:42 +01:00
README.adoc 🎉 Initial commit 2026-02-10 16:21:42 +01:00
site.yml 🐛 site.yml: Remove start_path to fix build script 2026-02-10 17:03:39 +01:00

Fedora Docs content licensed under CC BY-SA 4.0
Join us at #commops:fedoraproject.org on Matrix

Please report issues and submit pull requests for Content Fixes to Fedora Community Ops documentation against this repo. General appearance issues and publishing issues should be reported to the Fedora Docs Team.

Never done a pull request (or "PR")? See the GitHub Guides for getting started with git. If you already know git, see the Forgejo documentation for Pull Requests on how to submit contributions on forge.fedoraproject.org.

How to edit these documents

Content for the Community Ops documentation is stored in this repository. Source content is written in AsciiDoc. See these resources for help using AsciiDoc:

Test with a local preview

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

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

Both of the below scripts use containers, so ensure Podman or Docker is installed on your system before beginning. To build and preview the site, run:

./docsbuilder.sh

The preview is hosted at http://localhost:8080.