-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
52 lines (27 loc) · 1.03 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
INHERIT: website-template/mkdocs.yml
docs_dir: 'docs'
repo_name: Centurion Ansible Collection
repo_url: https://gitlab.com/nofusscomputing/projects/ansible/collections/centurion
edit_uri: '/-/ide/project/nofusscomputing/projects/ansible/collections/centurion/edit/development/-/docs/'
nav:
- Home: index.md
- Articles:
- articles/index.md
- Projects:
- projects/index.md
- Ansible:
- projects/ansible/index.md
- Collections:
- projects/ansible/collection/index.md
- Centurion:
- projects/ansible/collection/centurion/index.md
- Playbooks:
- projects/ansible/collection/centurion/playbooks/index.md
- projects/ansible/collection/centurion/playbooks/inventory.md
- projects/ansible/collection/centurion/playbooks/teams.md
- Plugins:
- projects/ansible/collection/centurion/plugins/index.md
- projects/ansible/collection/centurion/plugins/inventory.md
- Operations:
- operations/index.md
- Contact Us: contact.md