Skip to content
Snippets Groups Projects
mkdocs.yml 3.3 KiB
Newer Older
  • Learn to ignore specific revisions
  • site_name: Self Data Grand Lyon - Technical Docs
    site_description: Self Data Grand Lyon Project Documentation with Markdown.
    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"
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
    
    theme:
    
      name: "material"
    
      # logo: 'img/self_data_grdlyon.png'
      favicon: 'img/self_data_grdlyon.png'
    
      palette:
    
        primary: "white"
        accent: "red"
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
    
    markdown_extensions:
    
      - admonition
    
      - plantuml_markdown:
          server: http://www.plantuml.com/plantuml
    
      - attr_list
      - pymdownx.emoji
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
    
    
    extra_css:
      - 'stylesheets/extra.css'
    
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
    nav:
    
      - Home: index.md
    
      - Pilote:
    
    Hugo's avatar
    Hugo committed
        - Pilote - TS - Back:
          - Index:  pilote/Pilote - TS - Back/index.md
          - Application:
            - Deploy: pilote/Pilote - TS - Back/application/deploy.md
          - Getting Started:
            - Launch the application on local: pilote/Pilote - TS - Back/getting_started/launch_local_application.md
            - Setup your environment: pilote/Pilote - TS - Back/getting_started/setup_your_environment.md
          - Project Architecture: pilote/Pilote - TS - Back/project_architecture/architecture.md
        - Pilote - TS - Front:
          - Index: pilote/Pilote - TS - Front/index.md
          - Application:
            - Deploy: pilote/Pilote - TS - Front/application/deploy.md
          - Getting Started:
            - Launch the application on local: pilote/Pilote - TS - Front/getting_started/launch_local_application.md
        - Pilote - TS - Usager:
          - Application:
            - Deploy: pilote/Pilote - Usager/application/deploy.md
            - Doctypes: pilote/Pilote - Usager/application/doctypes.md
            - Gitflow: pilote/Pilote - Usager/application/gitflow.md
            - Scaffolding: pilote/Pilote - Usager/application/scaffolding.md
            - Services: pilote/Pilote - Usager/application/services.md
            - Store: pilote/Pilote - Usager/application/store.md
          - Getting Started:
            - Launch local doctypes: pilote/Pilote - Usager/getting_started/launch_local_doctypes.md
            - Launch local services: pilote/Pilote - Usager/getting_started/launch_local_services.md
    
      - Ecolyo:
        - Introduction: ecolyo/index.md
        - Getting started:
          - Setup your environment: ecolyo/getting_started/setup_your_environment.md
          - 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
          - Cozy: ecolyo/project_architecture/cozy.md
          - Environments: ecolyo/project_architecture/environments.md
          - DocTypes: ecolyo/project_architecture/doctypes.md
        - Application:
          - Description: ecolyo/application/description.md
          - Scaffolding: ecolyo/application/scaffolding.md
          - Services: ecolyo/application/services.md
          - Gitflow: ecolyo/application/gitflow.md
          - Deploy: ecolyo/application/deploy.md
        - Konnectors:
          - Enedis: ecolyo/konnectors/enedis.md
          - GRDF: ecolyo/konnectors/grdf.md
          - Eau du Grand Lyon: ecolyo/konnectors/egl.md
    
        - Functionalities: 
          - Challenge: ecolyo/functionalities/challenge.md
    
      - Proxy:
    
        - Description: proxy/description.md
        - Use cases:
          - Enedis: proxy/use_cases/enedis.md
          - Grdf Adict: proxy/use_cases/grdfadict.md