-
Notifications
You must be signed in to change notification settings - Fork 50
/
mkdocs.yaml
40 lines (39 loc) · 1.84 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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
site_name: CL Documentation
theme: readthedocs
markdown_extensions:
- toc:
permalink: True
nav:
- Getting started: index.md
- Cite: cite.md
- History: history.md
- How-to guides:
- 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
- Design Patterns:
- Design Patterns Overview: patterns/overview.md
- Cell, bearer of quality: patterns/cellBearerOfQuality.md
- Cell, has plasme membrane: patterns/cellHasPlasmaMembranePartX.md
- Cell, capable of Biological Process: patterns/cellCapableOfBiologicalProcess.md
- Cell, part of anatomical entity: patterns/cellPartOfAnatomicalEntity.md
- Cell, taxon specific: patterns/taxonSpecific.md
- CL Internal Docs:
- Keep terms up-to-date: Keeping_ontology_terms_up_to_date.md
- CL annotation properties: annotation_properties.md
- CL presentations: presentations.md
- CL relations: relations_guide.md
- CL release: cl-release.md
- Fixing unintended ^^xsd:string diffs: Fixing_xsdstring_diffs.md
- Importing classes from another ontology: Adding_classes_from_another_ontology.md
- Resolving merge conflicts: resolving_merge_conflicts.md
- Taxon constraints: taxon-restrictions.md
- Contact: contact_us.md