forked from operations/docs
Rename docs publishing module from `/program_management/` to `/operations/`. This is a more clear alignment with the core mandate that the Fedora Operations Architect has in their role. It closely ties the work of program management work into "Program Operations", which links clearly into the title of the FOA's role and the work they do in the project and the community. Some of this will need to be improved upon later, but this is a starting point for getting this work moved over to Forgejo from Pagure. Signed-off-by: Justin Wheeler <jwheel@redhat.com>
20 lines
1.2 KiB
YAML
20 lines
1.2 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: operations
|
|
|
|
# Title will be visible on the page.
|
|
title: Fedora Program Operations
|
|
|
|
# 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 "~" 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
|
|
|
|
asciidoc:
|
|
attributes:
|
|
bugzilla_eol_query: 'https://bugzilla.redhat.com/buglist.cgi?bug_status=__open__&columnlist=product%2Ccomponent%2Cassigned_to%2Cbug_status%2Cresolution%2Cshort_desc%2Cchangeddate%2Cversion&keywords=Tracking%2C%20&keywords_type=nowords&limit=0&list_id=11471716&product=Fedora&product=Fedora%20Container%20Images&query_format=advanced&target_milestone=---&target_release=---&version=31'
|