- Shell 100%
|
|
||
|---|---|---|
| .forgejo/workflows | ||
| modules | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| antora.yml | ||
| docsbuilder.sh | ||
| LICENSE.txt | ||
| README.md | ||
| site.yml | ||
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