-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathmkdocs.yaml
46 lines (44 loc) · 1.64 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
40
41
42
43
44
45
46
site_name: Vibrational Spectroscopy Ontology Documentation
theme:
name: material
features:
- content.tabs.link
plugins:
- search
markdown_extensions:
- pymdownx.highlight:
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
site_url: https://NFDI4Chem.github.io/VibrationSpectroscopyOntology/
repo_url: https://github.com/NFDI4Chem/VibrationSpectroscopyOntology/
nav:
- About VIBSO:
- Introduction: index.md
- Domain Definition: domain_definition.md
- Competency Questions: competency_questions.md
- Development Approach: development_approach.md
- Design Patterns & Decisions: design_patterns.md
- How-to guides:
- Contributing To VIBSO:
- How to Contribute: contributing.md
- Adding New Terms: ntr_workflow.md
- Standard ODK workflows:
- Default ODK Workflows: 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
- Components management: odk-workflows/components.md
- Managing the documentation: odk-workflows/ManageDocumentation.md
- ODK Specific Documentation:
- Repository Overview: odk-workflows/RepositoryFileStructure.md
- Continuous Integration: odk-workflows/ContinuousIntegration.md
- Cite: cite.md