Skip to content
Snippets Groups Projects
mkdocs.yml 1.37 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'
    
    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
    
    Yoan VALLET's avatar
    Yoan VALLET committed
        - 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
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
        - Project Architecture:
    
    Yoan VALLET's avatar
    Yoan VALLET committed
            - 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
            - 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