Source documentation for the Fedora Mentored Projects WG documentation site on docs.fedoraproject.org https://docs.fedoraproject.org/en-US/mentored-projects/
Find a file
Justin Wheeler 2b8b76359f
🗃️ ROOT(nav.adoc): Sort by decades, create Retired Programs section
This commit is a major reworking of the sidebar navigation. The sidebar
navigation has become difficult to navigate and find the most useful
information. So, a few things were changed:

1. Past projects for all programs are now sorted by decades, if the
   program participation spans more than one decade. This makes some of
   the sections load more quickly without making the user experience
   worse with very lengthy, long lists in the sidebar nav.

2. Google Code-In and Google Season of Docs are moved to a new Retired
   Programs section in the navigation. This more or less hides them from
   view while also keeping them in plain sight. Now, they will not be
   unfolded by default when navigating the main page or the other
   program sections in the sidebar nav.

Signed-off-by: Justin Wheeler <jwheel@redhat.com>
2026-02-26 05:06:51 -05:00
modules 🗃️ ROOT(nav.adoc): Sort by decades, create Retired Programs section 2026-02-26 05:06:51 -05:00
.gitignore 🙈 Add Fedora Docs gitignore 2026-02-25 19:59:58 -05:00
antora.yml 🎉 Initial commit 2026-02-25 19:57:06 -05:00
docsbuilder.sh 🎉 Initial commit 2026-02-25 19:57:06 -05:00
LICENSE.txt 🎉 Initial commit 2026-02-25 19:57:06 -05:00
README.adoc 🎉 Initial commit 2026-02-25 19:57:06 -05:00
site.yml 🎉 Initial commit 2026-02-25 19:57:06 -05:00

Mentored Projects WG Docs

Fedora Docs content licensed under CC BY-SA 4.0
Join us at #mentoring:fedoraproject.org on Matrix

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:

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.