From: Zac Dover Date: Mon, 17 Oct 2022 13:46:39 +0000 (+1000) Subject: doc/radowsgw: add prompts to notifications.rst X-Git-Tag: v16.2.11~234^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=35adf8826219f54160f06d800f34798b30a826d5;p=ceph.git doc/radowsgw: add prompts to notifications.rst This PR adds unselectable prompts to doc/radosgw/notifications.rst. Signed-off-by: Zac Dover (cherry picked from commit 075ec4cd1435ab5f4c16bbc841aee60419724914) --- diff --git a/doc/radosgw/notifications.rst b/doc/radosgw/notifications.rst index e6802a6b2f7f..6b8e1cb05188 100644 --- a/doc/radosgw/notifications.rst +++ b/doc/radosgw/notifications.rst @@ -77,23 +77,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