aboutsummaryrefslogtreecommitdiff
path: root/docs/ref/api/index.md
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2024-12-31 09:35:51 -0800
committerGarrett D'Amore <garrett@damore.org>2024-12-31 09:35:51 -0800
commit7031975bb1e1206794511ba34d31d23808f6cbaa (patch)
tree21b02dcce6850ddd938ec708e9f7e5bbc1ea5950 /docs/ref/api/index.md
parent86185d34e232f91b7447196891c0f31a5ac851ca (diff)
downloadnng-7031975bb1e1206794511ba34d31d23808f6cbaa.tar.gz
nng-7031975bb1e1206794511ba34d31d23808f6cbaa.tar.bz2
nng-7031975bb1e1206794511ba34d31d23808f6cbaa.zip
docs: API chapter index fixes
Diffstat (limited to 'docs/ref/api/index.md')
-rw-r--r--docs/ref/api/index.md20
1 files changed, 15 insertions, 5 deletions
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 <nng/nng.h>
```
-## 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)