forked from protoconf/protoconf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
63 lines (62 loc) · 1.66 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
site_name: protoconf
site_url: https://protoconf.github.io/protoconf
theme:
favicon: assets/images/favicon.ico
logo: assets/protoconf_new.svg
icon:
repo: fontawesome/brands/github
name: material
palette:
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: white
accent: yellow
toggle:
icon: material/weather-sunny
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: white
accent: yellow
toggle:
icon: material/weather-night
name: Switch to dark mode
repo_url: https://github.com/protoconf/protoconf
repo_name: protoconf/protoconf
markdown_extensions:
- def_list
- attr_list
- pymdownx.tabbed
- pymdownx.superfences
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
extra:
version:
provider: mike
social:
- icon: fontawesome/brands/discord
link: https://discord.protoconf.sh
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/eggpack/
- icon: fontawesome/brands/github
link: https://github.com/protoconf
- icon: fontawesome/brands/twitter
link: https://twitter.com/protoconfdev
extra_css:
- stylesheets/extra.css
google_analytics:
- G-H3NLBNNQD7
- auto
nav:
- Home: index.md
- Installation: installation.md
- Getting Started: getting-started.md
- Structure Your Code: structuring-your-code.md
- Multiple Outputs: multiple-outputs.md
- Protoconf Exec: protoconf-exec.md
- Mutation RPC: mutation-rpc.md
- Integrations:
- Terraform: integrations/terraform.md
- Terraform Kubernetes: integrations/terraform_kubernetes.md