This repo hosts source content for the Design Team Fedora Docs site. https://docs.fedoraproject.org/en-US/design/
Find a file
ekidney 1ee9cab745 Update modules/ROOT/pages/get-involved.adoc
Update ticket queue links to point to Forgejo
2026-03-12 10:04:16 +00:00
.gitlab/issue_templates Initial commit 2022-12-06 10:33:20 +01:00
modules/ROOT Update modules/ROOT/pages/get-involved.adoc 2026-03-12 10:04:16 +00:00
.gitignore 📝🏗️ Initialize Design Team docs for 2025 2025-02-10 17:14:57 -05:00
.gitlab-ci.yml Initial commit 2022-12-06 10:33:20 +01:00
antora.yml 📝🏗️ Initialize Design Team docs for 2025 2025-02-10 17:14:57 -05:00
docsbuilder.sh 📝🏗️ Initialize Design Team docs for 2025 2025-02-10 17:14:57 -05:00
LICENSE.txt 📝🏗️ Initialize Design Team docs for 2025 2025-02-10 17:14:57 -05:00
nginx.conf Initial commit 2022-12-06 10:33:20 +01:00
README.md First update 2025-02-13 16:37:45 +00:00
site.yml 📝🏗️ Initialize Design Team docs for 2025 2025-02-10 17:14:57 -05:00

Fedora Design Team documentation

This repository contains the source content for the Fedora Design Team documentation. The Antora configuration files and AsciiDoc source content are hosted in this repository. Please report Issues and submit Merge Requests for content fixes here.

Contributing

The contents of this repository are licensed under the default content license of the Fedora Project. Contributions are accepted under the default content license of the Fedora Project unless explicitly stated otherwise. Contributors to this repository must have signed the Fedora Project Contributor Agreement.

Report an issue with the Design Team docs

Noticed some wrong or incorrect with the Design Team documentation? Open a new Issue to report the problem. Check the list of open issues first to see if someone else has already reported the problem before opening a new issue.

Fedora Design Team docs issues

Local preview

This repo includes scripts to build and preview the contents of this repository. Both scripts work on Fedora (using Podman) and macOS (using Docker). To build and preview the site, run the following commands in a terminal:

cd /path/to/fedora/design/docs/
./docsbuilder.sh -p

A preview of local changes will be available at localhost:8080.

NOTE: If you xref to pages from other repositories, those links will not work 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.

Installing Podman on Fedora

You may need to install Podman using the following command on Fedora Linux:

sudo dnf install podman