- Shell 100%
This commit changes the information architecture of event-related documentation in the Mindshare Committee docs site. Content was changed minimally; most changes were to mention GitLab instead of Pagure or to use Discourse/Matrix instead of mailing lists/IRC. Additionally, the pages in this section now use attributes for several links. In the event that a link changes in the future, it will be easier to update URLs from a single place instead of several links becoming outdated. I chose to separate the events documentation into a new module because it provides a greater degree of separation from other content published in the Mindshare Committee documentation. It can exist as a more independent part of our docs instead of getting grouped together with Committee procedures, policies, and onboarding guidance for members. Signed-off-by: Justin W. Flory (he/him) <jwf@redhat.com> Use Camel Case in the navfile Petr Bokoč |
||
|---|---|---|
| modules | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| antora.yml | ||
| build.sh | ||
| LICENSE.txt | ||
| preview.sh | ||
| 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