-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
50 lines (45 loc) · 986 Bytes
/
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
site_name: Petra
site_description: "Private Terraform Registry Manager"
repo_name: 'devoteamgcloud/petra'
repo_url: 'https://github.com/devoteamgcloud/petra'
theme:
favicon: assets/favicon.png
logo: assets/logo.png
features:
- search.share
- search.highlight
- content.code.copy
font:
text: Questrial
name: material
palette:
- scheme: default
primary: deep purple
accent: purple
toggle:
icon: material/lightbulb
name: Switch to dark mode
- scheme: slate
primary: deep purple
accent: purple
toggle:
icon: material/lightbulb-outline
name: Switch to light mode
nav:
- Home: index.md
- Quickstart: quickstart.md
plugins:
- search
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.inlinehilite
- pymdownx.snippets