-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathmkdocs.yml
65 lines (64 loc) · 2.22 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
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
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
nav:
- Home: home.md
- About SSSOM: about.md
- Specification: index.md
- Overview: spec.md
- FAQ: faq.md
- Credits: credits.md
- Contact us: contact.md
- Resources for contributors:
- How to contribute?: contributing.md
- Code of Conduct: code_of_conduct.md
- Resources for users:
- Use cases:
- Overview: usecases.md
- How to gradually enrich OMOP mappings with SSSOM: tutorials/omop-mappings.md
- Workshops: workshops.md
- Presentations: presentations.md
- Basic Tutorial: tutorial.md
- Mapping Justifications: mapping-justifications.md
- How to use mapping predicates: mapping-predicates.md
- Set up a mapping registry/commons: mapping-commons.md
- Overview of Chaining Rules: chaining_rules.md
- A basic guide for the SSSOM toolkit: toolkit.md
- 5-Star Entity Mappings - Cheatsheet: 5star-mappings.md
- Update schema/context and release: update.md
- Matching tool implementation guide: matching-tool-implementation-guide.md
- SSSOM profiles: sssom-profiles.md
- Glossary: glossary.md
- Related documentation:
- SSSOM Toolkit: "https://mapping-commons.github.io/sssom-py/index.html#"
- SSSOM Java: "https://incenp.org/dvlpt/sssom-java/"
- Semantic Mapping Vocabulary (SEMAPV): "https://mapping-commons.github.io/semantic-mapping-vocabulary/"
- LinkML: "https://linkml.io/linkml/"
- OBO Academy: "https://oboacademy.github.io/obook/"
- Monarch Initiative: "https://monarch-initiative.github.io/monarch-documentation/"
site_url: https://mapping-commons.github.io/sssom/
repo_url: https://github.com/mapping-commons/sssom/
edit_uri: "edit/master/src/docs/"