Skip to content
Snippets Groups Projects
mkdocs.yml 7.21 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: 'Forge'
repo_url: 'https://forge.grandlyon.com/web-et-numerique/factory/llle_project/self-data-technical-doc'
edit_uri: 'https://forge.grandlyon.com/web-et-numerique/factory/llle_project/self-data-technical-doc/-/blob/master/docs/'

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
    - content.action.edit
  icon:
    edit: material/file-edit-outline

markdown_extensions:
  - pymdownx.inlinehilite
  - pymdownx.snippets
  - pymdownx.superfences
  - pymdownx.details
  - 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
      - Setup your environment: setup_your_environment.md
      - WSL: wsl.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
  - Cozy stack:
      - Introduction: cozystack/index.md
      - Local Stack: cozystack/local.md
  - Ecolyo:
      - Introduction: ecolyo/index.md
      - Technical:
          - Getting started: ecolyo/technical/launch_local_application.md
          - Architecture: ecolyo/technical/architecture.md
          - Deploy on alpha: ecolyo/technical/deploy.md
          - Doctypes: ecolyo/technical/doctypes.md
          - Environments: ecolyo/technical/environments.md