mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-02-07 15:14:43 +00:00
28 lines
437 B
Markdown
28 lines
437 B
Markdown
|
# Explanation
|
||
|
|
||
|
In this section, you will find explanations of key concepts and processes in SpiffWorkflow.
|
||
|
|
||
|
```{toctree}
|
||
|
:maxdepth: 1
|
||
|
articles.md
|
||
|
```
|
||
|
|
||
|
```{toctree}
|
||
|
:caption: Debugging Diagrams
|
||
|
:maxdepth: 1
|
||
|
process_error_handling.md
|
||
|
```
|
||
|
|
||
|
```{toctree}
|
||
|
:caption: Technical Docs
|
||
|
:maxdepth: 1
|
||
|
dev/index.md
|
||
|
dev/setup.md
|
||
|
dev/backend.md
|
||
|
dev/frontend.md
|
||
|
dev/connector_proxy.md
|
||
|
dev/how_to_build_a_connector.md
|
||
|
dev/extensions.md
|
||
|
dev/process.md
|
||
|
```
|