-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
56 lines (50 loc) · 1.47 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
site_name: Documentation Géoplateforme
use_directory_urls: True
nav:
- Accueil: https://geoplateforme.github.io
- Entrepôt: https://geoplateforme.github.io/entrepot
- SDK python: https://geoplateforme.github.io/sdk-entrepot
- Tutoriels: https://geoplateforme.github.io/tutoriels
- Une remontée ?: https://github.com/Geoplateforme/geoplateforme.github.io/issues/new/choose
theme:
name: material
language: fr
palette:
primary: white
accent: custom
logo: assets/images/logo.png
favicon: assets/images/favicon.ico
markdown_extensions:
- attr_list
- md_in_html
- neoteroi.cards
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.tabbed:
alternate_style: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
extra_css:
- assets/css/extra.css
- assets/css/neoteroi.css
plugins:
- search
- macros
- render_swagger
- mkdocs-video:
is_video: True
video_muted: True
video_autoplay: False
extra:
homepage: https://www.ign.fr/geoplateforme