-
Notifications
You must be signed in to change notification settings - Fork 17
/
mkdocs.yml
36 lines (35 loc) · 1.15 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
34
35
36
---
# Copyright (c) Ansible Project
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
# SPDX-License-Identifier: GPL-3.0-or-later
site_name: antsibull-docs – Ansible Documentation Build Scripts
site_url: https://ansible.readthedocs.io/projects/antsibull-docs
repo_url: https://github.com/ansible-community/antsibull-docs
theme:
name: ansible
features:
- content.code.copy
- navigation.footer
# Disable webfonts
font: false
# REUSE-IgnoreStart
copyright: >
Copyright (C) 2024 Ansible Project Authors |
SPDX-License-Identifier: <a style="text-decoration: underline;" href="https://github.com/ansible-community/antsibull-docs/blob/main/LICENSE">GPL-3.0-or-later</a>
# REUSE-IgnoreEnd
markdown_extensions:
# Builtin
- admonition
- toc:
permalink: true
# pymdownx
- pymdownx.escapeall
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences
nav:
- antsibull-docs: index.md
- Creating a collection docsite: collection-docs.md
- Official Ansible docsite: package-docs.md
- Join the Community: community.md
- antsibull-docs Release Notes: changelog.md