forked from NCATSTranslator/TranslatorTechnicalDocumentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
47 lines (46 loc) · 2.04 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
site_name: Translator Developer Documentation
#site_url: https://developers.translator.ncats.io
nav:
- Home:
- Welcome: index.md
- About:
- About Translator: about/index.md
- License: about/license.md
- Frequently Asked Questions:
- faq.md
- Architecture:
- Introduction: architecture/index.md
- Knowledge Graph Principles: architecture/biolink/core_knowledge_graph_principles.md
- User Interface: architecture/ui.md
- Autonomous Relay System: architecture/ars.md
- Workflow Runner: architecture/workflows.md
- Translator Registry: architecture/registry.md
- Autonomous Relay Agents:
- Overview: architecture/ara.md
- Biothings Explorer: "https://biothings.io/explorer/"
- ARAX: architecture/ara/arax.md
- Knowledge Providers:
- Overview: architecture/kp.md
- Service Provider: architecture/kp/service_provider.md
- RTX-KG2: architecture/kp/rtx-kg2.md
- Shared Standards and Tools:
- Introduction: architecture/sri.md
- Biolink Model: "https://biolink.github.io/biolink-model/"
- Translator Reasoner API (TRAPI): architecture/trapi.md
- Evidence, Provenance & Confidence Metadata: architecture/epc.md
- Developer Guide:
- Introduction: guide-for-developers/index.md
- Quick Start:
- Overview: guide-for-developers/quickstart.md
- "Hello Translator Jupyter Notebook": guide-for-developers/HelloTranslator.ipynb
- Cookbook: guide-for-developers/cookbook.md
- Tutorials:
- Overview: guide-for-developers/tutorials/index.md
- Workflows and Operations: guide-for-developers/tutorials/workflows.md
- Testing:
- Overview: guide-for-developers/testing.md
- SRI Testing: guide-for-developers/sri_testing.md
- The Full Monty...: guide-for-developers/details.md
- Teams:
- Expander Agent: teams/expander-agent.md
theme: readthedocs