-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
76 lines (72 loc) · 1.96 KB
/
Copy pathmkdocs.yml
File metadata and controls
76 lines (72 loc) · 1.96 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: Datto.DBPool.Refresh
site_url: https://datto-dbpool-refresh.kentsapp.com/
site_description: PowerShell module is used to refresh all child containers in Datto (Kaseya) DBPool
site_dir: ./site/
docs_dir: ./docs/site/
exclude_docs: |
/en-US/
/generated/
repo_url: https://github.com/cksapp/Datto-DBPool_Refresh
theme:
name: material
#logo: assets/logo.svg
#favicon: assets/favicon.ico
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
toggle:
icon: material/theme-light-dark
name: Toggle light/dark mode
# Palette toggle for light mode
- media: '(prefers-color-scheme: light)'
scheme: default
toggle:
icon: material/toggle-switch
name: Switch to dark mode
primary: blue
accent: deep orange
# Palette toggle for dark mode
- media: '(prefers-color-scheme: dark)'
scheme: slate
toggle:
icon: material/toggle-switch-off
name: Switch to system preference
primary: indigo
accent: deep purple
icon:
repo: material/github
features:
- content.code.copy
- header.autohide
- navigation.instant
- navigation.instant.progress
#- navigation.footer # Add page navigation to the footer
- navigation.tabs
#- navigation.tabs.sticky # Keep the tabs visible when scrolling
- navigation.top
- search.suggest
- search.highlight
- search.share
- toc.follow # Highlight the current section in the table of contents
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/cksapp
name: GitHub
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/kentsapp
name: LinkedIn
copyright: Copyright © 2023 - 2024 Kent Sapp
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- attr_list
- toc:
permalink: 🔗
plugins:
- privacy
- search
- social
- open-in-new-tab
- glightbox