diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-05-05 17:47:36 +0200 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-05-05 17:47:36 +0200 |
| commit | 7bb7885f6eb19547b906513d2664e3730ef5b593 (patch) | |
| tree | ce387ad24da5e3ba3b4d1604d07a5b11d9e68a2e /docs/src/SUMMARY.md | |
| parent | 657776055cd07c1f9279e982fbfef88dca1ca71b (diff) | |
Docs: Add API and building improvements
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) |
