-
Notifications
You must be signed in to change notification settings - Fork 17
/
mkdocs.yml
131 lines (122 loc) · 4.56 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
site_name: Translator Developer Documentation
site_url: https://ncatstranslator.github.io/TranslatorTechnicalDocumentation/
repo_url: https://github.com/NCATSTranslator/TranslatorTechnicalDocumentation
nav:
- Welcome to Translator:
- Overview: index.md
- Frequently Asked Questions: faq.md
- Glossary of Terms: glossary.md
- License: license.md
- Development Guide:
- Overview: development-guide/index.md
- Quick Start: development-guide/quickstart.md
- Tutorials:
- Index: development-guide/tutorials/index.md
- Component Builder's Roadmap: development-guide/tutorials/component_builders_roadmap.md
- Working with Workflows: development-guide/tutorials/workflows.md
- Knowledge Graph Principles: architecture/biolink/knowledge_graphs.md
- Translator Architecture:
- Overview: architecture/index.md
- User Interface: architecture/ui.md
- Autonomous Relay System: architecture/ars_usage.md
- Workflow Runner: architecture/workflows.md
- Translator Registry: architecture/registry.md
- Autonomous Relay Agents:
- Overview: architecture/ara/index.md
- ARAX: architecture/ara/arax.md
- BTE: architecture/ara/bte.md
- Knowledge Providers:
- Overview: architecture/kp/index.md
- Connections Provider: architecture/kp/chp-data.md
- Genetics Data Provider: architecture/kp/genetics-data.md
- Molecular Data Provider: architecture/kp/molecular-data.md
- RTX-KG2: architecture/kp/rtx-kg2.md
- Service Provider: architecture/kp/service-provider.md
- Standards and Reference Implementation:
- Overview: architecture/sri/index.md
- Biolink Model: "https://biolink.github.io/biolink-model/"
- Translator Reasoner API (TRAPI): architecture/sri/trapi.md
- Evidence, Provenance & Confidence Metadata: architecture/sri/epc.md
- Testing:
- Overview: architecture/sri/testing/index.md
- SRI Testing: architecture/sri/testing/sri_testing_infrastructure.md
- Consortium Development Guidelines: development-guide/tutorials/consortium_development_guidelines.md
- Deployment Guide:
- Introduction: deployment-guide/index.md
- Production Deployment: deployment-guide/deployment.md
- Monitoring: deployment-guide/monitoring.md
extra_css:
- stylesheets/extra.css
theme:
name: "material"
favicon: img/favicon.ico
logo: img/favicon.ico
icon:
admonition:
server: material/server
language: en
# Pick color: https://squidfunk.github.io/mkdocs-material/setup/changing-the-colors/#primary-color
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: custom
toggle:
icon: material/weather-night
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: custom
toggle:
icon: material/weather-sunny
name: Switch to light mode
features:
- navigation.indexes
- navigation.footer
- navigation.sections
- navigation.top
- navigation.tracking
- content.code.copy
- content.code.annotate
- content.code.select
- search.highlight
- search.share
- search.suggest
- toc.follow
copyright: Copyright © 2017-2023 Biomedical Data Translator<br>National Center for Advancing Translational Science
markdown_extensions:
- admonition # Supported types: https://squidfunk.github.io/mkdocs-material/reference/admonitions/#supported-types
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.details
- pymdownx.extra
- abbr
- pymdownx.snippets:
auto_append:
- docs/includes/abbreviations.md
- attr_list
- smarty
plugins:
- search
- autorefs
- glightbox:
touchNavigation: true
loop: false
effect: zoom
slide_effect: slide
width: 100%
height: auto
zoomable: true
draggable: true
auto_caption: false
caption_position: bottom
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/NCATSTranslator
watch:
- docs