diff options
| author | Garrett D'Amore <garrett@damore.org> | 2024-03-30 14:36:35 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2024-03-30 14:36:35 -0700 |
| commit | d38c90f0b429df3c13fb13f87481b73465d2eae5 (patch) | |
| tree | 29b19caf79f82f9de3268333ceb8ffb3a45e973a /docs/reference/book.toml | |
| parent | f1a8d00adad337d7e7ef24b936a3f046f80370dd (diff) | |
| download | nng-d38c90f0b429df3c13fb13f87481b73465d2eae5.tar.gz nng-d38c90f0b429df3c13fb13f87481b73465d2eae5.tar.bz2 nng-d38c90f0b429df3c13fb13f87481b73465d2eae5.zip | |
Reorganization in progress.
Diffstat (limited to 'docs/reference/book.toml')
| -rw-r--r-- | docs/reference/book.toml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/docs/reference/book.toml b/docs/reference/book.toml index 3a24d1f6..d6c1cff6 100644 --- a/docs/reference/book.toml +++ b/docs/reference/book.toml @@ -12,4 +12,28 @@ fold.level = 1 [preprocessor.indexing] +[preprocessor.indexing.see_instead] + +# "*PULL* protocol" = "protocol, *PULL*" + +#"protocol, PUB" = "PUB" +# "_PAIR_‍" = "protocol, _PAIR_" + +[preprocessor.indexing.nest_under] +# hacks to allow us to also place some entries underneath +"*BUS*" = "protocol" +"*PAIR*" = "protocol" +"*PULL*" = "protocol" +"*PUSH*" = "protocol" +"*REQ*" = "protocol" +"*REP*" = "protocol" +"*PUB*" = "protocol" +"*SUB*" = "protocol" +"*SURVEYOR*" = "protocol" +"*RESPONDENT*" = "protocol" + +"*tcp*" = "transport" + +"`tcp://`" = "URI" + [preprocessor.alerts] |
