forked from kitodo/kitodo-production
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
24 lines (24 loc) · 1.09 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
site_name: Kitodo.Production
pages:
- Home: 'index.md'
- Getting started:
- 'Building': 'gettingstarted/README.md'
- 'Build integrated demo': 'gettingstarted/demo.md'
- 'Build development version': 'gettingstarted/development-version.md'
- 'Eclipse on Windows': 'gettingstarted/eclipse-windows.md'
- 'Create VirtualBox Appliance': 'gettingstarted/virtualbox.md'
- 'Guidelines': 'guidelines/README.md'
- 'System architecture': 'architecture/README.md'
- Workflow:
- 'Overview': 'architecture/workflow/README.md'
- 'Modeler': 'architecture/workflow/Modeler/README.md'
- 'Diagram template processing': 'architecture/workflow/Diagram_template_processing/README.md'
- 'Create process out of template': 'architecture/workflow/Template_process_creation/README.md'
- API documentation:
- 'Application Programming Interface (API)': 'api/README.md'
- 'Active MQ webservices': 'api/activemq_jms_api.md'
- 'Jersey WebAPI': 'api/jersey_jaxrs_api.md'
- Tests: 'tests/README.md'
- Javadoc: 'javadoc/README.md'
theme: readthedocs
repo_url: https://github.com/kitodo/kitodo-production