summaryrefslogtreecommitdiff
path: root/docs/src/SUMMARY.md
blob: c2da7e1af34019a6cc498a262711ee8943b943aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Summary

- [About](./about.md)
- [Getting Started](./gettingstarted/README.md)
  - [Building](./gettingstarted/building/README.md)
	- [Go library](./gettingstarted/building/go.md)
	- [Python wrapper](./gettingstarted/building/python.md)
	- [Example from scratch](./gettingstarted/building/example.md)
	- [Package Formats](./gettingstarted/building/packageformats.md)
	- [Building for release](./gettingstarted/building/release.md)
  - [Testing](./gettingstarted/testing.md)
- [API](./api/README.md)
  - [Language Interop](./api/languageinterop.md)
  - [Architecture](./api/architecture.md)
  - [Typical flow](./api/typicalflow.md)
  - [Where to find docs](./api/wheretofinddocs.md)
  - [State Machine](./api/statemachine.md)
  - [Let's build a client](./api/letsbuildaclient.md)
  - [Code examples](./api/codeexamples.md)
  - [Function docs](./api/functiondocs.md)