Source repository for Fedora Mindshare Committee documentation https://docs.fedoraproject.org/en-US/mindshare-committee/
Find a file
J.W.F 901ce84c4c 🏗️ events: Create new Antora module
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č
2023-04-27 20:13:00 +00:00
modules 🏗️ events: Create new Antora module 2023-04-27 20:13:00 +00:00
.gitignore 🚚 Update paths and configs for new source repository 2023-04-11 16:45:36 -04:00
.gitlab-ci.yml 👷 CI: Add GitLab CI pipeline 2023-04-11 17:05:16 -04:00
antora.yml 🏗️ events: Create new Antora module 2023-04-27 20:13:00 +00:00
build.sh 🚚 Update paths and configs for new source repository 2023-04-11 16:45:36 -04:00
LICENSE.txt 🎉 Initial commit 2023-04-11 16:23:33 -04:00
preview.sh 🎉 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