generated from linkml/linkml-template
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmkdocs.yml
40 lines (37 loc) · 950 Bytes
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
site_name: "GHGA Metadata Schema"
theme:
name: material
palette:
scheme: default
primary: teal
font:
text: Tilium Web
code: Courier Prime
features:
- navigation.instant
- navigation.tracking
- navigation.top
- navigation.indexes
- navigation.expand
- toc.integrate
icon:
repo: fontawesome/brands/github
nav:
- Home: index.md
- Schema Documentation: docs/index.md
- Derived Schemas: derived-schemas.md
- Contributing: contributing.md
- LinkML Quickstart Guide: linkml-quickstart.md
- Curating: curating.md
- Maintaining: maintaining.md
- Release Process: release-process.md
- Versioning: versioning.md
- Style Guide: style-guide.md
- Referencing Ontologies: referencing-ontologies.md
- Testing: testing.md
markdown_extensions:
- attr_list
- toc:
permalink: true
repo_url: https://github.com/ghga-de/ghga-metadata-schema
repo_name: ghga-de/ghga-metadata-schema