This commit starts a brand new git repository, using the Fedora Docs template repository, for the Fedora AI/ML SIG. For now, the content is mostly a placeholder. I worked on the content while I was offline on a plane, so I was not able to verify information online while I was working. However, we can lift the existing content on the Fedora Wiki and start moving it into the Fedora Docs site as we go. Signed-off-by: Justin Wheeler <jwheel@redhat.com>
20 lines
953 B
YAML
20 lines
953 B
YAML
# 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
|