-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathmkdocs.yml
More file actions
executable file
·70 lines (65 loc) · 1.84 KB
/
mkdocs.yml
File metadata and controls
executable file
·70 lines (65 loc) · 1.84 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
60
61
62
63
64
65
66
67
68
69
70
site_name: route53-dynamic-dns
site_description: Update AWS Route53 hosted zone with current public IP address. Alternative to Dynamic DNS services such as Dyn, No-IP, etc
site_author: sjmayotte
site_url: https://sjmayotte.dev/route53-dynamic-dns/
edit_uri: edit/master/docs/
docs_dir: docs
repo_name: sjmayotte/route53-dynamic-dns
repo_url: https://github.com/sjmayotte/route53-dynamic-dns
extra:
social:
- icon: fontawesome/brands/docker
link: https://hub.docker.com/r/sjmayotte/route53-dynamic-dns/
- icon: fontawesome/brands/github
link: https://github.com/sjmayotte
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/stevemayotte
- icon: fontawesome/brands/twitter
link: https://twitter.com/SteveMayotte
analytics:
provider: google
property: G-RPGNP3RWVE
#seo:
#google:
#bing:
theme:
name: material
language: en
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: green
accent: green
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: green
accent: green
toggle:
icon: material/weather-night
name: Switch to light mode
icon:
repo: fontawesome/brands/github
plugins:
- search
- git-revision-date-localized:
type: iso_datetime
enable_creation_date: true
nav:
- Home: index.md
- Installation:
- Docker: install/docker.md
- Node Process: install/node.md
- Kubernetes: install/kubernetes.md
- Usage:
- Docker: usage/docker.md
- Node Process: usage/node.md
- Logs: usage/logs.md
- Configuration:
- Environment Variables: config/env.md
- AWS Services: config/aws.md
- FAQ: faq.md
- Reporting an issue: issues.md
- Contributing: contributing.md