site_name: Developer Guide
#site_description: Portail Data Project Documentation with Markdown.
site_author: Métropole de Lyon

theme:
  name: null
  custom_dir: 'custom-material-theme'
  language: en
  palette:
    primary: dark-blue
    accent: dgl-red
  font:
    text: Titillium Web
    code: Roboto Mono
  logo: "/assets/images/logo.png"
  favicon: "/assets/images/favicon.png"
  feature:
    tabs: false

markdown_extensions:
    - plantuml_markdown:
        server: http://www.plantuml.com/plantuml

nav:
    - Home: index.md
    - Overview: overview/index.md
    - Features: features/index.md
    - Architecture: architecture/index.md
    - Components:
      - Core Components:
        - Legacy AUTH: components/core/legacy-auth.md
      - Off-the-shelf applications:
        - API Gateway: components/off-the-shelf-apps/api-gateway.md
        - Headless CMS: components/off-the-shelf-apps/cms.md
        - Search Engine: components/off-the-shelf-apps/elasticsearch.md
      - Middlewares:
        - Legacy AUTH: components/middlewares/legacy-auth-middleware.md
        # - Proxies:
      - Indexers:
        - Metadata and Data: components/indexers/metadata-and-data.md
        - Editorial Content: components/indexers/editorial-content.md
      - Services:
        - Authentication: components/services/authentication.md
        - CSV Catalog Downloader: components/services/csv-catalog-downloader.md
        - Mail: components/services/mail.md
        - Media Library: components/services/media-library.md
        - Organizations: components/services/organizations.md
        - Resources: components/services/resources.md
      - Specific applications:
        - Web App: components/specific-apps/web-app.md
        - Admin GUI: components/specific-apps/admin-gui.md
    - Administration: administration/admin-tools.md
    - Deployment:
      - 2019 deployment of the first public beta version: deployment/beta-deployment.md
    - Monitoring: monitoring/monitoring.md
    - Other:
      - Security: miscellaneous/security.md
      - NestJS-based micro-services: miscellaneous/nestjs-micro-services.md
      - Accessibility: miscellaneous/accessibility.md
      - AUTHN & AUTHZ: miscellaneous/authentication&authorization.md
      - Gitflow: miscellaneous/gitflow-ci-cd.md
      - VSCode: miscellaneous/vscode-settings.md
      - SASS recommendation: miscellaneous/sass-recommendation.md
      - Webapp-auth: miscellaneous/webapp-auth.md
      - Multi-environment docker build for Angular app: miscellaneous/multi-environments-docker-build-for-angular.md