-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
124 lines (112 loc) · 3.18 KB
/
Copy pathmkdocs.yml
File metadata and controls
124 lines (112 loc) · 3.18 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
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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
site_name: Devops basics
site_url: https://devops.basics.learn.mctantwerp.be
site_author: Sam Serrien
site_description: Basis cursus over template
repo_name: mctantwerp/learn-devops-basics
repo_url: https://github.com/mctantwerp/learn-devops-basics
edit_uri: edit/main/docs/
copyright: Karel de Grote Hogeschool<br>Multimedia & Creatieve Technologie
nav:
- 👋 Welkom: index.md
- Ons huis: ons-huis.md
- DNS:
- dns/index.md
- Hoe werkt DNS:
- dns/hoe-werkt-dns/index.md
- dns/hoe-werkt-dns/domeinextensies.md
- dns/hoe-werkt-dns/name-server-lookups.md
- DNS Records:
- dns/dns-configuration/index.md
- dns/dns-configuration/a-record.md
- dns/dns-configuration/cname-record.md
- dns/dns-configuration/mx-record.md
- dns/dns-configuration/txt-record.md
- dns/dns-configuration/ns-record.md
- dns/dns-configuration/aaaa-record.md
- Hosting:
- hosting/index.md
#- hosting/wat-is-web-hosting.md
- hosting/datacenters.md
- ❓ Appendix:
- appendix/index.md
- appendix/grow.md
theme:
name: material
logo: _resources/graphics/logo_full.png
favicon: _resources/graphics/favicon.ico
language: nl
features:
- navigation.tracking
- navigation.instant
- navigation.top
- navigation.indexes
- content.code.annotate
- search.highlight
- search.share
- search.suggest
- content.tooltips
icon:
repo: fontawesome/brands/github
palette:
primary: black
accent: cyan
plugins:
- search
- git-authors
- git-revision-date-localized:
enable_creation_date: true
fallback_to_build_date: true
- git-committers:
repository: mctantwerp/learn-welkom
branch: develop
token: !!python/object/apply:os.getenv ["MKDOCS_GIT_COMMITTERS_APIKEY"]
extra_css:
- _resources/styles/main.css
extra_javascript:
- _resources/scripts/main.js
markdown_extensions:
- admonition
- footnotes
- attr_list
- def_list
- md_in_html
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- tables
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
extra:
analytics:
provider: google
property: G-ZZW6S6EENR
generator: false
social:
- icon: fontawesome/brands/instagram
link: https://www.instagram.com/mct.kdg/
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/channel/UCVcQd6yzdN9kW16sXuN_8zQ
- icon: fontawesome/brands/github
link: https://github.com/mctantwerp
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/school/karel-de-grote-hogeschool/
- icon: fontawesome/brands/twitter
link: https://twitter.com/mctantwerp
- icon: fontawesome/brands/vimeo
link: https://vimeo.com/mctantwerp