docs/README.md
Sandro Bonazzola 0841efed8f
Some checks failed
Antora docs CI / Build pages (main, fedora namespace) (pull_request) Has been skipped
Antora docs CI / Build preview (PR) (pull_request) Failing after 10s
Antora docs CI / Build preview (PR) (push) Has been skipped
Antora docs CI / Build pages (main, fedora namespace) (push) Failing after 10s
📝 docs(README): Fix script start command, update URLs
- Updated build and preview instructions
- Updated links

Signed-off-by: Sandro Bonazzola <sbonazzo@redhat.com>
2026-07-08 16:04:35 -04:00

1.7 KiB

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/
./docsbuilder.sh -b && ./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