mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-02-24 07:08:16 +00:00
* kill tags * big four * move doc script * move dev to explain * move images to root because it is better * move scrit * script * move out * moved building_diagrams * couple devops things * docs * move exe * unit test * articlers * wip * path * devops * perm * deploy * stuff * everything * broken links * wip --------- Co-authored-by: burnettk <burnettk@users.noreply.github.com>
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
|
|
```
|