Skip to content

Commit

Permalink
docs: API chapter index fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gdamore committed Dec 31, 2024
1 parent 86185d3 commit 7031975
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions docs/ref/api/index.md
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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)

0 comments on commit 7031975

Please sign in to comment.