-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
197 lines (188 loc) · 6.38 KB
/
mkdocs.yml
File metadata and controls
197 lines (188 loc) · 6.38 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
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
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
# Site metadata
site_name: YAVV/YAVC Wiki
site_description: Documentatie voor YAVV en YAVC - Verkeersmanagement software
site_author: CodingConnected e.U.
site_url: https://www.codingconnected.eu/yavvwiki/
# Repository (for edit links)
repo_url: https://github.com/CodingConnected/CodingConnected.YavvWiki
edit_uri: edit/main/docs/
# Theme configuration
theme:
name: material
language: nl
favicon: assets/favicon.png
logo: assets/logo.png
palette:
# Light mode
- scheme: default
primary: orange
accent: orange
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Dark mode
- scheme: slate
primary: orange
accent: orange
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.tabs
- navigation.tabs.dropdown
- navigation.path
- navigation.top
- search.suggest
- search.highlight
- content.code.copy
- content.action.edit
- toc.follow
icon:
repo: fontawesome/brands/github
# Plugins
plugins:
- search:
lang: nl
- minify:
minify_html: true
# Extensions
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.details
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- admonition
- abbr
- attr_list
- def_list
- footnotes
- md_in_html
- tables
- toc:
permalink: true
title: Op deze pagina
# Extra CSS/JS
extra_css:
- stylesheets/extra.css
extra_javascript:
- javascripts/extra.js
# Extra configuration
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/codingconnected
version:
provider: mike
# Navigation structure - organized by topic
nav:
- YAVV/YAVC: index.md
- Functionaliteit:
- Fasenlog:
- functionaliteit/werking-van-de-fasenlog/index.md
- functionaliteit/fasenlog-weergave-opties/index.md
- functionaliteit/fasenlog-sortering-van-items/index.md
- functionaliteit/fasenlog-info-popups-in-de-data/index.md
- functionaliteit/fasenlog-selectie-in-de-tijd/index.md
- functionaliteit/fasenlog-visualisatie-eigen-vlog-berichten/index.md
- functionaliteit/fasenlog-gpswps/index.md
- functionaliteit/synchronisatie-tussen-fasenlogs/index.md
- Evaluatie:
- functionaliteit/yavv-yavc-evaluatie-introductie/index.md
- functionaliteit/evaluatie-configuratie/index.md
- functionaliteit/evaluatie-bekijken-resultaten/index.md
- functionaliteit/evaluatie-indicatoren/index.md
- Analyse:
- Analyse - Algemene informatie:
- analyse/analyse-weergave/index.md
- analyse/analyse-data-opvragen-in-yavc/index.md
- analyse/filtering-functionele-omschrijving/index.md
- Analyse - Verkeerskundig:
- analyse/analyse-capaciteit/index.md
- analyse/analyse-cyclustijd/index.md
- analyse/analyse-fiets-file-meting/index.md
- analyse/analyse-gemiddelde-wachttijd-fietsers/index.md
- analyse/analyse-groenbenutting/index.md
- analyse/analyse-groentijden/index.md
- analyse/analyse-intensiteit/index.md
- analyse/analyse-intensiteit-fietsers/index.md
- analyse/analyse-overstaan/index.md
- analyse/analyse-stopkans/index.md
- analyse/analyse-voertuigverliesuren/index.md
- analyse/analyse-wachten-zonder-reden/index.md
- analyse/analyse-wachttijd-eerstwachtende/index.md
- Analyse - Detectie:
- analyse/analyse-detectie-bezetting-percentage/index.md
- analyse/analyse-detectie-fouten/index.md
- analyse/analyse-detector-puls/index.md
- Analyse - OV:
- analyse/analyse-rijtijd-ov/index.md
- analyse/analyse-tijd-inmelding-tot-groen-ov/index.md
- analyse/analyse-tijd-inmelding-tot-uitmelding-ov/index.md
- Analyse - Verkeersveiligheid:
- analyse/analyse-roodrijders/index.md
- analyse/analyse-diep-geel-rijders/index.md
- analyse/analyse-vroegstarters/index.md
- Analyse - experimenteel:
- analyse/analyse-schatting-wachtrijlengte/index.md
- analyse/analyse-snelheidsprofiel/index.md
- analyse/analyse-controle-werking-wachttijdvoorspellers/index.md
- YAVV:
- Algemeen:
- yavv/data-openen-met-yavv/index.md
- yavv/documentenbeheer-in-yavv/index.md
- yavv/werkbladen-en-gebruikersinterface-van-yavv/index.md
- yavv/yavv-instellingen/index.md
- Addon - Big Data:
- yavv/yavv-big-data-introductie/index.md
- yavv/yavv-big-data-configuraties/index.md
- yavv/yavv-big-data-indexatie/index.md
- yavv/yavv-big-data-trend-analyse/index.md
- Addon - Topology:
- yavv/yavv-topology-introductie/index.md
- yavv/yavv-topology-koppelen-met-analyse-data/index.md
- yavv/yavv-topology-werken-met-c-its-data/index.md
- Licenties:
- yavv/yavv-hoe-en-wat-rond-licenties/index.md
- YAVC:
- Configuratie:
- yavc/configuratie-van-yavc-client/index.md
- yavc/kruispunten-configureren-in-yavc/index.md
- yavc/omgang-met-configuraties-in-yavc/index.md
- yavc/yavc-client-bitmap-bij-actieve-kruispunt/index.md
- Divers:
- yavc/data-retentie-in-yavc/index.md
- yavc/import-van-historische-data-in-yavc/index.md
- yavc/ophalen-niet-vlog-data/index.md
- yavc/bulk-export-analyse-in-yavc-client/index.md
- yavc/verkeersmodel-export/index.md
- yavc/verkeersmodel-export-uit-yavc/index.md
- yavc/yavc-bewaking-dataverzameling/index.md
- YAVC Beveiliging:
- yavc/yavc-beveiliging-client-applicatie/index.md
- yavc/rollen-en-rechten-in-yavc/index.md
- Public API:
- yavc/yavc-public-api/index.md
- yavc/yavc-public-api-authentication/index.md
- Overig:
- yavc/werken-met-meta-data/index.md
- FAQ:
- faq/ik-zie-geen-analyse-data/index.md
- faq/ik-zie-geen-gus-wus-multivalente-io/index.md
- faq/ontbrekende-data-in-vlog/index.md
- faq/yavv-yavc-client-fout-na-update/index.md
- faq/yavv-portable-wil-niet-starten/index.md
- faq/zoek-de-verschillen-setup-vs-portable/index.md
- faq/zoek-de-verschillen-yavc-yavv-yavv-bd/index.md
- Overig:
- overig/verpakken-yavv-yavc-client-voor-citrix/index.md
- overig/queries-met-vlog-data/index.md
copyright: Copyright © 2026 Coding Connected