-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathmkdocs.yml
More file actions
76 lines (71 loc) · 2.28 KB
/
mkdocs.yml
File metadata and controls
76 lines (71 loc) · 2.28 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
site_name: InteLIS Documentation
site_description: Setup guides, troubleshooting, and API reference for InteLIS
site_url: https://deforay.github.io/intelis/
repo_url: https://github.com/deforay/intelis
repo_name: deforay/intelis
docs_dir: docs
theme:
name: material
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: teal
accent: teal
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: teal
accent: teal
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.instant
- navigation.tracking
- navigation.sections
- navigation.expand
- navigation.top
- toc.follow
- content.tabs.link
icon:
repo: fontawesome/brands/github
nav:
- Home: index.md
- Installation:
- Using Docker (Recommended): guides/installing-intelis-with-docker.md
- InteLIS on Ubuntu: guides/installing-intelis-on-ubuntu.md
- VLSM on Windows: guides/installing-vlsm-on-windows.md
- Updates & Migration:
- Updating InteLIS on Ubuntu: guides/updating-intelis-on-ubuntu.md
- Updating VLSM on Windows: guides/updating-vlsm-on-windows.md
- Migrating Ubuntu Machines: guides/migrating-ubuntu-machines.md
- Backup:
- Google Drive with Rclone: guides/backing-up-to-google-drive-with-rclone.md
- Remote Backup Server: guides/backing-up-to-remote-server.md
- Maintenance:
- Scripts & Tools: guides/maintenance.md
- Troubleshooting:
- Fix Collation Mismatch: guides/fix-collation-issue.md
- Permission Denied Issue: guides/permission-denied-issue.md
- Setting up Interfacing Tool: guides/setting-up-interfacing-tool.md
- Remote Administration:
- Remote Command Plane (runbook): guides/remote-command-plane.md
- Architecture: ARCHITECTURE.md
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- tables
- toc:
permalink: true
- attr_list
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/deforay/intelis