This repository was archived by the owner on May 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
59 lines (51 loc) · 1.31 KB
/
mkdocs.yml
File metadata and controls
59 lines (51 loc) · 1.31 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
59
site_name: UpdateIP
theme:
name: material
palette:
- scheme: slate
toggle:
icon: material/weather-sunny
name: Switch to light mode
- scheme: default
toggle:
icon: material/weather-night
name: Switch to dark mode
features:
- navigation.sections
- navigation.top
- content.code.annotate
icon:
repo: fontawesome/brands/github-alt
nav:
- Overview: "index.md"
- Getting Started: "getting-started.md"
- Setup:
- Docker: "setup/docker.md"
- Docker Compose: "setup/docker-compose.md"
- Source: "setup/source.md"
- Config File: "setup/configfile.md"
- Env vars: "setup/envvars.md"
- Providers:
- AWS Route 53: "providers/aws.md"
- OVH: "providers/ovh.md"
- Cloudflare: "providers/cloudflare.md"
- Advanced:
- DNS: "advanced/dns.md"
- Metrics: "advanced/metrics.md"
plugins:
- search
markdown_extensions:
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
- admonition
- pymdownx.details
- pymdownx.superfences
extra:
analytics:
provider: google
property: G-LNP3KHYKK3
repo_url: https://github.com/azrod/updateip
repo_name: azrod/updateip