diff options
Diffstat (limited to 'docs/src/SUMMARY.md')
| -rw-r--r-- | docs/src/SUMMARY.md | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/docs/src/SUMMARY.md b/docs/src/SUMMARY.md index 0fea28b..bbe4917 100644 --- a/docs/src/SUMMARY.md +++ b/docs/src/SUMMARY.md @@ -2,13 +2,25 @@ - [About](./about.md) - [Getting Started](./gettingstarted/README.md) - - [Building](./gettingstarted/building.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) - [Testing](./gettingstarted/testing.md) - [Debugging](./gettingstarted/debugging/README.md) - [Logging](./gettingstarted/debugging/logging.md) - [Finite State Machine](./gettingstarted/debugging/fsm.md) - [API](./api/README.md) + - [Overview](./api/overview/README.md) + - [Registering](./api/overview/registering.md) + - [Discovery](./api/overview/discovery.md) + - [OpenVPN/Wireguard Config](./api/overview/getconfig.md) + - [Connecting/Disconnecting](./api/overview/connecting.md) + - [Deregistering](./api/overview/deregistering.md) + - [Typical flow](./api/overview/flow.md) - [Go](./api/go/README.md) - [Functions](./api/go/functions.md) + - [Example](./api/go/example.md) - [Python](./api/python/README.md) - [Functions](./api/python/functions.md) + - [Example](./api/python/example.md) |
