-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmkdocs.yml
More file actions
150 lines (139 loc) · 4.02 KB
/
mkdocs.yml
File metadata and controls
150 lines (139 loc) · 4.02 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
site_name: Free Nautical Chart
site_url: https://freenauticalchart.net/download/
repo_url: https://github.com/quantenschaum/mapping
repo_name: quantenschaum/mapping
edit_uri: edit/master/docs/
# pip install mkdocs mkdocs-material mkdocs-git-revision-date-localized-plugin
nav:
- Chart: ../
- Download: index.md
- Usage: usage.md
- Screenshots: screenshots.md
- Printing: print.md
- Tides: tides.md
- Nautical Almanac: almanac.md
# - Creation: creation.md
theme:
name: material
language: en
logo: img/compass.svg
palette:
- scheme: default
media: "(prefers-color-scheme: light)"
toggle:
icon: material/weather-sunny
name: bright
primary: blue
accent: orange
- scheme: slate
media: "(prefers-color-scheme: dark)"
toggle:
icon: material/weather-night
name: dark
primary: indigo
accent: deep orange
font:
text: Ubuntu
code: Fira Code
features:
- navigation.top
# - navigation.instant
- navigation.tracking
- navigation.tabs
# - navigation.prune
# - navigation.indexes
# - navigation.tabs.sticky
# - navigation.sections
# - navigation.expand
- toc.follow
- toc.integrate
- search.highlight
copyright: |
<a href="/download/legal/">Impressum / Datenschutz / Haftungsauschluss</a> - 🄯 quantenschaum
<script src="/tracker.js" data-ackee-server="/" data-ackee-domain-id="36783494-ed32-40a5-9404-1d429fb6d4b8" data-ackee-opts='{ "detailed": true }'></script>
<script>
const ackee=ackeeTracker.create('/');
document.querySelectorAll('a[href*="?t="],a[download]').forEach(el => {
const file=el.href.replace(/.*\//,'').replace(/\?.*/,'');
//console.log(el,file);
el.addEventListener('click',(ev) => {
console.log('downloading',file);
ackee.action('bc4e15f6-b56d-4fca-a425-f4384d985614', { key: file, value: 1, });
});
});
</script>
extra_javascript:
- downloader.js
markdown_extensions:
- admonition
- pymdownx.details
# - pymdownx.highlight:
# anchor_linenums: true
# # - pymdownx.inlinehilite
# # - pymdownx.snippets
# - pymdownx.superfences:
# custom_fences:
# - name: mermaid
# class: mermaid
# format: !!python/name:pymdownx.superfences.fence_code_format
# - def_list
- attr_list
# - tables
# - smarty
# - pymdownx.smartsymbols
# - pymdownx.critic
# - pymdownx.caret
# - pymdownx.keys
# - pymdownx.mark
# - pymdownx.tilde
# - pymdownx.magiclink
# - footnotes
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
# - pymdownx.tasklist:
# custom_checkbox: true
# - toc:
# permalink: true
# - pymdownx.arithmatex:
# generic: true
#extra:
# homepage: https://example.com
# version:
# provider: mike
#extra_javascript:
# - js/katex.js
# - https://cdn.jsdelivr.net/npm/katex@0.16.1/dist/katex.min.js
#extra_css:
# - https://cdn.jsdelivr.net/npm/katex@0.16.10/dist/katex.min.css
plugins:
- i18n:
docs_structure: suffix
redirect_root: true
languages:
- locale: en
name: "🇬🇧 English"
default: true
- locale: de
name: "🇩🇪 Deutsch"
nav_translations:
Chart: Karte
Usage: Bedienung
Printing: Drucken
Screenshots: Bildschirmfotos
Tides: Gezeiten
Nautical Almanac: Nautisches Jahrbuch
- locale: nl
name: "🇳🇱 Nederlands"
nav_translations:
Chart: Kaart
Usage: Gebruik
Printing: Afdrukken
Screenshots: Schermfoto's
Tides: Getij
Nautical Almanac: Nautische Almanak
- search:
lang: en
- git-revision-date-localized:
type: iso_date
fallback_to_build_date: true