-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmkdocs.yml
73 lines (66 loc) · 2.07 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
73
site_name: Caktus Guidebook
copyright: "© 2015 - <script>document.write(new Date().getFullYear())</script> <a href='https://www.caktusgroup.com' target='_blank'>Caktus Group</a>"
theme:
# Main site theme
name: material
custom_dir: overrides
icon:
logo: logo
features:
- navigation.tabs
- navigation.sections
- navigation.tracking
# Enables dark-mode
palette:
- media: "(prefers-color-scheme: light)" #
scheme: default
# Customize primary color
primary: teal
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)" #
scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
extra:
# Social media links
social:
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/caktus-consulting-group-llc/
- icon: fontawesome/brands/github
link: https://github.com/caktus
- icon: fontawesome/brands/twitter
link: https://twitter.com/caktusgroup
- icon: fontawesome/brands/facebook
link: https://www.facebook.com/CaktusGroup/
analytics:
provider: google
property: G-HVXWC9MZN5
markdown_extensions:
- meta
- admonition
- attr_list
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.snippets
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
plugins:
- git-revision-date
- search
- redirects:
redirect_maps:
'developer-onboarding/dev-containers.md': 'getting-started/dev-containers.md'
'reference/backups.md': 'infrastructure/hosting-services/backups.md'
'reference/disaster-recovery.md': 'infrastructure/hosting-services/disaster-recovery.md'
'reference/security-policy.md': 'policies/security-policy.md'
repo_url: https://github.com/caktus/developer-documentation
repo_name: developer-documentation
edit_uri: edit/main/docs/
extra_css:
- stylesheets/extra.css