Skip to content

Commit

Permalink
Converted protocols to mdbook.
Browse files Browse the repository at this point in the history
Started an introductory section too.
  • Loading branch information
gdamore committed Oct 15, 2024
1 parent 356969c commit e8d6c2b
Show file tree
Hide file tree
Showing 23 changed files with 847 additions and 1,043 deletions.
28 changes: 14 additions & 14 deletions docs/man/nng.7.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -50,19 +50,19 @@ application developer to use the new-style API.
_NNG_ is implemented in pure C; if you need bindings for
other languages please check the http://nanomsg.org/[website].

=== Protocols

[horizontal]
xref:nng_bus.7.adoc[nng_bus(7)]:: Bus protocol
xref:nng_pair.7.adoc[nng_pair(7)]:: Pair protocol
xref:nng_pub.7.adoc[nng_pub(7)]:: Publisher side of publish/subscribe protocol
xref:nng_pull.7.adoc[nng_pull(7)]:: Pull side of pipeline protocol
xref:nng_push.7.adoc[nng_push(7)]:: Push side of pipeline protocol
xref:nng_sub.7.adoc[nng_sub(7)]:: Subscriber side of publish/subscribe protocol
xref:nng_rep.7.adoc[nng_rep(7)]:: Reply side of request/reply protocol
xref:nng_req.7.adoc[nng_req(7)]:: Request side of request/reply protocol
xref:nng_respondent.7.adoc[nng_respondent(7)]:: Respondent side of survey protocol
xref:nng_surveyor.7.adoc[nng_surveyor(7)]:: Surveyor side of survey protocol
// === Protocols

// [horizontal]
// xref:nng_bus.7.adoc[nng_bus(7)]:: Bus protocol
// xref:nng_pair.7.adoc[nng_pair(7)]:: Pair protocol
// xref:nng_pub.7.adoc[nng_pub(7)]:: Publisher side of publish/subscribe protocol
// xref:nng_pull.7.adoc[nng_pull(7)]:: Pull side of pipeline protocol
// xref:nng_push.7.adoc[nng_push(7)]:: Push side of pipeline protocol
// xref:nng_sub.7.adoc[nng_sub(7)]:: Subscriber side of publish/subscribe protocol
// xref:nng_rep.7.adoc[nng_rep(7)]:: Reply side of request/reply protocol
// xref:nng_req.7.adoc[nng_req(7)]:: Request side of request/reply protocol
// xref:nng_respondent.7.adoc[nng_respondent(7)]:: Respondent side of survey protocol
// xref:nng_surveyor.7.adoc[nng_surveyor(7)]:: Surveyor side of survey protocol

=== Transports

Expand Down Expand Up @@ -174,7 +174,7 @@ https://tools.ietf.org/html/rfc3986#section-6.2.2[RFC 3986 6.2.2]:
slash (`/`) separators are removed from the path.

Note that steps 4, 5, and 7 are not specified by RFC 3986, but performing
them is believed to improve both the usability and security of
them is believed to improve both the usability and security of
applications, without violating RFC 3986 itself.

TIP: Port numbers may be service names in some instances, but it is recommended
Expand Down
84 changes: 0 additions & 84 deletions docs/man/nng_bus.7.adoc

This file was deleted.

135 changes: 0 additions & 135 deletions docs/man/nng_pair.7.adoc

This file was deleted.

69 changes: 0 additions & 69 deletions docs/man/nng_pub.7.adoc

This file was deleted.

65 changes: 0 additions & 65 deletions docs/man/nng_pull.7.adoc

This file was deleted.

Loading

0 comments on commit e8d6c2b

Please sign in to comment.