-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
130 lines (112 loc) · 3.36 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
site_name: Buddy Guide ESN VUT Brno
repo_url: ""
#repo_url: https://github.com/esnvutbrno/buddy-guide
site_url: https://esnvutbrno.github.io/buddy-guide/
copyright: >
ESN VUT Brno © 2023
<a href="#__consent" style="margin-left: 1rem">Change cookie settings</a>
theme:
name: material
logo: assets/panda.svg
icon:
repo: fontawesome/brands/github
features:
- navigation.tabs # navigation in top tabs
- navigation.tracking # change URL by scrolling
- navigation.sections # expands sections to top level
- navigation.expand # expandable navigation items in sidebar
- toc.integrate # integrated ToC in navigation
- search.suggest # autocomplete terms
- search.highlight # highlight occurrences after search
- search.share # share search results
palette:
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: orange
toggle:
icon: material/brightness-4
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: orange
toggle:
icon: material/brightness-7
name: Switch to dark mode
custom_dir: overrides
extra:
alternate:
- name: English
link: ./en/
lang: en
- name: Česky
link: ./cs/
lang: cs
consent:
title: Cookie consent
description: >-
We use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of our buddy guide and whether users
find what they're searching for. With your consent, you're helping us to
make our buddy guide better.
analytics:
provider: google
property: G-EESXKGMDMT
feedback:
title: Was this page helpful?
ratings:
- icon: material/emoticon-happy-outline
name: This page was helpful
data: 2
note: >-
Thanks for your feedback!
- icon: material/emoticon-neutral-outline
name: This page is average
data: 1
note: >-
Thanks for your feedback!
- icon: material/emoticon-sad-outline
name: This page could be improved
data: 0
note: >-
Thanks for your feedback! Help us improve this page by
using our <a href="https://github.com/esnvutbrno/buddy-guide/issues/new/?title=[Feedback]+{title}+-+{url}
" target="_blank" rel="noopener">feedback form</a>.
plugins:
- search
- i18n:
languages:
- locale: en
default: true
name: English
build: true
- locale: cs
default: true
name: Česky
build: true
docs_structure: suffix
default_language: 'en'
# no_translation:
# cs: "Tato stránka nemá český překlad."
# en: "This page isn't translated to English."
nav_translations:
cs:
'Home': Úvod
'Before Arrival': Před příjezdem
'First Steps': První kroky
- git-revision-date-localized:
type: timeago
exclude:
- index.md
- index.cs.md
- git-authors
extra_css:
- assets/extra.css
markdown_extensions:
- attr_list
- md_in_html
nav:
- 'Home': 'index.md'
- 'First Steps': 'first-steps.md'
- 'Before Arrival': before-arrival.md