Skip to content
Snippets Groups Projects
Select Git revision
  • bba5fca3dee83254fc9dca0069a140c74b8e1160
  • master default protected
  • dev protected
  • replication_test
  • release-1.10 protected
  • release-1.9 protected
  • 551-init-broker-service-permissions
  • 549-test-oai-pmh
  • 545-saving-multiple-times-breaks-pid-metadata
  • 499-standalone-compute-service-2
  • 539-load-tests
  • hotfix/helm-chart
  • luca_ba_new_interface
  • 534-bug-when-adding-access-to-user-that-is-not-registered-at-dashboard-service
  • release-1.8 protected
  • 533-integrate-semantic-recommendation
  • feature/openshift
  • 518-spark-doesn-t-map-the-headers-correct
  • 485-fixity-checks
  • 530-various-schema-problems-with-subsets
  • release-1.7 protected
  • v1.10.2 protected
  • v1.10.1 protected
  • v1.10.0-rc13 protected
  • v1.10.0-rc12 protected
  • v1.10.0-rc11 protected
  • v1.10.0-rc10 protected
  • v1.10.0-rc9 protected
  • v1.10.0-rc8 protected
  • v1.10.0-rc7 protected
  • v1.10.0-rc6 protected
  • v1.10.0-rc5 protected
  • v1.10.0-rc4 protected
  • v1.10.0-rc3 protected
  • v1.10.0-rc2 protected
  • v1.10.0rc1 protected
  • v1.10.0rc0 protected
  • v1.10.0 protected
  • v1.9.3 protected
  • v1.9.2 protected
  • v1.9.2-rc0 protected
41 results

mkdocs.yml

Blame
  • mkdocs.yml 3.23 KiB
    site_name: Database Repository
    repo_url: https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services
    repo_name: fda-services
    site_author: Research Unit Data Science, Technische Universität Wien
    copyright: CC-BY 4.0 Technische Universität Wien & Universität Wien
    docs_dir: .docs
    nav:
      - Home: index.md
      - Deployment:
        - Docker Compose: deployment-docker-compose.md
        - Kubernetes: deployment-helm.md
      - System:
        - Overview: system.md
        - Services:
          - Analyse Service: system-services-analyse.md
          - Authentication Service: system-services-authentication.md
          - Broker Service: system-services-broker.md
          - Data Service: system-services-data.md
          - Gateway Service: system-services-gateway.md
          - Metadata Service: system-services-metadata.md
          - Search Service: system-services-search.md
          - Storage Service: system-services-storage.md
          - Upload Service: system-services-upload.md
        - Databases:
          - Authentication Database: system-databases-authentication.md
          - Data Database: system-databases-data.md
          - Metadata Database: system-databases-metadata.md
          - Search Database: system-databases-search.md
        - Other:
          - User Interface: system-other-ui.md
          - Search Database Dashboard: system-other-search-dashboard.md
      - Usage:
        - Overview: usage-overview.md
        - Services:
          - Analyse Service: usage-analyse.md
          - Authentication Service: usage-authentication.md
          - Broker Service: usage-broker.md
          - Metadata Service: usage-metadata.md
          - Search Service: usage-search.md
          - Storage Service: usage-storage.md
          - Upload Service: usage-upload.md
      - publications.md
      - contact.md
    extra_css:
      - stylesheets/extra.css
    extra_javascript:
      - scripts/extra.js
    theme:
      favicon: images/signet_white.png
      custom_dir: .docs/overrides
      logo: images/signet_white.png
      font:
        text: IBM Plex Serif
        code: IBM Plex Mono
      features:
        - navigation.tabs
        - navigation.tabs.sticky
        - navigation.instant
        - navigation.sections
        - content.code.annotate
        - content.code.copy
      icon:
        repo: fontawesome/brands/git-alt
      palette:
        # Palette toggle for light mode
        - media: "(prefers-color-scheme: light)"
          scheme: default
          primary: custom
          font:
            code: Roboto Mono