Skip to content
Snippets Groups Projects
mkdocs.yml 1.35 KiB
Newer Older
  • Learn to ignore specific revisions
  • Hugo NOUTS's avatar
    Hugo NOUTS committed
    site_name: LLLE-Ecolyo Technical Docs
    site_description: LLLE Project Documentation with Markdown.
    site_author: LLLE Team
    
    repo_name: "Clone the Project"
    repo_url: "https://forge.grandlyon.com/web-et-numerique/llle_project/llle_docs"
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
    
    theme:
    
      name: "material"
      # logo: 'assets/favicon.ico'
      # favicon: 'assets/favicon.ico'
      palette:
        primary: "black"
        accent: "Deep Orange"
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
    
    markdown_extensions:
    
      - admonition
      - attr_list
      - plantuml_markdown:
          server: http://www.plantuml.com/plantuml
      - pymdownx.emoji
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
    
    nav:
    
      - Home: index.md
      - Getting started:
          - Setup your environment: getting_started/setup_your_environment.md
          - Launch the application on local: getting_started/launch_local_application.md
          - Launch a konnector on local: getting_started/launch_local_konnector.md
      - Project Architecture:
          - Architecture: project_architecture/architecture.md
          - Cozy: project_architecture/cozy.md
          - Environments: project_architecture/environments.md
          - DocTypes: project_architecture/doctypes.md
      - Application:
          - Description: application/description.md
          - Scaffolding: application/scaffolding.md
          - Gitflow: application/gitflow.md
      - Konnectors:
          - Enedis: konnectors/enedis.md
          - GRDF: konnectors/grdf.md
          - Eau du Grand Lyon: konnectors/egl.md
      - Proxy:
          - Description: proxy/description.md