-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
109 lines (101 loc) · 2.98 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
site_name: "No Clocks DNS Documentation"
site_description: "Domain Name Server (DNS) Records Infrastructure as Code (IaC) for No Clocks, LLC's domain hosted at [noclocks.dev](https://noclocks.dev)"
site_author: "No Clocks, LLC"
site_url: "https://docs.noclocks.dev/dns"
docs_dir: docs
site_dir: site
repo_url: https://github.com/noclocks/dns
repo_name: noclocks/dns
edit_uri: edit/main/docs
copyright: Copyright © 2024 No Clocks, LLC
plugins:
- search
- material-plausible
# - git-revision-date-localized:
# enable_creation_date: true
# - git-committers:
# repository: noclocks/cdn
# branch: main
# - git-authors
theme:
name: material
logo: assets/img/logo.png
favicon: assets/img/logo.png
icon:
repo: fontawesome/brands/git-alt
font:
text: 'Roboto'
code: 'Roboto Mono'
palette:
# Palette toggle for dark mode
- scheme: slate
primary: black
accent: cyan
toggle:
icon: material/weather-sunny
name: Switch to Light Mode
# Palette toggle for light mode
- scheme: default
primary: white
accent: cyan
toggle:
icon: material/weather-night
name: Switch to Dark Mode
features:
- navigation.instant
- navigation.instant.prefetch
- navigation.instant.progress
- navigation.tracking
- navigation.path
- navigation.prune
- navigation.indexes
- navigation.sections
- navigation.footer
- toc.follow
- toc.integrate
- search.suggest
- search.highlight
- search.share
- content.action.edit
markdown_extensions:
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
extra:
analytics:
provider: plausible
domain: docs.noclocks.dev
feedback:
title: Was this page helpful?
ratings:
- icon: material/emoticon-happy-outline
name: This page was helpful
data: good
note: >-
Thanks for your feedback!
- icon: material/emoticon-sad-outline
name: This page could be improved
data: bad
note: >-
Thanks for your feedback! Help us improve this page by
using our <a href="..." target="_blank" rel="noopener">feedback form</a>.
generator: false
social:
- icon: fontawesome/brands/github
link: https://github.com/noclocks
- icon: fontawesome/brands/twitter
link: https://twitter.com/noclocksdev
- icon: fontawesome/brands/linkedin
link: https://linkedin.com/company/noclocks
- icon: fontawesome/brands/youtube
link: https://youtube.com/noclocks
- icon: fontawesome/brands/facebook
link: https://facebook.com/noclocksdev
- icon: fontawesome/brands/slack
link: https://noclocks.slack.com
- icon: fontawesome/brands/instagram
link: https://instagram.com/noclocksdev
- icon: fontawesome/brands/docker
link: https://hub.docker.com/u/noclocks