-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathmkdocs.yml
67 lines (66 loc) · 2.08 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
site_name: "A Simple Standard for Sharing Ontology Mappings (SSSOM)"
theme:
name: material
analytics:
gtag: G-2SYBSJVZ23
# palette:
# scheme: slate
# primary: cyan
features:
- content.tabs.link
plugins:
- search
- mermaid2
markdown_extensions:
- pymdownx.highlight:
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.tabbed:
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- admonition
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
nav:
- Home: index.md
- Introduction: introduction.md
- Specification:
- Introduction: spec-intro.md
- Data model:
- Introduction: spec-model.md
- Applying Chaining Rules: chaining-rules.md
- LinkML documentation: linkml-index.md
- Serialisations:
- Introduction: spec-formats.md
- SSSOM/TSV serialisation: spec-formats-tsv.md
- OWL/RDF serialisation: spec-formats-owl.md
- JSON serialisation: spec-formats-json.md
- Resources for contributors: contributing.md
- Resources for users:
- FAQ: faq.md
- Community:
- Use Cases: usecases.md
- Workshops: workshops.md
- Presentations: presentations.md
- Training materials:
- Overview: training.md
- Basic Tutorial: tutorial.md
- How to:
- Mapping Justifications: mapping-justifications.md
- How to use mapping predicates: mapping-predicates.md
- Set up a mapping registry/commons: mapping-commons.md
- A basic guide for the SSSOM toolkit: toolkit.md
- 5-Star Entity Mappings - Cheatsheet: 5star-mappings.md
- Matching tool implementation guide: matching-tool-implementation-guide.md
- How to gradually enrich OMOP mappings with SSSOM: tutorials/omop-mappings.md
- Reference:
- Glossary: glossary.md
- Related documentation: related-documentation.md
- Funding: funding.md
site_url: https://mapping-commons.github.io/sssom/
repo_url: https://github.com/mapping-commons/sssom/
edit_uri: "edit/master/src/docs/"