-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
58 lines (51 loc) · 1.33 KB
/
mkdocs.yml
File metadata and controls
58 lines (51 loc) · 1.33 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
site_name: "Secrets Cache"
site_url: "https://secrets-cache.ritviknag.com"
repo_url: https://github.com/rnag/py-secrets-cache
repo_name: rnag/py-secrets-cache
theme:
name: material
features:
# - navigation.tabs
- navigation.sections
- navigation.instant
- navigation.top
- navigation.footer
# - content.action.edit # adds "Edit on GitHub"
# - content.action.view # adds "View source"
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/weather-sunny
name: Switch to light mode
markdown_extensions:
- admonition
- codehilite
- toc:
permalink: true
nav:
- Home: index.md
- Installation: installation.md
- Usage: usage.md
# - Lambda Example: lambda_example.md
# - Features: features.md
# - Credits: credits.md
docs_dir: docs
plugins:
- search
- include-markdown
- gh-admonitions # enables [!TIP], [!NOTE], etc.
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/rnag/py-secrets-cache
announcement:
content: "⭐ Star us on [GitHub](https://github.com/rnag/py-secrets-cache)!"
homepage: https://github.com/rnag/py-secrets-cache