From 7031975bb1e1206794511ba34d31d23808f6cbaa Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Tue, 31 Dec 2024 09:35:51 -0800 Subject: docs: API chapter index fixes --- docs/ref/api/index.md | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) (limited to 'docs/ref') diff --git a/docs/ref/api/index.md b/docs/ref/api/index.md index f2e01a08..0f20f898 100644 --- a/docs/ref/api/index.md +++ b/docs/ref/api/index.md @@ -1,7 +1,7 @@ # API Reference This section is a reference guide for the _NNG_ programming interfaces. -It is meant to serve as a refernce, rather than as a tutorial. +It is meant to serve as a reference, rather than as a tutorial. The material here is organized by major areas of functionality. @@ -12,9 +12,19 @@ include the `nng/nng.h` header file like so: #include ``` -## Chapters +## Sections -- [Messages](msg/) -- [Threading and Synchronization](thr/) +- [Initialization](init.md) +- [Messages](msg.md) +- [Sockets](sock.md) +- [Memory](memory.md) +- [Time](time.md) +- [URLs](url.md) +- [Synchronization](synch.md) +- [Threads](thr.md) - [Logging](logging.md) -- [Utility Functions](util/) +- [Statistics](stats.md) +- [Miscellaneous](misc.md) +- [Errors](errors.md) +- [ID Map](id_map.md) +- [Command Options](cmd_opts.md) -- cgit v1.2.3-70-g09d2