Documentation about all (most!) things Fedora operations and program management. Primary maintainer is the Fedora Operations Architect (https://docs.fedoraproject.org/en-US/council/foa/). https://docs.fedoraproject.org/en-US/program_management/
Find a file
2026-05-12 19:29:29 +02:00
modules/ROOT elections: Update for F44 elections 2026-05-12 19:29:29 +02:00
releases 🚚 Meta: Rename Fedora Program Manager to Fedora Operations Architect 2026-05-05 23:53:04 +02:00
.gitignore add gitignore 2019-10-07 15:11:10 +02:00
AGENTS.md AGENTS.md: Initial commit for LLM contributor guidance 2026-05-06 00:09:31 +02:00
antora.yml Antora: s/program_management/operations/ 2026-01-22 21:01:52 -05:00
docsbuilder.sh ♻️ Refactor repository landing experience 2026-01-22 22:27:03 -05:00
LICENSE.txt ♻️ Refactor repository landing experience 2026-01-22 22:27:03 -05:00
nginx.conf Initial commit of Antora infrastructure 2019-09-30 16:43:13 -04:00
README.md ♻️ Refactor repository landing experience 2026-01-22 22:27:03 -05:00
site.yml Antora: s/program_management/operations/ 2026-01-22 21:01:52 -05:00

Fedora Program Operations Documentation

This repository contains the source documentation for Fedora Program Operations. It covers operational guidelines, schedules, and program processes maintained by the Fedora Operations Architect.

👥 Maintainers & Contact

Primary Owner: Fedora Operations Architect

Status Details
Current Maintainer Aoife Moloney
Availability Note ⚠️ On Maternity Leave until May 18th.
Interim Contact Please reach out to the Fedora Project Leader or file an issue in this repository for urgent matters during this absence.

📘 Documentation Scope

This documentation focuses on:

  • Program Management: Schedules, releases, and election timelines.
  • Operations: Logic regarding the day-to-day operations of the Fedora Project.
  • Processes: Change management and strategic planning documentation.

🛠 Building the Docs Locally

This project uses Antora to build the documentation site. The structure follows standard Fedora Docs guidelines.

Prerequisites

You need podman (on Fedora/Linux) or docker (on macOS/Windows) to build the site locally.

Quick Start

To build and preview the site in one step, run:

$ ./docsbuilder.sh

The result will be available at localhost:8080.

Repository Structure

|-- antora.yml ....................... Metadata definition
|-- build.sh ......................... Local build script (uses container)
|-- preview.sh ....................... Local preview script (uses container)
|-- site.yml ......................... Playbook for the build script
`-- modules
    `-- ROOT
        |-- assets/images ............ Static images
        |-- nav.adoc ................. Sidebar navigation menu
        `-- pages .................... The actual .adoc content files

Full Build (Fedora Docs Context)

To preview your changes within the context of the entire Fedora Docs website (checking cross-references), you must clone the main build repository.

  1. Clone the build repo:
git clone [https://pagure.io/fedora-docs/docs-fp-o.git](https://pagure.io/fedora-docs/docs-fp-o.git)
cd docs-fp-o
  1. Modify site.yml in that repo to point to your local version of the operations docs (or your fork on Forgejo).

  2. Build the full site:

./docsbuilder.sh

All Fedora Documentation content available under CC BY-SA 4.0 or, when specifically noted, under another accepted free and open content license.