-
Notifications
You must be signed in to change notification settings - Fork 14
/
mkdocs.yml
50 lines (45 loc) · 1.06 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
site_name: 'Lagoon CLI'
site_url: https://uselagoon.github.io/lagoon-cli/
repo_url: https://github.com/uselagoon/lagoon-cli/
repo_name: uselagoon/lagoon-cli
edit_uri: edit/main/docs
site_author: The Lagoon Authors
theme:
name: 'material'
palette:
# Palette toggle for light mode
- primary: 'blue'
accent: 'light blue'
toggle:
icon: material/weather-night
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
primary: 'blue'
toggle:
icon: material/brightness-7
name: Switch to light mode
favicon: lagoon-cli-logo.png
icon:
logo: fontawesome/solid/terminal
repo: fontawesome/brands/github
extra:
analytics:
provider: google
property: G-W1SJFEVFDB
markdown_extensions:
- toc:
permalink: "#"
baselevel: 2
- admonition
- attr_list
- tables
- pymdownx.highlight
- pymdownx.superfences
plugins:
- search
nav:
- Getting Started: index.md
- Configuration: config.md
- Commands: commands/lagoon.md
- Troubleshooting: troubleshooting.md