From: Zac Dover Date: Mon, 17 Oct 2022 13:46:39 +0000 (+1000) Subject: doc/radowsgw: add prompts to notifications.rst X-Git-Tag: v18.1.0~336^2~26^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=075ec4cd1435ab5f4c16bbc841aee60419724914;p=ceph-ci.git doc/radowsgw: add prompts to notifications.rst This PR adds unselectable prompts to doc/radosgw/notifications.rst. Signed-off-by: Zac Dover --- diff --git a/doc/radosgw/notifications.rst b/doc/radosgw/notifications.rst index 8d83b717992..513ce806174 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