-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
42 lines (40 loc) · 2.06 KB
/
mkdocs.yml
File metadata and controls
42 lines (40 loc) · 2.06 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
site_name: CaPe
site_url: https://cape-suite.readthedocs.org
repo_url: https://github.com/OPSILab/Cape
site_description: CaPe - A Consent Based Personal Data Suite
site_dir: html
markdown_extensions: [toc,fenced_code]
use_directory_urls: true
theme: readthedocs
nav:
- 'Home': 'index.md'
- 'Introduction': 'introduction.md'
- 'Architecture Overview': 'architecture/architecture.md'
- 'Cape Workflow':
- 'Introduction': 'workflow/workflow.md'
- 'Service Description & Registration': 'workflow/service-description.md'
- 'Service Linking': 'workflow/service-linking.md'
- 'Consent Form & Consent Request': 'workflow/consenting.md'
- 'Data Request, Notifications & Activity Logs': 'workflow/data-request.md'
- 'Consent Management & Data Usage Control': 'workflow/consent-management.md'
- 'Installation Manual':
- 'Introduction': 'install/index.md'
- 'Installing CaPe Server': 'install/install-cape-server.md'
- 'Install CaPe Server - WAR packages': 'install/install-cape-server-war.md'
- 'Install CAPe Server - Docker' : 'install/install-cape-server-docker.md'
- 'Installing CaPe SDK': 'install/install-cape-sdk.md'
- 'CaPe SDK Client': 'install/install-cape-sdk-client.md'
- 'CaPe SDK Angular Plugin': 'install/install-cape-sdk-angular.md'
- 'Installing CaPe Dashboards':
- 'User Self-Service Dashboard': 'install/install-cape-user-dashboard.md'
- 'Data Controller Dashboard': 'install/install-cape-datacontroller-dashboard.md'
- 'User Guide & Dashboard Manuals':
- 'User Self-Service Dashboard': 'dashboards/user-dashboard/index.md'
- 'Data Controller Dashboard':
- Dashboard: 'dashboards/data-controller-dashboard/index.md'
- Service Description: 'dashboards/data-controller-dashboard/service-description.md'
- 'CaPe APIs':
- 'API Documentation' : 'api/index.md'
- 'Use Cases & Demo':
- 'Within Service': 'demo/within-service.md'
- 'Sharing between Services': 'demo/sharing-services.md'