-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yml
149 lines (139 loc) · 4.21 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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
site_name: Redbrick Docs
site_url: https://docs.redbrick.dcu.ie/
site_description: The home for all Redbrick technical documentation
repo_url: https://github.com/redbrick/docs
repo_name: redbrick/docs
use_directory_urls: true
theme:
name: material
logo: res/logo.png
favicon: res/favicon.png
icon:
repo: fontawesome/brands/github
features:
- navigation.tabs
- navigation.instant
- navigation.tracking
- navigation.indexes
- content.code.copy
- content.code.annotate
- search.highlight
- search.share
- search.suggest
- toc.follow
- toc.integrate
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/link
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/toggle-switch
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: red
toggle:
icon: material/toggle-switch-off
name: Switch to system preference
plugins:
- awesome-pages
- callouts
- glightbox
- search
- social
- material-plausible
- tags:
tags_file: tags.md
- git-revision-date-localized:
type: timeago
- redirects:
redirect_maps:
'aperture/index.md': 'hardware/aperture/index.md'
'aperture/about.md': 'hardware/aperture/about.md'
'aperture/chell.md': 'hardware/aperture/chell.md'
'aperture/glados.md': 'hardware/aperture/glados.md'
'aperture/images.md': 'hardware/aperture/images.md'
'aperture/johnson.md': 'hardware/aperture/johnson.md'
'aperture/wheatley.md': 'hardware/aperture/wheatley.md'
'aperture/vpn.md': 'procedures/vpn.md'
'aperture/nomad.md': 'services/nomad.md'
'aperture/bastion-vm.md': 'services/bastion-vm.md'
'aperture/ansible.md': 'procedures/ansible.md'
'aperture/firewall.md': 'hardware/network/mordor.md'
'aperture/icecast.md': 'services/icecast.md'
'services/codimd.md': 'services/md.md'
markdown_extensions:
- attr_list
- abbr
- nl2br
- meta
- admonition
- pymdownx.snippets
- pymdownx.details
- pymdownx.tabbed
- pymdownx.superfences
- pymdownx.tilde
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
auto_title: true
linenums: true
linenums_style: pymdownx-inline
anchor_linenums: true
- toc:
permalink: true
copyright: <img class="logo" src="/res/logo.png" width="20px"> <a href="https://docs.redbrick.dcu.ie"><strong>Redbrick Docs</strong></a>
extra:
github_org: https://github.com/redbrick
manifest: manifest.webmanifest
social:
- icon: fontawesome/solid/globe
link: https://redbrick.dcu.ie
name: Redbrick Website
- icon: fontawesome/brands/github
link: https://github.redbrick.dcu.ie
name: Github
- icon: fontawesome/brands/x-twitter
link: https://twitter.redbrick.dcu.ie
name: Twitter
- icon: fontawesome/brands/instagram
link: https://instagram.redbrick.dcu.ie
name: Instagram
- icon: fontawesome/brands/linkedin
link: https://linkedin.redbrick.dcu.ie
name: LinkedIn
- icon: fontawesome/brands/discord
link: https://discord.redbrick.dcu.ie
name: Discord
analytics:
provider: plausible
domain: docs.redbrick.dcu.ie
src: "https://plausible.redbrick.dcu.ie/js/script.js"
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
<a href="https://discord.redbrick.dcu.ie" >contacting us!</a>
extra_css:
- stylesheets/extra.css