-
Notifications
You must be signed in to change notification settings - Fork 23
/
mkdocs.yml
70 lines (64 loc) · 1.63 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
site_name: MeteoNet's Documentation
theme:
name: 'material'
icon:
logo: 'material/cloud'
features:
- tabs
repo_url: https://github.com/meteofrance/meteonet
repo_name: 'GitHub'
docs_dir: 'docs_src'
site_dir: 'docs'
plugins:
- search
- mkdocs-add-number-plugin:
strict_mode: False
order: 2
- awesome-pages
markdown_extensions:
- footnotes
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- admonition
- attr_list
- mdx_math
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML
nav:
- English:
- 'index.md'
- 'english/getting-started.md'
- 'english/install.md'
- Data:
- 'english/data/summary.md'
- 'english/data/ground-observations.md'
- 'english/data/rain-radar.md'
- 'english/data/weather-models.md'
- 'english/data/satellite.md'
- 'english/data/land-relief-masks.md'
- 'english/glossary.md'
- 'english/help.md'
- Français:
- 'french/accueil.md'
- 'french/commencer.md'
- 'french/installation.md'
- Données:
- 'french/donnees/resume.md'
- 'french/donnees/stations-observation.md'
- 'french/donnees/radar-pluie.md'
- 'french/donnees/modeles-meteo.md'
- 'french/donnees/masques-terre-relief.md'
- 'french/glossaire.md'
- 'french/aide.md'