-
Notifications
You must be signed in to change notification settings - Fork 43
/
mkdocs.yml
71 lines (61 loc) · 1.74 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
docs_dir: docs
# Project information
site_name: Mercator
site_description: Mapping the information system !
# Repository
repo_url: https://github.com/dbarzin/mercator
edit_uri: edit/master/docs
# Copyright
copyright: Copyright <a href="https://www.gnu.org/licenses/licenses.en.html">GPL</a>.
theme:
name: readthedocs
plugins:
- search
- i18n:
languages:
fr: "Français"
en: "English"
default_language: 'en'
no_translation:
fr: "Cette page n'a pas été traduite"
en: "This page isn't translated to English."
translate_nav:
fr:
section title: "Section"
subsection: "Souse-section"
page title: "Titre"
en:
section title: "Section"
subsection: "Subsection"
page title: "Page with title translated"
site_name: Mercator
site_url: https://dbarzin.githubs.io/mercator/
nav:
- Introduction: index.md
- Introduction: index.fr.md
- Mapping: cartography.md
- Cartographie: cartography.fr.md
- Application: application.md
- Application: application.fr.md
- Use cases: usecases.md
- Cas d'utilisation: usecases.fr.md
- Data model: model.md
- Modèle de données: model.fr.md
- Rapports: reports.md
- Rapports: reports.fr.md
- Administration: admin.md
- Administration: admin.fr.md
- API: api.md
- API: api.fr.md
- References: references.md
- Références: references.fr.md
extra:
# Default mkdocs-material alternate links for untranslated pages
# https://squidfunk.github.io/mkdocs-material/setup/changing-the-language/#site-language-selector
alternate:
- name: English
link: ""
lang: en
- name: Français
link: index.fr/
lang: fr