forked from ing-bank/baker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
33 lines (28 loc) · 769 Bytes
/
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: Baker
repo_name: 'ing-bank/baker'
repo_url: 'https://github.com/ing-bank/baker'
theme:
name: 'material'
extra_css:
- css/ing.css
markdown_extensions:
- codehilite
- pymdownx.superfences
- admonition
nav:
- 'index.md'
- 'getting-started.md'
- Documentation:
- 'documentation/concepts.md'
- DSL:
- 'documentation/recipe-dsl.md'
- 'documentation/interactions.md'
- 'documentation/recipe-visualization.md'
- 'documentation/baker-runtime.md'
- 'documentation/process-execution.md'
- 'documentation/event-listener.md'
- 'documentation/execution-semantics.md'
- 'documentation/type-system.md'
- 'documentation/split-brain-resolver.md'
- 'documentation/dictionary.md'
- 'migration-guide.md'