forked from monarch-initiative/mondo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
73 lines (70 loc) · 3.63 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
site_name: Mondo Documentation
docs_dir: docs
site_dir: docs-site
theme:
name: 'material'
markdown_extensions:
- toc:
permalink: True
nav:
- Introduction: index.md
- Getting ready (set-up):
- Set up new computer: editors-guide/set-up-new-computer.md
- GitHub access: editors-guide/b-github-access.md
- Protege set up: editors-guide/a-protege-setup.md
- Set up docker: developer-guide/set-up-docker.md
- Generate token: developer-guide/generate-token.md
- Mondo Editing (rules and practices):
- Entities: editors-guide/f-entities.md
- Revise Terms in Mondo: editors-guide/revise-terms-in-mondo.md
- Logical axioms: editors-guide/g-logical-axioms.md
- Merging and obsoleting: editors-guide/merging-and-obsoleting.md
- Splitting classes: editors-guide/splitting-classes.md
- Merging a ROBOT template into Mondo: editors-guide/robot-template.md
- Exclusion reasons: editors-guide/exclusion-reasons.md
- Design patterns:
- Design patterns: editors-guide/e-design-patterns.md
- Patterns: editors-guide/patterns/
- Bulk Editing Using Regular Expressions: editors-guide/regex.md
- Edit website: editors-guide/mondo-website-editing.md
- Annotation Bulk Removal/Update: editors-guide/bulk-removal.md
- Mondo Workflow:
- GitHub PR workflow: editors-guide/d-github-pr-workflow.md
- Pre-release checklist: editors-guide/pre-release-checklist.md
- Release workflow: developer-guide/release.md
- Imports: editors-guide/imports.md
- Import terms for logical axioms: editors-guide/import-terms-for-logical-axioms.md
- Update external sources: editors-guide/update-external-sources.md
- Ingest source terms into Mondo: editors-guide/synching.md
- OMIM slurp: editors-guide/omim-slurp.md
- OMIM included entries: editors-guide/omim-included_entries.md
- Slurp workflow: editors-guide/slurp-workflow.md
- Quality Control and Checks (QC):
- Quality control: editors-guide/quality-control.md
- Quality control tests: editors-guide/quality-control-tests.md
- Generate reports: editors-guide/generate-report.md
- Add new QC check: developers-guide/add-new-qc-check.md
- Check for and Merge Duplicate annotations in Mondo: editors-guide/NORM.md
- Risky obsoletion check: editors-guide/risky_obsoletion_check.md
- Diffs: editors-guide/diffs.md
- Remove inferred subclass axiom: developer-guide/remove-inferred-subclass-axiom.md
- Troubleshooting:
- Troubleshooting: editors-guide/troubleshooting.md
- GitHub conflicts: editors-guide/dd-github-conflicts.md
- Repair obsoleted classes: developer-guide/repair-obsoleted-classes.md
- Debugging Docs: developer-guide/debugging-docs.md
- Mondo User Corner:
- Curation Workflow Overview: editors-guide/curation-workflow-overview.md
- Download Protege 5.5 and View Mondo Files (Windows): editors-guide/protege-to-view-mondo.md
- Searching Mondo: editors-guide/searching-mondo.md
- Make good term request: editors-guide/c-make-good-term-request.md
- Make multiple term requests in bulk: editors-guide/bulk-request.md
- Make simple changes: editors-guide/make-simple-changes.md
- SOP Splitting Terms: editors-guide/sop_splitting-terms.md
- Mappings: editors-guide/mappings.md
- Version diff report: editors-guide/version-diff-report.md
- Using Mondo for Data curation: editors-guide/using-mondo-for-curation.md
- Cite:
- Cite Mondo: editors-guide/cite.md
- Project management:
- Project management guide: editors-guide/project-management.md