forked from linkml/linkml-model
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
48 lines (48 loc) · 1.33 KB
/
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
41
42
43
44
45
46
47
48
site_name: "LinkML Model"
theme:
name: material
analytics:
gtag: G-2SYBSJVZ23
palette:
- media: '(prefers-color-scheme: light)'
scheme: default
primary: teal
accent: amber
toggle:
icon: material/lightbulb
name: Switch to light mode
- media: '(prefers-color-scheme: dark)'
scheme: slate
primary: teal
accent: amber
toggle:
icon: material/lightbulb-outline
name: Switch to dark mode
plugins:
- search
- mermaid2
#markdown_extensions:
# - toc:
# permalink: true
docs_dir: target/docs
site_dir: docs
nav:
- About: home.md
- Specification:
Index: specification/index.md
Preface: specification/00preamble.md
Introduction: specification/01introduction.md
Instances: specification/02instances.md
Schema Datamodel: specification/03schemas.md
Derived Schemas: specification/04derived-schemas.md
Instance Validation: specification/05validation.md
Mapping of Instances: specification/06mapping.md
- Appendix:
Metamodel Index: index.md
Profiles:
- MinimalSubset: MinimalSubset.md
- BasicSubset: BasicSubset.md
- SpecificationSubset: SpecificationSubset.md
- RelationalModelProfile: RelationalModelProfile.md
- ObjectOrientedProfile: ObjectOrientedProfile.md
- OwlProfile: OwlProfile.md