From: Jos Collin Date: Fri, 29 Jun 2018 12:46:54 +0000 (+0530) Subject: doc: s/doc/ref for dashboard urls X-Git-Tag: v14.0.1~968^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a703e22bc470c0494c431209c07c167605cce6a1;p=ceph.git doc: s/doc/ref for dashboard urls Replaced :doc: with :ref: as per https://github.com/ceph/ceph/pull/22750#discussion_r198895040. Signed-off-by: Jos Collin --- diff --git a/doc/glossary.rst b/doc/glossary.rst index 41ddbb8e695..95d6b8b713c 100644 --- a/doc/glossary.rst +++ b/doc/glossary.rst @@ -127,7 +127,7 @@ reflect either technical terms or legacy ways of referring to Ceph systems. Dashboard Plugin Dashboard A built-in web based monitoring and administration application to - Ceph Manager. Refer :doc:`/mgr/dashboard` for more details. + Ceph Manager. Refer :ref:`mgr-dashboard` for more details. Ceph Metadata Server MDS diff --git a/doc/mgr/dashboard.rst b/doc/mgr/dashboard.rst index 2b653384f42..857d71b0796 100644 --- a/doc/mgr/dashboard.rst +++ b/doc/mgr/dashboard.rst @@ -1,8 +1,8 @@ +.. _mgr-dashboard: + Ceph Manager Dashboard ====================== -.. _mgr-dashboard-overview: - Overview -------- diff --git a/doc/releases/mimic.rst b/doc/releases/mimic.rst index 00f56c9411b..1fd93e8f7c4 100644 --- a/doc/releases/mimic.rst +++ b/doc/releases/mimic.rst @@ -12,7 +12,7 @@ Major Changes from Luminous replaced with a new implementation inspired by and derived from the `openATTIC `_ Ceph management tool, providing a drop-in replacement offering a :ref:`number of additional management - features `. + features `. - *RADOS*: @@ -419,8 +419,8 @@ These changes occurred between the Luminous and Mimic releases. replaced with a new implementation, providing a drop-in replacement offering a number of additional management features. To access the new dashboard, you first need to define a username and password and create an SSL certificate. - See the :ref:`dashboard documentation ` for a feature - overview and installation instructions. + See the :ref:`mgr-dashboard` for a feature overview and installation + instructions. - The ``ceph-rest-api`` command-line tool (obsoleted by the MGR `restful` module and deprecated since v12.2.5) has been dropped. diff --git a/doc/start/intro.rst b/doc/start/intro.rst index d24839bc366..c6ad03e7277 100644 --- a/doc/start/intro.rst +++ b/doc/start/intro.rst @@ -28,7 +28,7 @@ required when running Ceph Filesystem clients. state of the Ceph cluster, including storage utilization, current performance metrics, and system load. The Ceph Manager daemons also host python-based plugins to manage and expose Ceph cluster - information, including a web-based :doc:`/mgr/dashboard` and + information, including a web-based :ref:`mgr-dashboard` and `REST API`_. At least two managers are normally required for high availability.