Source repository for Fedora Badges documentation found at https://docs.fedoraproject.org/en-US/badges/
Find a file
sheikhlimon 7716cb3981 Update Antora UI bundle URL to fix CI build
- Use the active GitLab UI bundle URL in site.yml
- Set log-failure-level to fatal in docs.yml so cross-repo links don't break the build

Signed-off-by: sheikhlimon <sheikhlimon404@gmail.com>
2026-08-17 04:31:24 +00:00
.forgejo/workflows Update Antora UI bundle URL to fix CI build 2026-08-17 04:31:24 +00:00
modules/ROOT Update Pagure and GitLab references to Fedora Forge 2026-08-16 22:24:48 +06:00
.gitignore Import scripts to build & preview locally and update the README. 2022-10-03 21:43:30 +00:00
.gitlab-ci.yml 📝 🔧 Update README for GitLab, add GitLab CI 2023-09-06 11:07:16 +02:00
antora.yml Updated build configuration 2022-10-04 19:14:29 +02:00
build.sh Import scripts to build & preview locally and update the README. 2022-10-03 21:43:30 +00:00
LICENSE.txt Add default Fedora content license 2023-05-19 15:11:12 -04:00
preview.sh Import scripts to build & preview locally and update the README. 2022-10-03 21:43:30 +00:00
README.md Update Pagure and GitLab references to Fedora Forge 2026-08-16 22:24:48 +06:00
site.yml Update Antora UI bundle URL to fix CI build 2026-08-17 04:31:24 +00:00

Fedora Badges documentation

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

Report an issue with the Badges docs

Noticed some wrong or incorrect with the Fedora Badges 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 Badges 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/badges/docs/
./build.sh && ./preview.sh

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