Skip to content
Snippets Groups Projects
mkdocs.yml 7.07 KiB
site_name: Self-Data Grandlyon - Technical Docs
site_description: A Collection of Technical Documentations Related to the Self-Data Grandlyon Projects.
site_author: Métropole de Lyon
repo_name: "Clone the Project"
repo_url: "https://forge.grandlyon.com/web-et-numerique/llle_project/self-data-technical-doc"

theme:
  name: "material"
  logo: 'img/self_data_grdlyon.png'
  favicon: "img/self_data_grdlyon.png"
  palette:
    scheme: dracula
    primary: white
    accent: red
  font:
    text: Roboto
    code: Roboto Mono
  features:
    - navigation.tabs
    - navigation.top
    - navigation.instant

markdown_extensions:
  - pymdownx.inlinehilite
  - pymdownx.snippets
  - pymdownx.superfences
  - admonition
  - plantuml_markdown:
      server: http://www.plantuml.com/plantuml
  - attr_list
  - pymdownx.emoji
  - pymdownx.mark:
  - pymdownx.tabbed:
      alternate_style: true



extra_css:
  - "stylesheets/extra.css"

plugins:
  - search
  - git-revision-date-localized
      
nav:
  - Home:
      - Getting started: index.md
      - Additional Ressources: external_doc.md
  - Easy Cozy:
      - Introduction: easycozy/index.md
      - Configuration: easycozy/config.md
      - Commands: easycozy/commands.md
      - Known errors: easycozy/known_errors.md
      - Scripts: easycozy/scripts.md
      - Tips: easycozy/tips.md
  - Ecolyo:
      - Introduction: ecolyo/index.md
      - Getting started:
          - Launch the application on local: ecolyo/getting_started/launch_local_application.md
          - Launch a konnector on local: ecolyo/getting_started/launch_local_konnector.md
      - Project Architecture:
          - Architecture: ecolyo/project_architecture/architecture.md
          - Libraries: ecolyo/project_architecture/libraries.md
          - Environments: ecolyo/project_architecture/environments.md
          - DocTypes: ecolyo/project_architecture/doctypes.md
          - Remote DocTypes: ecolyo/project_architecture/remote_doctypes.md
      - Application:
          - Deploy: ecolyo/application/deploy.md
          - Description: ecolyo/application/description.md
          - Gitflow: ecolyo/application/gitflow.md