-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
55 lines (51 loc) · 1.51 KB
/
mkdocs.yml
File metadata and controls
55 lines (51 loc) · 1.51 KB
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
site_name: DISK
extra_css:
- assets/versions.css
extra_javascript:
- assets/versions.js
repo_url: https://github.com/KnowledgeCaptureAndDiscovery/DISK-UI
edit_uri: edit/main/docs/
nav:
- Overview: index.md
- Concepts: concepts.md
# - Getting Started: getting-started.md
- User Guide:
- user-guide/index.md
- user-guide/write-hypothesis.md
- user-guide/test-hypothesis.md
- Advanced User Guide:
- advanced-user-guide/index.md
- advanced-user-guide/steps/add-basic-info.md
- advanced-user-guide/steps/write-query.md
- advanced-user-guide/steps/specify-workflow.md
- Add questions:
- advanced-user-guide/questions/overview.md
- advanced-user-guide/questions/disk-ontologies.md
- advanced-user-guide/questions/question-ontology.md
- advanced-user-guide/questions/extending-ontology.md
- Add workflows:
- advanced-user-guide/running-workflows.md
- Example: advanced-user-guide/workflows/bike-example.md
- Developer Guide:
- developer-guide/index.md
- developer-guide/architecture.md
- developer-guide/data-adapter.md
- developer-guide/method-adapter.md
- developer-guide/contributing.md
- Software:
- admin-guide/index.md
- admin-guide/installation.md
- admin-guide/configuration.md
- developer-guide/contributing.md
theme:
name: material
logo: figures/logo.png
favicon: figures/favicon.ico
palette:
primary: teal
markdown_extensions:
- codehilite
- admonition
- toc:
toc_depth : "1-1"
permalink: true