concepts.trr379.de/mkdocs.yml
Michael Hanke 67dce6c2e3
Some checks failed
Validate examples and verify unmodified conversion / lint (push) Failing after 57s
Model checks / lint (push) Failing after 1m0s
Codespell / Check for spelling errors (push) Has been cancelled
fix: disable the mkdocs search plugin, crashed site build
The reason or a proper fix are unknown. The mkdocs setup is identical to
upstream, the class that triggered the crash also is identical. Upstream
works.
2026-07-01 15:26:17 +02:00

34 lines
1.1 KiB
YAML

copyright:
docs_dir: build/linkml-docs
nav:
- Home: index.md
- About: about.md
- Schemas:
- Research assets (unreleased): s/research-assets/unreleased/index.md
- Research information (unreleased): s/research-information/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/research-assets/index.md': 's/research-assets/unreleased/index.md'
's/research-information/index.md': 's/research-information/unreleased/index.md'
's/dfg-cp-survey/index.md': 's/dfg-cp-survey/2025/index.md'
# disable search for now due to some unexplainable crash at build time
#- 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
markdown_extensions:
- attr_list
- md_in_html