-
Notifications
You must be signed in to change notification settings - Fork 10
/
mkdocs.yml
75 lines (67 loc) · 1.69 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
site_name: xcube Viewer
repo_url: https://github.com/xcube-dev/xcube-viewer
repo_name: xcube-dev/xcube-viewer
copyright: Copyright © 2024 Brockmann Consult
nav:
- About: index.md
- User Guide:
- "Getting Started": user_guide/getting_started.md
- "Analyse Variables": user_guide/analyse.md
- "Colour Mapping": user_guide/colormaps.md
- "Adjust Settings": user_guide/settings.md
- General Concepts: concepts.md
- Feature References: features.md
- Get your own Viewer: build_viewer.md
theme:
name: material
logo: assets/logo512.png
favicon: assets/logo192.png
icon:
repo: fontawesome/brands/github
features:
- navigation.top
- navigation.indexes
# - navigation.sections
# - navigation.expand
# - navigation.tabs
# - toc.integrate
- toc.permalink
- toc.follow
palette:
# Palette toggle for light mode
- scheme: default
primary: blue grey
accent: pink
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: pink
toggle:
icon: material/brightness-4
name: Switch to light mode
markdown_extensions:
- toc:
permalink: true
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.arithmatex:
generic: true
- attr_list
- md_in_html
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/xcube-dev/xcube-viewer
plugins:
- search
- autorefs
extra_css:
- css/custom.css
extra_javascript:
- javascripts/mathjax.js
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js