From 9b156d28f1a830cc7339ab9993991ef5dd0b0fed Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sat, 30 Mar 2024 15:57:15 -0700 Subject: Organization changes abound. --- docs/reference/src/SUMMARY.md | 80 +++++++++++++++++++++---------------------- 1 file changed, 40 insertions(+), 40 deletions(-) (limited to 'docs/reference/src/SUMMARY.md') diff --git a/docs/reference/src/SUMMARY.md b/docs/reference/src/SUMMARY.md index 99924f3d..bc24ac01 100644 --- a/docs/reference/src/SUMMARY.md +++ b/docs/reference/src/SUMMARY.md @@ -6,7 +6,7 @@ - [RAW mode](./overview/raw.md) -- [Protocols](./proto/index.md) +- [Protocols](proto/index.md) - [BUS](proto/bus.md) - [PAIR](proto/pair.md) @@ -19,37 +19,37 @@ - [SUB](proto/sub.md) - [SURVEYOR](proto/surveyor.md) -- [Transports](./transports/index.md) +- [Transports](tran/index.md) - - [INPROC](transports/inproc.md) - - [TCP](transports/tcp.md) + - [INPROC](tran/inproc.md) + - [TCP](tran/tcp.md) - [API Reference](./api/index.md) - - [Messages](api/msg/index.md) - - - [nng_msg_alloc](api/msg/nng_msg_alloc.md) - - [nng_msg_append](api/msg/nng_msg_append.md) - - [nng_msg_body](api/msg/nng_msg_body.md) - - [nng_msg_capacity](api/msg/nng_msg_capacity.md) - - [nng_msg_chop](api/msg/nng_msg_chop.md) - - [nng_msg_clear](api/msg/nng_msg_clear.md) - - [nng_msg_dup](api/msg/nng_msg_dup.md) - - [nng_msg_free](api/msg/nng_msg_free.md) - - [nng_msg_get_pipe](api/msg/nng_msg_get_pipe.md) - - [nng_msg_header](api/msg/nng_msg_header.md) - - [nng_msg_header_append](api/msg/nng_msg_header_append.md) - - [nng_msg_header_chop](api/msg/nng_msg_header_chop.md) - - [nng_msg_header_clear](api/msg/nng_msg_header_clear.md) - - [nng_msg_header_insert](api/msg/nng_msg_header_insert.md) - - [nng_msg_header_len](api/msg/nng_msg_header_len.md) - - [nng_msg_header_trim](api/msg/nng_msg_header_trim.md) - - [nng_msg_insert](api/msg/nng_msg_insert.md) - - [nng_msg_len](api/msg/nng_msg_len.md) - - [nng_msg_realloc](api/msg/nng_msg_realloc.md) - - [nng_msg_reserve](api/msg/nng_msg_reserve.md) - - [nng_msg_set_pipe](api/msg/nng_msg_set_pipe.md) - - [nng_msg_trim](api/msg/nng_msg_trim.md) + - [Messages](msg/index.md) + + - [nng_msg_alloc](msg/nng_msg_alloc.md) + - [nng_msg_append](msg/nng_msg_append.md) + - [nng_msg_body](msg/nng_msg_body.md) + - [nng_msg_capacity](msg/nng_msg_capacity.md) + - [nng_msg_chop](msg/nng_msg_chop.md) + - [nng_msg_clear](msg/nng_msg_clear.md) + - [nng_msg_dup](msg/nng_msg_dup.md) + - [nng_msg_free](msg/nng_msg_free.md) + - [nng_msg_get_pipe](msg/nng_msg_get_pipe.md) + - [nng_msg_header](msg/nng_msg_header.md) + - [nng_msg_header_append](msg/nng_msg_header_append.md) + - [nng_msg_header_chop](msg/nng_msg_header_chop.md) + - [nng_msg_header_clear](msg/nng_msg_header_clear.md) + - [nng_msg_header_insert](msg/nng_msg_header_insert.md) + - [nng_msg_header_len](msg/nng_msg_header_len.md) + - [nng_msg_header_trim](msg/nng_msg_header_trim.md) + - [nng_msg_insert](msg/nng_msg_insert.md) + - [nng_msg_len](msg/nng_msg_len.md) + - [nng_msg_realloc](msg/nng_msg_realloc.md) + - [nng_msg_reserve](msg/nng_msg_reserve.md) + - [nng_msg_set_pipe](msg/nng_msg_set_pipe.md) + - [nng_msg_trim](msg/nng_msg_trim.md) - [Sockets](api/socket/index.md) @@ -110,18 +110,18 @@ - [nng_strfree](api/util/nng_strfree.md) - [nng_version](api/util/nng_version.md) - - [Threads and Synchronization](api/threads/index.md) - - - [nng_cv_alloc](api/threads/nng_cv_alloc.md) - - [nng_cv_free](api/threads/nng_cv_free.md) - - [nng_cv_until](api/threads/nng_cv_until.md) - - [nng_cv_wait](api/threads/nng_cv_wait.md) - - [nng_cv_wake](api/threads/nng_cv_wake.md) - - [nng_cv_wake1](api/threads/nng_cv_wake1.md) - - [nng_mtx_alloc](api/threads/nng_mtx_alloc.md) - - [nng_mtx_free](api/threads/nng_mtx_free.md) - - [nng_mtx_lock](api/threads/nng_mtx_lock.md) - - [nng_mtx_unlock](api/threads/nng_mtx_unlock.md) + - [Threads and Synchronization](thr/index.md) + + - [nng_cv_alloc](thr/nng_cv_alloc.md) + - [nng_cv_free](thr/nng_cv_free.md) + - [nng_cv_until](thr/nng_cv_until.md) + - [nng_cv_wait](thr/nng_cv_wait.md) + - [nng_cv_wake](thr/nng_cv_wake.md) + - [nng_cv_wake1](thr/nng_cv_wake1.md) + - [nng_mtx_alloc](thr/nng_mtx_alloc.md) + - [nng_mtx_free](thr/nng_mtx_free.md) + - [nng_mtx_lock](thr/nng_mtx_lock.md) + - [nng_mtx_unlock](thr/nng_mtx_unlock.md) - [Legacy Compatibility](api/compat/index.md) -- cgit v1.2.3-70-g09d2