-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
45 lines (45 loc) · 1.15 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
site_name: Dotsec
site_author: JP Wesselink
copyright: (c) 2023 by JP Wesselink
repo_url: https://github.com/jpwesselink/dotsec
plugins:
- search
nav:
- Dotwhat?: README.md
- Commands:
- init: commands/init.md
- run: commands/run.md
- encrypt: commands/encrypt.md
- decrypt: commands/decrypt.md
- push: commands/push.md
- Plugins:
- AWS:
- plugins/aws/README.md
- Commands:
- init: plugins/aws/commands/init.md
- PKE: plugins/pke.md
- Guides:
- Multiple environments: guides/multiple-environments.md
- Reference:
- dotsec.config.ts: reference/config.md
theme:
name: material
features:
- navigation.indexes
- navigation.sections
- navigation.expand
- navigation.footer
palette:
- media: "(prefers-color-scheme: light)"
primary: pink
scheme: default
accent: purple
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: pink
toggle:
icon: material/toggle-switch
name: Switch to light mode