This is "not perfect", because this version still relies on datalad concepts schema components that are unreleased. This poses a stability issue in case something changes over there. However, the runtime of the 2025 edition is expected to be short. This makes that problem slightly more tollerable.
30 lines
970 B
YAML
30 lines
970 B
YAML
copyright:
|
|
docs_dir: build/linkml-docs
|
|
nav:
|
|
- Home: index.md
|
|
- About: about.md
|
|
- Schemas:
|
|
- Base (unreleased): s/base/unreleased/index.md
|
|
- Research assets (unreleased): s/research-assets/unreleased/index.md
|
|
- DFG coordinated programs survey (2025): s/dfg-cp-survey/2025/index.md
|
|
plugins:
|
|
- mermaid2
|
|
- panzoom:
|
|
full_screen: True # default False
|
|
- redirects:
|
|
redirect_maps:
|
|
# map unversioned URLs to the latest version
|
|
's/base/index.md': 's/base/unreleased/index.md'
|
|
's/research-assets/index.md': 's/research-assets/unreleased/index.md'
|
|
's/dfg-cp-survey/index.md': 's/dfg-cp-survey/2025/index.md'
|
|
- search
|
|
site_author: TRR379 Q02 Team
|
|
site_description:
|
|
site_dir: build/mkdocs-site
|
|
site_name: TRR379 metadata system
|
|
site_url: !ENV [SITEURL, 'https://concepts.trr379.de']
|
|
# false, because we have many doc files that are not mentioned in "nav"
|
|
strict: false
|
|
theme:
|
|
name: material
|
|
locale: en
|