-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
64 lines (55 loc) · 1.55 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
site_name: TheBelvedereGlacier Handbook
site_url: https://labmgf-polimi.github.io/thebelvedereglacier-handbook
# Configuration
theme:
name: material
palette:
#primary: blue grey
#accent: cyan
# Palette toggle for light mode
- scheme: slate
primary: blue grey
accent: cyan
toggle:
icon: material/lightbulb
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: default
primary: blue grey
accent: cyan
toggle:
icon: material/lightbulb-outline
name: Switch to light mode
font:
text: Open Sans
language: en
features:
- navigation.path
- navigation.footer
# Customisation
extra:
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/LabMGF
- icon: fontawesome/brands/github
link: https://github.com/labmgf-polimi
consent:
title: Cookie consent
description: >-
We use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of our documentation and whether users
find what they're searching for. With your consent, you're helping us to
make our documentation better.
repo_url: https://github.com/labmgf-polimi/thebelvedereglacier-handbook
plugins:
- search
# Page tree
nav:
- Home: index.md
- Website: website-intro.md
- Exploring the glacier:
- 3D Viewer: 3d-viewer.md
- 2D Map explorer: 2d-map-explorer.md
- Open Data: glacier-open-data.md
- Learning resources: learning-resources.md
- References: biblio.md