-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
37 lines (37 loc) · 1.27 KB
/
mkdocs.yml
File metadata and controls
37 lines (37 loc) · 1.27 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
site_name: Documentation
nav:
- Home: index.md
- WP3:
- 'HaptiDesigner':
- 'Introduction': 'wp3/haptidesigner/index.md'
- 'User manual': 'wp3/haptidesigner/user-manual.md'
- 'Architecture and design': 'wp3/haptidesigner/haptic-multiplexer.md'
- 'API Guide': 'wp3/haptidesigner/haptic-api-guide.md'
- 'Picture2Notes':
- 'Introduction': 'wp3/picture2notes/index.md'
- 'User manual': 'wp3/picture2notes/user-manual.md'
- 'Integration manual': 'wp3/picture2notes/integration_manual.md'
- 'Workflow Orchestrator':
- 'Introduction': 'wp3/workflows/index.md'
- 'Ingestion': 'wp3/workflows/ingestion.md'
- 'Transformation': 'wp3/workflows/transformation.md'
- 'Enrichment': 'wp3/workflows/enrichment.md'
- WP5:
- 'Cocreation Dashboard':
- 'Introduction': 'wp5/cocreation_dashboard/index.md'
- 'Technical requirements & setup': 'wp5/cocreation_dashboard/setup.md'
- 'Compatible devices': 'wp5/cocreation_dashboard/devices.md'
theme:
name: material
features:
- navigation.instant
- navigation.tabs
- navigation.path
- navigation.expand
- navigation.top
- navigation.indexes
- toc.follow
palette:
scheme: slate
plugins:
- search