forked from danielgerlag/workflow-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
19 lines (19 loc) · 669 Bytes
/
mkdocs.yml
File metadata and controls
19 lines (19 loc) · 669 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
site_name: Workflow Core
nav:
- Home: index.md
- Getting started: getting-started.md
- External events: external-events.md
- Activity workers: activities.md
- Error handling: error-handling.md
- Control structures: control-structures.md
- Saga transactions: sagas.md
- JSON / YAML Definitions: json-yaml.md
- Persistence: persistence.md
- Middleware: workflow-middleware.md
- Multi-node clusters: multi-node-clusters.md
- ASP.NET Core: using-with-aspnet-core.md
- Elasticsearch plugin: elastic-search.md
- Test helpers: test-helpers.md
- Extensions: extensions.md
- Samples: samples.md
theme: readthedocs