Files
gitea-pages/mkdocs.yml

78 lines
2.3 KiB
YAML

# Project information
site_name: PSI Data Catalog Documentation
site_url: https://data-catalog-services.pages.psi.ch
# Repository
#repo_name: data-catalog-services/gitea-pages
#repo_url: https://gitea.psi.ch/data-catalog-services/gitea-pages
# Copyright
copyright: Copyright © 2025 Paul Scherrer Institute
markdown_extensions:
- admonition
- toc:
permalink: true
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
# Configuration
theme:
name: material
features:
- header.autohide
- navigation.instant
- navigation.tracking
#- navigation.tabs
- toc.follow
# - toc.integrate
- navigation.footer
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/link
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: teal
accent: teal
toggle:
icon: material/toggle-switch
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: teal
accent: teal
toggle:
icon: material/toggle-switch-off
name: Switch to system preference
nav:
- Home: index.md
- Getting Started: gettingStarted.md
- SciCat:
- January 2026 Upgrade: scicat/202601Upgrade.md
- Ingestor Manual: scicat/ingestorManual.md
- OpenEM:
- Quick Start: openem/openem-start.md
- User:
- Introduction: openem/user/introduction.md
- Participating Facilities: openem/user/facilities.md
- Ingestor - Upload a dataset: openem/user/ingestor.md
#- Depositor - Deposit in OneDep: openem/user/depositor.md # NOT READY
- Extractors - Available metadata: openem/user/extractors.md
- Operator:
- Introduction: openem/operator/introduction.md
- Requirements & Infrastructure: openem/operator/infrastructure-requirements.md
- Installation:
- Globus Connect Server: openem/operator/install-globus.md
- OpenEM Ingestor: openem/operator/install-ingestor.md
- Development Proxy: openem/operator/socks5-proxy.md
- Developer:
- Overview: openem/developer/overview.md
- Support: support.md
- FAQ: faq.md