summaryrefslogtreecommitdiff
path: root/docs/reference/src/api/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/reference/src/api/index.md')
-rw-r--r--docs/reference/src/api/index.md17
1 files changed, 16 insertions, 1 deletions
diff --git a/docs/reference/src/api/index.md b/docs/reference/src/api/index.md
index 0d1089e3..1541b541 100644
--- a/docs/reference/src/api/index.md
+++ b/docs/reference/src/api/index.md
@@ -1,8 +1,23 @@
# API Reference
-This section documents the functions and data structures that make up
+This chapter documents the functions and data structures that make up
the _NNG_ programming interface.
> [!NOTE]
> Interfaces not documented here are not considered public or stable,
> and they may be removed or altered in incompatible ways at any time.
+
+We have organized the reference material along general functional areas.
+They are:
+
+- [Asynchronous I/O](aio/index.md)
+- [Asynchronous I/O for Providers](aio_provider/index.md)
+- General Utility Functions
+- Scalability Protocol Sockets
+- Scalability Protocol Contexts
+- Concurrency / Multi-threading
+- HTTP Server
+- HTTP Client
+- Streaming API
+- Statistics API
+- Legacy Compatibility