From 7bb7885f6eb19547b906513d2664e3730ef5b593 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Thu, 5 May 2022 17:47:36 +0200 Subject: Docs: Add API and building improvements --- docs/src/SUMMARY.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'docs/src/SUMMARY.md') 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) -- cgit v1.2.3