From: Tommi Virtanen Date: Tue, 20 Sep 2011 23:57:36 +0000 (-0700) Subject: doc: Move config reference to top-level. X-Git-Tag: v0.36~63 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c01d36cf5adcdfcc6091e7a399b1f65c37b78db4;p=ceph.git doc: Move config reference to top-level. Signed-off-by: Tommi Virtanen --- diff --git a/doc/config.rst b/doc/config.rst new file mode 100644 index 000000000000..7ea699ecb073 --- /dev/null +++ b/doc/config.rst @@ -0,0 +1,16 @@ +========================= + Configuration reference +========================= + +.. todo:: write me + +OSD (RADOS) +=========== + +Monitor +======= + +MDS +=== + + diff --git a/doc/index.rst b/doc/index.rst index 588c47b85806..bcea5aaf5449 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -90,6 +90,7 @@ Table of Contents architecture ops/index rec/index + config api/index Internals man/index diff --git a/doc/ops/config.rst b/doc/ops/config.rst deleted file mode 100644 index 5ee0ac66ad29..000000000000 --- a/doc/ops/config.rst +++ /dev/null @@ -1,16 +0,0 @@ -============================== - Ceph configuration reference -============================== - -.. todo:: write me - -OSD (RADOS) -=========== - -Monitor -======= - -MDS -=== - - diff --git a/doc/ops/index.rst b/doc/ops/index.rst index 3ff886662e52..8aa7744ac1b2 100644 --- a/doc/ops/index.rst +++ b/doc/ops/index.rst @@ -6,7 +6,6 @@ install/index manage/index - config radosgw rbd monitor diff --git a/doc/ops/install/mkcephfs.rst b/doc/ops/install/mkcephfs.rst index 984aa103948e..3645383b2f9a 100644 --- a/doc/ops/install/mkcephfs.rst +++ b/doc/ops/install/mkcephfs.rst @@ -121,7 +121,7 @@ appropriate. All hostnames *must* be short form (no domain). :language: ini Note how the ``host`` variables dictate what node runs what -services. See :doc:`/ops/config` for more information. +services. See :doc:`/config` for more information. .. todo:: More specific link for host= convention.