-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
139 lines (71 loc) · 2.37 KB
/
mkdocs.yml
File metadata and controls
139 lines (71 loc) · 2.37 KB
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
INHERIT: docs_template/mkdocs.yml
repo_name: Website
repo_url: https://github.com/nofusscomputing/website
edit_uri: '/edit/development/pages/'
nav:
- Home: index.md
- Articles:
- articles/index.md
- 2023:
- articles/2023/new_website.md
- 2015:
- articles/2015/choose_internet_service.md
- 2014:
- articles/2014/mdt_setup.md
- Content Tags: tags.md
- Projects:
- projects/index.md
- Ansible:
- projects/ansible/index.md
- Ansible Execution Environment:
- projects/ansible/execution_environment/index.md
- Collections:
- projects/ansible/collection/index.md
- Centurion:
- projects/ansible/collection/centurion/index.md
- Roles:
- projects/ansible/collection/centurion/roles/index.md
- Git:
- projects/ansible/collection/centurion/roles/git/index.md
- Firewall:
- projects/ansible/collection/firewall/index.md
- Kubernetes:
- projects/ansible/collection/kubernetes/index.md
- netbox:
- projects/ansible/collection/netbox/index.md
- phpIPAM Scan Agent:
- projects/ansible/collection/phpipam_scan_agent/index.md
- Playbooks:
- projects/ansible/playbooks/index.md
- Roles:
- projects/ansible/roles/index.md
- Common:
- projects/ansible/roles/common/index.md
- Git Configuration:
- projects/ansible/roles/git_configuration/index.md
- Home Assistant:
- projects/ansible/roles/homeassistant/index.md
- Testing:
- projects/ansible/roles/ansible_test/index.md
- Docker:
- projects/docker/index.md
- BIND DNS Server:
- projects/docker/bind/index.md
- Docker GLPI:
- projects/glpi/index.md
- Docker Mail:
- projects/docker-mail/index.md
- Centurion ERP:
- projects/centurion_erp/index.md
- Centurion UI:
- projects/centurion_user_interface/index.md
- Gitlab CI: projects/gitlab-ci/index.md
- ITIL:
- Runbooks:
- projects/itil/runbooks/index.md
- Kubernetes Monitoring: projects/kubernetes_monitoring/index.md
- LDAP Self Service: projects/ldap_self_service/index.md
- Python Gitlab Management: projects/python-gitlab-management/README.md
- Operations:
- operations/index.md
- Contact Us: contact.md