forked from nitram509/lib-bpmn-engine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
37 lines (31 loc) · 1.02 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
34
35
36
37
site_name: lib-bpmn-engine
site_url: https://nitram509.github.io/lib-bpmn-engine/
theme:
name: material
logo: images/gopher-lib-bpmn-engine.svg
repo_url: https://github.com/nitram509/lib-bpmn-engine
#lang: en
nav:
- Home: index.md
- Getting Started: getting-started.md
- Advanced Examples:
- 'Microservice & REST API': advanced-microservice.md
- 'Zeebe Exporter (visualization)': advanced-zeebe.md
- 'Timers & Schedulers': advanced-timers.md
- 'Multiple BPMN process versions': advanced-multiple-versions.md
- 'Persistence (marshalling)': advanced-persistence.md
- Supported Elements: supported-elements.md
- Implementation Notes/Guidelines:
- Task Handlers: implementation-task-handlers.md
- Modelling Notes/Guidelines:
- Expression Syntax: expression-syntax.md
- Roadmap: roadmap.md
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- attr_list
extra_css:
- stylesheets/extra.css