- Shell 100%
The Coordinators Handbook embedded a full Markdown issue template as a code block for proposing new mentorship programs. This template now lives as a proper Forgejo YAML issue form in the tickets repo (mentored-projects/tickets#180), so the docs page replaces the 70+ line code block with a short paragraph pointing to the issue template. Also updates the project proposal URL from the old GitLab.com Mentoring Working Group Home repo to the Forge tickets repository. Assisted-by: Claude Opus 4.6 (1M context) Signed-off-by: Justin Wheeler <jwheel@redhat.com> |
||
|---|---|---|
| modules | ||
| .gitignore | ||
| antora.yml | ||
| docsbuilder.sh | ||
| LICENSE.txt | ||
| README.adoc | ||
| site.yml | ||
Mentored Projects WG Docs
Please report issues and submit pull requests for Content Fixes to Fedora Mentored Projects documentation against this repo. General appearance issues and publishing issues should be reported to the Fedora Docs Team.
Never done a pull request (or "PR")? See the GitHub Guides for getting started with git. If you already know git, see the Forgejo documentation for Pull Requests on how to submit contributions on forge.fedoraproject.org.
How to edit these documents
Content for the Mentored Projects documentation is stored in this repository. Source content is written in AsciiDoc. See these resources for help using AsciiDoc:
-
Advanced topics for Fedora Docs, AsciiDoc, and Antora:
Test with a local preview
This repo includes a shell script to build and preview the contents of this repository.
NOTE: Please note that if you reference pages from other repositories, those links will be broken in the local preview, as it only builds this repository. If you want to rebuild the whole Fedora Docs site, see the Fedora Docs build repository for instructions.
Both of the below scripts use containers, so ensure Podman or Docker is installed on your system before beginning. To build and preview the site, run:
./docsbuilder.sh
The preview is hosted at http://localhost:8080.