-
Notifications
You must be signed in to change notification settings - Fork 13
/
mkdocs.yml
84 lines (82 loc) · 2.49 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
---
site_name: Ansible DevTools
site_url: https://ansible.readthedocs.io/projects/team-devtools/
repo_url: https://github.com/ansible/team-devtools
edit_uri: blob/main/docs/
copyright: Copyright © 2023 Red Hat, Inc.
theme:
name: ansible
features:
- content.code.copy
- content.action.edit
- navigation.expand
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/ansible/team-devtools
nav:
- home: index.md
- guides:
- Code Reviews: guides/code-reviews.md
- Manage Releases: guides/releases.md
- Github Actions: guides/gha.md
- Mentoring: guides/mentoring.md
- CalVer Releases: guides/calver.md
- Ansible:
- Permissions: guides/ansible/permissions.md
- Python:
- Python Packaging: guides/python/packaging.md
- Python Dependencies: guides/python/dependencies.md
- PyTest: guides/python/pytest.md
- Tox: guides/python/tox.md
- Release: guides/python/release.md
- VsCode:
- Typescript: guides/vscode/use-cases.md
- Release: guides/vscode/release.md
- stats:
- Molecule Plugins: stats/molecule-plugins.md
- Repository Status: stats/repos.md
# - ansible-language-server: '!import https://github.com/ansible/ansible-language-server?branch=main&multi_docs=False'
# - projects: "*include .cache/*/mkdocs.yml"
plugins:
- autorefs
- material/search
- exclude:
glob:
- "*/changelog-fragments.d/*"
- material/social
# Disabled due to https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/issues/89
# - git-revision-date-localized:
# enable_creation_date: false
# fallback_to_build_date: true
# exclude:
# - index.md
markdown_extensions:
- admonition
- def_list
- footnotes
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets:
check_paths: true
- pymdownx.superfences
- pymdownx.magiclink:
repo_url_shortener: true
repo_url_shorthand: true
social_url_shorthand: true
social_url_shortener: true
user: facelessuser
repo: pymdown-extensions
normalize_issue_symbols: true
- pymdownx.tabbed:
alternate_style: true
- toc:
# reduced to keep TOC nice under Changelog page
toc_depth: 2
permalink: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format