summaryrefslogtreecommitdiff
path: root/docs/src/SUMMARY.md
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2023-05-01 14:19:32 +0200
committerJeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com>2023-09-25 09:43:37 +0200
commitd4939e8694a6762dc9de2f4027266850f49790ac (patch)
tree89545f23dbb74766ed42dd1824c59eae35f26800 /docs/src/SUMMARY.md
parentc654b48763592baae78b10f6fefec10be29e979b (diff)
Docs: Update API section for V2
Diffstat (limited to 'docs/src/SUMMARY.md')
-rw-r--r--docs/src/SUMMARY.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/src/SUMMARY.md b/docs/src/SUMMARY.md
index 29eb497..deac26b 100644
--- a/docs/src/SUMMARY.md
+++ b/docs/src/SUMMARY.md
@@ -13,9 +13,9 @@
- [Logging](./gettingstarted/debugging/logging.md)
- [Finite State Machine](./gettingstarted/debugging/fsm.md)
- [API](./api/README.md)
- - [Overview](./api/overview/README.md)
- - [Typical flow](./api/overview/flow.md)
- - [Go](./api/go/README.md)
- - [Example](./api/go/example.md)
- - [Python](./api/python/README.md)
- - [Example](./api/python/example.md)
+ - [Language Interop](./api/languageinterop.md)
+ - [Architecture](./api/architecture.md)
+ - [Typical flow](./api/typicalflow.md)
+ - [Where to find docs](./api/wheretofinddocs.md)
+ - [Let's build a client](./api/letsbuildaclient.md)
+ - [Code examples](./api/codeexamples.md)