-
Notifications
You must be signed in to change notification settings - Fork 63
/
mkdocs.yml
33 lines (33 loc) · 1.75 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
25
26
27
28
29
30
31
32
33
site_name: Kitodo.Production
nav:
- Home: 'index.md'
- Developer:
- 'Getting started':
- 'Building': 'developer/gettingstarted/README.md'
- 'Build integrated demo': 'developer/gettingstarted/demo.md'
- 'Build development version': 'developer/gettingstarted/development-version.md'
- 'Eclipse on Windows': 'developer/gettingstarted/eclipse-windows.md'
- 'Create VirtualBox Appliance': 'developer/gettingstarted/virtualbox.md'
- 'Guidelines': 'developer/guidelines/README.md'
- 'System architecture': 'developer/architecture/README.md'
- Workflow:
- 'Overview': 'developer/architecture/workflow/README.md'
- 'Modeler': 'developer/architecture/workflow/Modeler/README.md'
- 'Diagram template processing': 'developer/architecture/workflow/Diagram_template_processing/README.md'
- 'Create process out of template': 'developer/architecture/workflow/Template_process_creation/README.md'
- API documentation:
- 'Application Programming Interface (API)': 'developer/api/README.md'
- 'Active MQ webservices': 'developer/api/activemq_jms_api.md'
- 'Jersey WebAPI': 'developer/api/jersey_jaxrs_api.md'
- Tests: 'developer/tests/README.md'
- Javadoc: 'developer/javadoc/README.md'
- User:
- 'BestPractice':
- 'Das erste mal mit Kitodo arbeiten': 'user/introduction/index.md'
- 'Anwendungshinweise und Weiteres': 'user/introduction/application_notes.md'
- 'Dokumentationen der Anwenderbibliotheken': 'user/introduction/user_documentation.md'
- 'Getting Started': 'user/introduction/gettingstarteduser.md'
- 'Using':
- 'Anwenderdokumentation': 'user/introduction/using.md'
theme: mkdocs
repo_url: https://github.com/kitodo/kitodo-production