-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
61 lines (55 loc) · 1.48 KB
/
Copy pathmkdocs.yml
File metadata and controls
61 lines (55 loc) · 1.48 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
# Project information
site_name: Adorsys OpenStack
site_description: "OpenStack project backed by adorsys"
site_url: "https://openstack.github.io/adorsys-gis"
# Development server settings
dev_addr: 0.0.0.0:8000
# Theme settings
theme:
name: material
locale: en
highlightjs: true
palette:
scheme: slate
primary: purple
# Navbar settings (site structure)
nav:
- Home: index.md
- Documentation:
- Ansible: ansible_docs.md
- NetPlan: netplan_doc.md
- NTP: ntp_docs.md
- VLAN: VLAN.md
- NetBird:
- Troubleshooting: netbird/netbird_troubleshooting.md
- Access Review: netbird/netbird_access_review.md
- Tutorials:
- Ansible Tutorial: tutorials/ansible_tuto.md
- Boot Documentation: tutorials/boot_docs.md
- Minimal KVM Setup: tutorials/minimal_kvm_setup.md
- NTP Setup Tutorial: tutorials/ntp_setup_tuto.md
- Setup vSwitch: tutorials/setupvswitch.md
- Setting Up Monitoring Netbird With Wazuh: tutorials/netbird_wazuh_integration.md
# Extra settings
markdown_extensions:
- admonition
- codehilite
- attr_list
- footnotes
- tables
- toc:
permalink: true
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
repo_name: OpenStack
repo_url: https://github.com/adorsys-gis/openstack
edit_uri: edit/main/docs/