]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/dev/dashboard: link designs to dev guide
authorPaul Cuzner <pcuzner@redhat.com>
Thu, 22 Oct 2020 23:15:23 +0000 (12:15 +1300)
committerPaul Cuzner <pcuzner@redhat.com>
Mon, 2 Nov 2020 04:36:44 +0000 (17:36 +1300)
Add a feature design section to the dashboard dev
guide, linking to the individual docs under dov/dev/dashboard

Signed-off-by: Paul Cuzner <pcuzner@redhat.com>
doc/dev/dashboard/index.rst [deleted file]
doc/dev/developer_guide/dash-devel.rst

diff --git a/doc/dev/dashboard/index.rst b/doc/dev/dashboard/index.rst
deleted file mode 100644 (file)
index 6c5375b..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-======================================
-Ceph Dashboard Developer Documentation
-======================================
-
-.. rubric:: Contents
-
-.. toctree::
-   :maxdepth: 1 
-
-   UI Design Principles <ui_goals>
index 9358a2147d4339aae10a38ea2e6538084d32f159..e3113b8a5dbe76c75b8c2e0fceecc60347a0715b 100644 (file)
@@ -5,6 +5,21 @@ Ceph Dashboard Developer Documentation
 
 .. contents:: Table of Contents
 
+Feature Design
+--------------
+
+To promote colloaboration on new Ceph Dashboard features, the first step is
+the definition of a design document. These documents then form the basis of
+implementation scope and permit wider participation in the evolution of the 
+Ceph Dashboard UI.
+
+.. toctree::
+   :maxdepth: 1
+   :caption: Design Documents:
+
+    UI Design Goals <../dashboard/ui_goals>
+
+
 Preliminary Steps
 -----------------