Some checks failed
Lint markdown files / run-markdownlint (pull_request) Failing after 5s
46 lines
1.1 KiB
YAML
46 lines
1.1 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
|
|
|
|
# Configuration
|
|
theme:
|
|
name: material
|
|
features:
|
|
- header.autohide
|
|
- navigation.instant
|
|
- navigation.tracking
|
|
#- navigation.tabs
|
|
- toc.follow
|
|
# - toc.integrate
|
|
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
|