We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ce7ad6 commit f627c8eCopy full SHA for f627c8e
deps/rabbitmq_cli/lib/rabbitmq/cli/core/doc_guide.ex
@@ -54,10 +54,12 @@ defmodule RabbitMQ.CLI.Core.DocGuide do
54
Macros.defguide("monitoring")
55
Macros.defguide("networking")
56
Macros.defguide("parameters")
57
- Macros.defguide("publishers")
58
Macros.defguide("plugins")
+ Macros.defguide("prometheus")
59
+ Macros.defguide("publishers")
60
Macros.defguide("queues")
61
Macros.defguide("quorum_queues")
62
+ Macros.defguide("stream_plugin", path_segment: "stream")
63
Macros.defguide("streams")
64
Macros.defguide("runtime_tuning", path_segment: "runtime")
65
Macros.defguide("tls", path_segment: "ssl")
0 commit comments