This repository has been archived by the owner on Mar 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
mkdocs.yml
72 lines (64 loc) · 1.86 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
site_name: OpenCAD
site_description: OpenCAD Documentation
repo_url: "https://github.com/OpenCAD-app/OpenCAD-docs"
edit_uri: "https://github.com/OpenCAD-app/OpenCAD-docs/docs/"
markdown_extensions:
- pymdownx.highlight:
linenums: true
- pymdownx.superfences
plugins:
- search
- git-revision-date
theme:
name: material
nav_style: dark
logo: assets/logo.png
favicon: assets/logo.png
scheme: slate
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: black
accent: grey
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: black
toggle:
icon: material/toggle-switch
name: Switch to light mode
features:
- navigation.tabs
- navigation.tracking
- navigation.top
- search.highlight
- toc.integrate
extra_css:
- stylesheets/extra.css
extra:
version:
provider: mike
nav:
- "Home": 'index.md'
- "Installation":
- "Welcome": 'install/install-welcome.md'
- 'install/cpanel-welcome.md'
- 'install/directadmin-welcome.md'
- 'install/iis-install.md'
- 'install/dev-xampp-install.md'
- 'install/autoinstaller.md'
- "Administrator Guides":
- "Welcome": 'admin/admin-welcome.md'
- "User Administration": 'admin/user-admin/user-admin-welcome.md'
- "Civilian Administration": 'admin/civ-admin/civ-admin-welcome.md'
- "Data Type Management": 'admin/data-type-mgmt/data-type-mgmt-welcome.md'
- "User Guides":
- "Welcome": 'user/user-welcome.md'
- 'Support':
- 'support/support-welcome.md'
- 'Developer Reference':
- 'developer/plugins.md'
- 'developer/translating.md'