-
Notifications
You must be signed in to change notification settings - Fork 43
/
mkdocs.yml
33 lines (33 loc) · 1.02 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
site_name: Ansible Package Release Management
site_url: https://ansible.readthedocs.io/projects/ansible-build-data
repo_url: https://github.com/ansible-community/ansible-build-data
theme:
name: ansible
features:
- content.code.copy
- navigation.footer
# NOTE(gotmax23): I dislike web fonts in general and the Red Hat fonts from
# the Ansible theme in particular
font: false
# REUSE-IgnoreStart
copyright: >
Copyright (C) 2023 Ansible Project Authors |
SPDX-License-Identifier: <a style="text-decoration: underline;" href="https://github.com/ansible-community/ansible-build-data/blob/main/LICENSE">GPL-3.0-or-later</a>
# REUSE-IgnoreEnd
markdown_extensions:
# Builtin
- admonition
- footnotes
- toc:
permalink: true
# pymdownx
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences
nav:
- Ansible Build Data: README.md
- Automated Ansible Release Process: automated-process.md
- Manual Ansible Release Process: release-process.md
- policies.md
- new-ansible-and-freezes.md