-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Expand file tree
/
Copy pathmkdocs.yml
More file actions
20 lines (20 loc) · 713 Bytes
/
mkdocs.yml
File metadata and controls
20 lines (20 loc) · 713 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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
- Azure AI Foundry: azure-ai-foundry.md
- Samples: samples.md
theme: readthedocs