forked from georchestra/georchestra_documentation_template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
100 lines (87 loc) · 3.13 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
site_name: Template pour la documentation d'un composant geOrchestra
repo_url: https://github.com/georchestra/georchestra_documentation
repo_name: georchestra-documentation
docs_dir: docs
edit_uri: edit/main/docs/
theme:
language: fr
features:
- toc.integrate
- navigation.indexes
- navigation.tabs
- navigation.tabs.sticky
- navigation.footer
logo: images/georchestra-logo-white.svg
favicon: images/favicon.ico
name: material
extra:
version:
provider: mike
generator: false
social:
- icon: fontawesome/solid/paper-plane
link: mailto:psc@georchestra.org
- icon: fontawesome/brands/twitter
link: https://twitter.com/georchestra
- icon: fontawesome/brands/github
link: https://github.com/georchestra
- icon: fontawesome/brands/google
link: https://groups.google.com/g/georchestra?hl=en
- icon: fontawesome/brands/dev
link: https://groups.google.com/group/georchestra-dev?hl=fr
- icon: fontawesome/regular/comments
link: https://kiwiirc.com/client/irc.libera.chat/georchestra
copyright: '© 2023 - geOrchestra'
extra_css:
- css/extra.css
extra_javascript:
- assets/custom_versions.js
# arborescence de 1er et 2e niveau à gérer ici
# Ces entrées correspondent au modèle de documentation
nav:
- Accueil: index.md
- Guide utilisateur:
- Sommaire: guide_utilisateur/index.md
- Prendre en main: guide_utilisateur/00_prise_en_main.md
- Vue globale: guide_utilisateur/01_vue_globale.md
- Barres ou menus d''outils: guide_utilisateur/02_outils.md
- Aide syntaxe: guide_utilisateur/aide_syntaxe.md
- Guides techniques:
- Sommaire: guides_techniques/index.md
- Administrer:
- guides_techniques/administrer/index.md
- guides_techniques/administrer/une_page.md
- Installer:
- guides_techniques/installer/index.md
- guides_techniques/installer/00_presentation.md
- guides_techniques/installer/01_prerequis.md
- guides_techniques/installer/02_preparation.md
- guides_techniques/installer/03_installation.md
- guides_techniques/installer/04_configuration.md
- guides_techniques/installer/05_debug.md
- guides_techniques/installer/06_tests.md
- Développer:
- guides_techniques/developper/index.md
- guides_techniques/developper/matrice_fonctionnalites.md
- guides_techniques/developper/api.md
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
plugins:
- search
- callouts
- toc-md:
toc_page_title: Contents
toc_page_description: Summary of the section
header_level: 3
pickup_description_meta: false
pickup_description_class: false
output_path: tableofcontent.md
output_log: true
ignore_page_pattern: index.md
remove_navigation_page_pattern: index.md
template_dir_path: custom_template
- git-revision-date-localized:
enable_creation_date: true
# TODO Documenter comment simplifier l'arborescence pour un petit projet