mirror of
https://github.com/psychoinformatics-de/datalad-concepts.git
synced 2026-08-05 22:53:16 +00:00
This is done as per the instructions in the breaking change sections of the LinkML 1.11.1 changelog.
79 lines
4 KiB
YAML
79 lines
4 KiB
YAML
copyright:
|
|
docs_dir: build/linkml-docs
|
|
nav:
|
|
- Home: index.md
|
|
- About: about.md
|
|
- Schemas:
|
|
- Foundational:
|
|
- Things: s/things/v2/index.md
|
|
- Things data: s/things-data/v1/index.md
|
|
- Things distributions: s/things-distributions/v1/index.md
|
|
- Things files: s/things-files/v1/index.md
|
|
- Things resources: s/things-resources/v1/index.md
|
|
- Things rules: s/things-rules/v1/index.md
|
|
- Things social: s/things-social/v1/index.md
|
|
- Things study: s/things-study/v1/index.md
|
|
- Things properties: s/things-properties/v1/index.md
|
|
- Things provenance: s/things-prov/v1/index.md
|
|
- Things publications: s/things-publications/v1/index.md
|
|
- Demonstrator:
|
|
- Research information: s/demo-research-information/unreleased/index.md
|
|
- Dump-things storage: dump-things-storage-v0.md
|
|
- Usage considerations: usage-considerations.md
|
|
plugins:
|
|
- mermaid2
|
|
#- panzoom:
|
|
# full_screen: True # default False
|
|
- redirects:
|
|
redirect_maps:
|
|
# map unversioned URLs to the latest version
|
|
'dump-things-storage.md': 'dump-things-storage-v0.md'
|
|
's/things/index.md': 's/things/v2/index.md'
|
|
's/things-properties/index.md': 's/things-properties/v1/index.md'
|
|
's/things-data/index.md': 's/things-data/v1/index.md'
|
|
's/things-study/index.md': 's/things-study/v1/index.md'
|
|
's/things-resources/index.md': 's/things-resources/v1/index.md'
|
|
's/things-rules/index.md': 's/things-rules/v1/index.md'
|
|
's/things-distributions/index.md': 's/things-distributions/v1/index.md'
|
|
's/things-social/index.md': 's/things-social/v1/index.md'
|
|
's/things-files/index.md': 's/things-files/v1/index.md'
|
|
's/things-publications/index.md': 's/things-publications/v1/index.md'
|
|
's/things-prov/index.md': 's/things-prov/v1/index.md'
|
|
's/types/index.md': 's/types/v1/index.md'
|
|
's/identifiers/index.md': 's/identifiers/unreleased/index.md'
|
|
's/temporal-mixin/index.md': 's/temporal-mixin/unreleased/index.md'
|
|
's/flat-resources/index.md': 's/flat-resources/unreleased/index.md'
|
|
's/publications-mixin/index.md': 's/publications-mixin/unreleased/index.md'
|
|
's/flat-publications/index.md': 's/flat-publications/unreleased/index.md'
|
|
's/flat/index.md': 's/flat/unreleased/index.md'
|
|
's/flat-social/index.md': 's/flat-social/unreleased/index.md'
|
|
's/flat-prov/index.md': 's/flat-prov/unreleased/index.md'
|
|
's/social-mixin/index.md': 's/social-mixin/unreleased/index.md'
|
|
's/common-mixin/index.md': 's/common-mixin/unreleased/index.md'
|
|
's/relations-mixin/index.md': 's/relations-mixin/unreleased/index.md'
|
|
's/resources-mixin/index.md': 's/resources-mixin/unreleased/index.md'
|
|
's/prov-mixin/index.md': 's/prov-mixin/unreleased/index.md'
|
|
's/versions-mixin/index.md': 's/versions-mixin/unreleased/index.md'
|
|
's/study-mixin/index.md': 's/study-mixin/unreleased/index.md'
|
|
's/flat-study/index.md': 's/flat-study/unreleased/index.md'
|
|
's/quantities-mixin/index.md': 's/quantities-mixin/unreleased/index.md'
|
|
's/files-mixin/index.md': 's/files-mixin/unreleased/index.md'
|
|
's/flat-files/index.md': 's/flat-files/unreleased/index.md'
|
|
's/demo-empirical-data/index.md': 's/demo-empirical-data/unreleased/index.md'
|
|
's/demo-research-assets/index.md': 's/demo-research-assets/unreleased/index.md'
|
|
's/demo-research-information/index.md': 's/demo-research-information/unreleased/index.md'
|
|
's/demo-rse-group/index.md': 's/demo-rse-group/unreleased/index.md'
|
|
- search
|
|
site_author: DataLad Team
|
|
site_description:
|
|
site_dir: build/mkdocs-site
|
|
site_name: DataLad Concepts
|
|
site_url: !ENV [SITEURL, 'https://concepts.datalad.org']
|
|
# 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
|