-
Notifications
You must be signed in to change notification settings - Fork 3
/
mkdocs.yml
127 lines (125 loc) · 4.79 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
site_name: BYOD Wiki
repo_url: https://github.com/UvA-FNWI/byod-wiki/
repo_name: BYOD Wiki
edit_uri: edit/main/docs/
markdown_extensions:
- footnotes
- tables
- admonition
- pymdownx.details
- pymdownx.superfences
plugins:
- search
- git-revision-date-localized:
type: datetime
- include-markdown:
rewrite_relative_urls: true
extra_css:
- stylesheets/extra.css
extra:
social:
- icon: 'material/email'
link: mailto:[email protected]
name: [email protected]
- icon: 'material/github'
link: https://github.com/UvA-FNWI/byod-wiki/issues
name: GitHub issue tracker
generator: false
copyright: 'Contact: [email protected]'
theme:
name: material
logo: assets/uva.png
favicon: assets/uva.png
language: nl
icon:
repo: fontawesome/brands/github
features:
- navigation.tabs # Show top level sections as tabs in navbar
- navigation.sections # Show second level sections in bold, without requiring a click to expand
- navigation.indexes # Do not show index pages separately
palette:
- scheme: default
toggle:
icon: material/weather-night
name: Donker thema
- scheme: slate
toggle:
icon: material/weather-sunny
name: Licht thema
# Manual navigation to change ordering and use correct capitalization in words like macOS
nav:
- 'Hoofdpagina':
- 'Hoofdpagina': 'index.md'
- 'Eduroam (Wi-Fi)': 'eduroam.md'
- 'Helpdesk': 'helpdesk.md'
- 'Linux':
- 'Linux': 'linux/index.md'
- 'Eduroam': 'linux/eduroam.md'
- 'UvA VPN': 'linux/vpn.md'
- 'eduVPN': 'linux/eduvpn.md'
- 'Printen': 'linux/printen.md'
- 'Backups': 'linux/backups.md'
- 'Onderhoud': 'linux/onderhoud.md'
- 'Laptopkeuze': 'linux/laptopkeuze.md'
- 'Veelvoorkomende Problemen': 'linux/problemen.md'
- 'Opstartproblemen': 'linux/boot-repair.md'
- 'Installatiehandleiding':
- 'Overzicht': 'linux/installatie/index.md'
- '1 - Voorbereiding': 'linux/installatie/voorbereiding.md'
- '2 - Installatie': 'linux/installatie/installatie.md'
- '3 - Post-installatie': 'linux/installatie/post-installatie.md'
- 'Shell script': 'linux/installatie/shell-script.md'
- 'USB herstellen na dd': 'linux/installatie/usb-herstellen.md'
- 'BitLocker': 'linux/installatie/bitlocker.md'
- 'macOS':
- 'macOS': 'mac-os/index.md'
- 'Uva VPN': 'mac-os/vpn.md'
- 'Installatie': 'mac-os/installatie.md'
- 'Software':
- 'Software': 'software/index.md'
- 'Git': 'software/git.md'
- 'Python': 'software/python.md'
- 'LaTeX': 'software/latex.md'
- 'Matlab': 'software/matlab.md'
- 'Thunderbird (e-mail)': 'software/thunderbird.md'
- 'SIM-PL': 'software/sim-pl.md'
- 'Vakinformatie':
- 'Vakinformatie': 'vakinfo/index.md'
- 'Informatica':
- 'Jaar 1':
- 'Inleiding Programmeren': 'vakinfo/inf/1/inpr.md'
- 'Architectuur en Computerorganisatie': 'vakinfo/inf/1/arco.md'
- 'Datastructuren en Algoritmen': 'vakinfo/inf/1/davi.md'
- 'Discrete Wiskunde en Logica': 'vakinfo/inf/1/diwl.md'
- 'Webtechnologie': 'vakinfo/inf/1/webt.md'
- 'Lineaire Algebra': 'vakinfo/inf/1/lial.md'
- 'Programmeertalen': 'vakinfo/inf/1/prog.md'
- 'Automaten en Formele Talen': 'vakinfo/inf/1/auft.md'
- 'Besturingssystemen': 'vakinfo/inf/1/best.md'
- 'Multimedia': 'vakinfo/inf/1/mult.md'
- 'Jaar 2':
- 'Moderne Databases': 'vakinfo/inf/2/mdvi.md'
- 'Networks and Network Security': 'vakinfo/inf/2/nens.md'
- 'Algoritmen en Complexiteit': 'vakinfo/inf/2/alco.md'
- 'Distributed and Parallel Programming': 'vakinfo/inf/2/copp.md'
- 'Numerical Recipes Project': 'vakinfo/inf/2/nurp.md'
- 'Introduction Computational Science': 'vakinfo/inf/2/incs.md'
- 'Statistisch Redeneren': 'vakinfo/inf/2/stre.md'
- 'Reflectie op de Digitale Samenleving': 'vakinfo/inf/2/rods.md'
- 'Introduction to Computer Vision': 'vakinfo/inf/2/itcv.md'
- 'Project Software Engineering': 'vakinfo/inf/2/prse.md'
- 'Kunstmatige Intelligentie':
- 'Jaar 1':
- 'Inleiding Kunstmatige Intelligentie': 'vakinfo/ki/1/inki.md'
- 'Problem Solving and Search': 'vakinfo/ki/1/prss.md'
- 'Introductie in Programmeren': 'vakinfo/ki/1/inip.md'
- 'Introductie Logica': 'vakinfo/ki/1/inlo.md'
- 'Webtechnologie': 'vakinfo/ki/1/webt.md'
- 'Lineaire Algebra': 'vakinfo/ki/1/lial.md'
- 'Inleiding Cognitieve Psychologie': 'vakinfo/ki/1/incp.md'
- 'Taaltheorie en Taalverwerking': 'vakinfo/ki/1/tata.md'
- 'Jaar 2':
- 'Leren': 'vakinfo/ki/2/lere.md'
- 'Cognitive Modelling': 'vakinfo/ki/2/como.md'
- 'Jaar 3':
- 'Language, Speech and Dialogue Processing': 'vakinfo/ki/3/lsdp.md'