summaryrefslogtreecommitdiff
path: root/docs/reference/book.toml
blob: d74117ea6467c0d2f9ebe14076d9c95ba4a26682 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
[book]
authors = ["Garrett D'Amore"]
language = "en"
multilingual = false
src = "src"
title = "NNG Reference Manual"

[output.html]
curly-quotes = true
fold.enable = true
fold.level = 1

[preprocessor.indexing]

[preprocessor.indexing.see_instead]

# "*PUSH* (protocol)" = "protocol, *PUSH*"
"URI" = "URI"
"option" = "Options"

[preprocessor.indexing.nest_under]
"body" = "message"
"header" = "message"

"*BUS*" = "protocol"
"*PAIR*" = "protocol"
"*PULL*" = "protocol"
"*PUSH*" = "protocol"
"*REQ*" = "protocol"
"*REP*" = "protocol"
"*PUB*" = "protocol"
"*SUB*" = "protocol"
"*SURVEYOR*" = "protocol"
"*RESPONDENT*" = "protocol"

"*inproc*" = "transport"
"*ipc*" = "transport"
"*tls*" = "transport"
"*tcp*" = "transport"
"*ws*" = "transport"
"*wss*" = "transport"

"`abstract://`" = "URI"
"`inproc://`" = "URI"
"`ipc://`" = "URI"
"`tls+tcp://`" = "URI"
"`tcp://`" = "URI"
"`unix://`" = "URI"
"`ws://`" = "URI"
"`wss://`" = "URI"

"`NNG_OPT_LOCADDR`" = "option"
"`NNG_OPT_REMADDR`" = "option"
"`NNG_OPT_PEER_GID`" = "option"
"`NNG_OPT_PEER_PID`" = "option"
"`NNG_OPT_PEER_UID`" = "option"
"`NNG_OPT_SUB_PREFNEW`" = "option"
"`NNG_OPT_SUB_SUBSCRIBE`" = "option"
"`NNG_OPT_SUB_UNSUBSCRIBE`" = "option"
"`NNG_OPT_SURVEYOR_SURVEYTIME`" = "option"
"`NNG_OPT_REQ_RESENDTIME`" = "option"
"`NNG_OPT_REQ_RESENDTICK`" = "option"

[preprocessor.alerts]