From 075ec4cd1435ab5f4c16bbc841aee60419724914 Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Mon, 17 Oct 2022 23:46:39 +1000 Subject: [PATCH] doc/radowsgw: add prompts to notifications.rst This PR adds unselectable prompts to doc/radosgw/notifications.rst. Signed-off-by: Zac Dover --- doc/radosgw/notifications.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/radosgw/notifications.rst b/doc/radosgw/notifications.rst index 8d83b71799269..513ce8061741e 100644 --- a/doc/radosgw/notifications.rst +++ b/doc/radosgw/notifications.rst @@ -59,23 +59,23 @@ Topic Management via CLI Configuration of all topics, associated with a tenant, could be fetched using the following command: -:: +.. prompt:: bash # - # radosgw-admin topic list [--tenant={tenant}] + radosgw-admin topic list [--tenant={tenant}] Configuration of a specific topic could be fetched using: -:: +.. prompt:: bash # - # radosgw-admin topic get --topic={topic-name} [--tenant={tenant}] + radosgw-admin topic get --topic={topic-name} [--tenant={tenant}] And removed using: -:: +.. prompt:: bash # - # radosgw-admin topic rm --topic={topic-name} [--tenant={tenant}] + radosgw-admin topic rm --topic={topic-name} [--tenant={tenant}] Notification Performance Stats -- 2.39.5