summaryrefslogtreecommitdiff
path: root/docs/reference/src/refs.md
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2024-03-30 14:36:35 -0700
committerGarrett D'Amore <garrett@damore.org>2024-03-30 14:36:35 -0700
commitd38c90f0b429df3c13fb13f87481b73465d2eae5 (patch)
tree29b19caf79f82f9de3268333ceb8ffb3a45e973a /docs/reference/src/refs.md
parentf1a8d00adad337d7e7ef24b936a3f046f80370dd (diff)
downloadnng-d38c90f0b429df3c13fb13f87481b73465d2eae5.tar.gz
nng-d38c90f0b429df3c13fb13f87481b73465d2eae5.tar.bz2
nng-d38c90f0b429df3c13fb13f87481b73465d2eae5.zip
Reorganization in progress.
Diffstat (limited to 'docs/reference/src/refs.md')
-rw-r--r--docs/reference/src/refs.md50
1 files changed, 50 insertions, 0 deletions
diff --git a/docs/reference/src/refs.md b/docs/reference/src/refs.md
new file mode 100644
index 00000000..d1201354
--- /dev/null
+++ b/docs/reference/src/refs.md
@@ -0,0 +1,50 @@
+<!-- Concepts -->
+
+[context]: ../overview/context.md
+[device]: ../overview/device.md
+[duration]: ../overview/duration.md
+[msg]: ../overview/msg.md
+[pipe]: ../overview/pipe.md
+[raw]: ../overview/raw.md
+[url]: ../overview/url.md
+
+<!-- Protocols -->
+
+[bus]: ../proto/bus.md
+[pair]: ../proto/pair.md
+[pub]: ../proto/pub.md
+[pull]: ../proto/pull.md
+[push]: ../proto/push.md
+[req]: ../proto/req.md
+[rep]: ../proto/rep.md
+[respondent]: ../proto/respondent.md
+[sub]: ../proto/sub.md
+[surveyor]: ../proto/surveyor.md
+
+<!-- API -->
+
+[nng_bus_open]: ../api/nng_bus_open.md
+[nng_ctx_open]: ../api/nng_ctx_open.md
+[nng_msg_get_pipe]: ../api/nng_msg_get_pipe.md
+[nng_msg_set_pipe]: ../api/nng_msg_set_pipe.md
+[nng_pair_open]: ../api/nng_pair_open.md
+[nng_pub_open]: ../api/nng_pub_open.md
+[nng_pull_open]: ../api/nng_pull_open.md
+[nng_push_open]: ../api/nng_push_open.md
+[nng_rep_open]: ../api/nng_rep_open.md
+[nng_req_open]: ../api/nng_req_open.md
+[nng_respondent_open]: ../api/nng_respondent_open.md
+[nng_socket_set]: ../api/nng_socket_set.md
+[nng_surveyor_open]: ../api/nng_surveyor_open.md
+[nng_sub_open]: ../api/nng_sub_open.md
+
+<!-- Options -->
+
+[NNG_OPT_MAXTTL]: ../opts/nng_opt_max_ttl.md
+[NNG_OPT_SENDBUF]: ../opts/nng_opt_sendbuf.md
+
+<!-- External -->
+
+[mangos]: http://github.com/nanomsg/mangos
+[nanomsg]: http://github.com/nanomsg/nanomsg
+[survey_rfc]: https://github.com/nanomsg/nanomsg/blob/master/rfc/sp-surveyor-01.txt