Official Fedora AI/ML SIG AsciiDoc & Antora source documentation for docs.fedoraproject.org https://docs.fedoraproject.org/en-US/ai/
Find a file
Justin Wheeler 8ee2b0abf1
🏗️ docs: Scaffold Antora modules for SIG focus areas
Create five new Antora modules reflecting the AI/ML SIG's mission areas:
`packaging` (RPM packaging), `resistor` (AI Developer Desktop), `users`
(user guides for AI tools on Fedora), `contrib` (Agent Skills Library
and workflows), and `infra` (build systems, COPR, CI, GPU hardware).

Each module has a placeholder index page describing planned content and
linking to the "Get Involved" page in the ROOT module, and the new docs
content request issue template. This gives project leads and
contributors clear ownership areas they can populate independently.

Assisted-by: Claude Opus 4.6 (1M context)
Signed-off-by: Justin Wheeler <jwheel@redhat.com>
2026-08-13 17:59:36 -04:00
modules 🏗️ docs: Scaffold Antora modules for SIG focus areas 2026-08-13 17:59:36 -04:00
.gitignore 🙈 gitignore: Initial commit 2026-03-04 10:41:35 -08:00
antora.yml 🏗️ docs: Scaffold Antora modules for SIG focus areas 2026-08-13 17:59:36 -04:00
docsbuilder.sh 🎉 Initial commit 2026-03-04 10:39:51 -08:00
LICENSE.txt 🎉 Initial commit 2026-03-04 10:39:51 -08:00
README.adoc 🎉 Initial commit 2026-03-04 10:39:51 -08:00
site.yml 🎉 Initial commit 2026-03-04 10:39:51 -08:00

AI/ML SIG Docs

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

Please report issues and submit pull requests for Content Fixes to Fedora AI/ML SIG 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.