forked from rok4/rok4.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
45 lines (40 loc) · 1.45 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
site_name: "Projet ROK4"
site_author: IGN
site_url: https://rok4.github.io/
nav:
- Accueil: index.md
- Spécifications:
- Pyramide: ./pyramid.md
- Pyramide (schéma JSON): ./assets/data/pyramid.schema.json
- Composants du projet:
- ./composants.md
- Librairie C++ 🔗: https://rok4.github.io/core-cpp/
- Librairie Python 🔗: https://rok4.github.io/core-python/
- Librairie Perl 🔗: https://github.com/rok4/core-perl/
- Serveur (C++) 🔗: https://rok4.github.io/server/
- Outils de prégénération (Perl) 🔗: https://github.com/rok4/pregeneration/
- Outils de gestion (Perl) 🔗: https://github.com/rok4/tools/
- Outils de génération (C++) 🔗: https://rok4.github.io/generation/
- Nouveaux outils de gestion (Python) 🔗: https://rok4.github.io/pytools/
- Tile Matrix Sets (JSON) 🔗: https://github.com/rok4/tilematrixsets/
- Styles (JSON) 🔗: https://github.com/rok4/styles/
theme:
logo: https://rok4.github.io/assets/images/rok4-carre.png
favicon: https://rok4.github.io/assets/images/rok4-carre.png
name: material
features:
- navigation.tabs
- navigation.tabs.sticky
language: fr
plugins:
- search
extra_css:
- assets/css/style.css
markdown_extensions:
- attr_list
- md_in_html
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format