-
Notifications
You must be signed in to change notification settings - Fork 60
/
mkdocs.yaml
76 lines (67 loc) · 1.75 KB
/
mkdocs.yaml
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
71
72
73
74
75
76
docs_dir: docs
# Project information
site_name: Deming
site_description: ISMS made easy !
# Repository
repo_url: https://github.com/dbarzin/deming
edit_uri: edit/main/docs
# Copyright
copyright: Copyright <a href="https://www.gnu.org/licenses/licenses.en.html">GPL</a>.
theme:
name: readthedocs
extra_css:
- css/extra.css
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: "Sous-section"
page title: "Titre"
en:
section title: "Section"
subsection: "Subsection"
page title: "Page with title translated"
nav:
- Introduction: index.md
- Introduction: index.fr.md
- Homepage : home.md
- Page principale : home.fr.md
- Controls : measures.md
- Mesures : measures.fr.md
- Measures : controls.md
- Contrôles : controls.fr.md
- Delegation : delegation.md
- Délégation : delegation.fr.md
- Planning : plan.md
- Planning : plan.fr.md
- Dashboards : dashboards.md
- Tableaux de bords : dashboards.fr.md
- Action plans : actions.md
- Plans d'action : actions.fr.md
- Configuration : config.md
- Configuration : config.fr.md
- API: api.fr.md
- API: api.md
- Annexe: annexe.fr.md
- Annexe: annexe.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