This commit migrates all content related to the Fedora Code of Conduct into a new Antora module. This segments it off from the rest of the Fedora Project docs and also sets up in the future to have reviewer groups on Forgejo that are automatically tagged for review on specific Antora modules. It also provides improved discoverability of the Fedora CoC source material. I used Antora page aliases to handle redirects from the previous URL paths. ref: https://pagure.io/Fedora-Council/council-docs/pull-request/242 Signed-off-by: Justin W. Wheeler <jwf@redhat.com>
17 lines
839 B
YAML
17 lines
839 B
YAML
# Name will be mostly visible in the URL. Treat it as an identifier.
|
|
# 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: project
|
|
|
|
# Title will be visible on the page.
|
|
title: Fedora Project
|
|
|
|
# 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
|
|
|
|
# This lists all the menu definitions of your component.
|
|
nav:
|
|
- modules/ROOT/nav.adoc
|
|
- modules/code-of-conduct/nav.adoc
|