-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
107 lines (97 loc) · 2.59 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
site_name: Free Nautical Charts
site_url: http://waddenzee.duckdns.org/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
- Tidal Atlas: tides.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
- content.action.edit
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/[email protected]/dist/katex.min.js
#extra_css:
# - https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css
plugins:
- search:
lang: en
- git-revision-date-localized:
# enable_creation_date: true
type: iso_date
fallback_to_build_date: true