25 lines
1.1 KiB
YAML
25 lines
1.1 KiB
YAML
# Name will be mostly visible in the URL. Treat it as an indentifier.
|
|
# Tip: If you want to use the local preview scripts that come with this repository, please change this value in the site.yml file as well. (under site/start_page)
|
|
name: dei
|
|
|
|
# Title will be visible on the page.
|
|
title: Fedora Diversity, Equity, and Inclusion (DEI)
|
|
|
|
# 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: master
|
|
|
|
# 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/events/nav.adoc
|
|
- modules/event-checklist/nav.adoc
|
|
- modules/outreachy/nav.adoc
|
|
- modules/roles/nav.adoc
|
|
- modules/resources/nav.adoc
|
|
- modules/archive/nav.adoc
|