-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yaml
24 lines (23 loc) · 1.04 KB
/
mkdocs.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
site_name: The Drug Ontology
theme: readthedocs
nav:
- Basics:
- Overview: index.md
- Cite: cite.md
- History: history.md
- Editors Guide:
- Standard ODK workflows:
- Overview: odk-workflows/index.md
- Editors Workflow: odk-workflows/EditorsWorkflow.md
- Release Workflow: odk-workflows/ReleaseWorkflow.md
- Manage your ODK Repository: odk-workflows/RepoManagement.md
- Setting up Docker for ODK: odk-workflows/SettingUpDockerForODK.md
- Imports management: odk-workflows/UpdateImports.md
- Managing the documentation: odk-workflows/ManageDocumentation.md
- Continuous Integration: odk-workflows/ContinuousIntegration.md
- Your ODK Repository Overview: odk-workflows/RepositoryFileStructure.md
- Contributing: contributing.md
- Dron specific docs:
- DrOn Release Workflow: DronReleaseWorkflow.md
- Updateing DrOn components: UpdateComponents.md
- Notes on the 2021 Migration to ODK: MigrationNotes.md