-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
83 lines (77 loc) · 2.24 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
site_name: HNSDNS documentation
site_description: HNSDNS setup, configuration and developer documentation.
site_author: Lumito
docs_dir: docs
repo_url: https://github.com/HNSDNS/docs
repo_name: HNSDNS/docs
site_url: https://docs.hnsdns.com/
edit_uri: edit/main/docs/
nav:
- Home: index.md
- DNS resolver:
- Getting started: dns-resolver/index.md
- Windows: dns-resolver/windows.md
- Linux: dns-resolver/linux.md
- Android: dns-resolver/android.md
- Routers: dns-resolver/routers.md
- Advanced options: dns-resolver/advanced.md
- Nameservers:
- Introduction: nameservers/index.md
- Creating an account: nameservers/creating-an-account.md
- DNS management tutorial: nameservers/tutorial.md
- Important notes: nameservers/important-notes.md
- Support: support/index.md
theme:
name: material
favicon: assets/hns-favicon_32x32.png
features:
- navigation.instant
- navigation.tabs
- navigation.top
- toc.integrate
icon:
admonition:
note: octicons/tag-16
logo: assets/hns-white.png
palette:
# Palette toggle for light mode
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
plugins:
- git-revision-date-localized:
type: date
fallback_to_build_date: true
- search:
lang: en
- minify:
minify_html: true
markdown_extensions:
- abbr
- admonition
- attr_list
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- toc:
permalink: true
extra:
social:
- icon: fontawesome/solid/globe
link: https://hnsdns.com
name: HNSDNS's website
- icon: fontawesome/brands/github
link: https://github.com/HNSDNS
name: HNSDNS on GitHub
copyright: Copyright © 2022, <a href="https://www.lumito.net" target="_blank">Lumito</a>. HNSDNS is not affiliated in any way with <a href="https://handshake.org" target="_blank">Handshake.org</a>.