summaryrefslogtreecommitdiff
path: root/docs/src/SUMMARY.md
diff options
context:
space:
mode:
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)