83 lines
2.7 KiB
YAML
83 lines
2.7 KiB
YAML
site_name: Test de documentation d'un composant geOrchestra - 20230209
|
|
|
|
repo_url: https://gitea.datagrandest.net/guillaume_ryckelynck/georchestra_documentation_module_test
|
|
repo_name: georchestra_documentation_module_test
|
|
|
|
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:
|
|
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
|
|
copyright: '© 2023 - georchestra'
|
|
|
|
extra_css:
|
|
- css/extra.css
|
|
|
|
# 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
|
|
- Utiliser:
|
|
- guide_utilisateur/01_vue_globale.md
|
|
- guide_utilisateur/02_outils_1.md
|
|
- guide_utilisateur/03_outils_2.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
|
|
plugins:
|
|
- search
|
|
- 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
|