# Name will be mostly visible in the URL. # Treat it as an unchangeable identifier. # Tip: If you use the docsbuilder.sh preview script in this repo, also change this value in site.yml file. (under site/start_page) name: ai # Title will be visible on the page. title: Fedora AI/ML SIG # If you don't plan to have multiple versions of the docs (for example, to document multiple versions of some software), you can ignore this field. Otherwise, change "master" to a specific version. version: ~ # We encourage you to name the index page as "index.adoc". If you absolutely have to use a different name, please reflect it here. You can ignore this field otherwise. start_page: ROOT:index.adoc # Navbar element. Anything added below appears in the docs.fp.o site navbar. # # NOTE: If you want to add to the sidebar, look at the `nav.adoc` file in a # module first. If you create a new module, add its `nav.adoc` file below. nav: - modules/ROOT/nav.adoc - modules/contrib/nav.adoc - modules/infra/nav.adoc - modules/packaging/nav.adoc - modules/resistor/nav.adoc - modules/users/nav.adoc