Source repository for Fedora Mindshare Committee documentation https://docs.fedoraproject.org/en-US/mindshare-committee/
Find a file
Greg Sutcliffe 6758125cc5
Some checks failed
Antora docs CI / Build preview (PR) (push) Has been skipped
Antora docs CI / Build pages (main, fedora namespace) (push) Failing after 9s
Add Forgejo-style CI workflow, 3rd try
Signed-off-by: Greg Sutcliffe <github@emeraldreverie.org>
2026-03-04 12:06:18 +00:00
.forgejo/workflows Add Forgejo-style CI workflow, 3rd try 2026-03-04 12:06:18 +00:00
modules Refine Digital Ambassadorship definition 2025-12-16 10:25:32 +00:00
.gitignore 📝🔨 docsbuilder.sh: Update latest upstream docs dev build script 2025-04-04 13:16:59 -04:00
.gitlab-ci.yml 👷 CI: Add GitLab CI pipeline 2023-04-11 17:05:16 -04:00
antora.yml 🏗️ Antora: Create policy module 2023-06-11 15:09:38 +00:00
docsbuilder.sh 🔧 docs: Change Antora Docker Hub image to Fedora Docs Site image 2026-01-15 12:25:02 -05:00
LICENSE.txt 🎉 Initial commit 2023-04-11 16:23:33 -04:00
README.md 📝 Add dev docs to README, improve style guide adherence 2023-04-11 17:36:53 -04:00
site.yml 🚚 Update paths and configs for new source repository 2023-04-11 16:45:36 -04:00

Fedora Mindshare Committee documentation

This repository contains the source content for the Fedora Mindshare Committee 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.

Report an issue with the Mindshare Committee docs

Noticed some wrong or incorrect with the Mindshare Committee 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 Mindshare Committee 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/mindshare/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