-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
57 lines (50 loc) · 1.17 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
site_name: docsible
repo_url: https://github.com/docsible/docsible
repo_name: docsible/docsible
theme:
name: material
highlightjs: true
custom_dir: theme
color_mode: slate
features:
- navigation.tabs
- navigation.footer
- navigation.path
user_color_mode_toggle: true
font:
text: Inter
palette:
- scheme: slate
primary: black
toggle:
icon: material/weather-sunny
name: Switch to light mode
- scheme: default
primary: white
toggle:
icon: material/weather-night
name: Switch to dark mode
nav:
- Documentation: documentation.md
- Overview: overview.md
- CLI: cli.md
- Security: security.md
- Installation: installation.md
- Build: build.md
- Learn:
- Templating: learn/templating.md
- Examples:
- Github/Gitlab hosted: examples.md
- Role: examples/role.md
- Collection: examples/collection.md
extra_css:
- assets/css/custom.css
extra_javascript:
- assets/js/custom.js
copyright: "Built with 💻, ☕, and a dash of ❤️ by Lucian BLETAN - © 2025"
extra:
generator: false
social:
- icon: material/head-question
link: /about
name: About