documentation pages at https://docs.ceph.com
I'm trying to clean up the CephFS Landing Page: https://docs.ceph.com/docs/master/cephfs/ I want to do away with the section named "Using CephFS" and relocate those links if required to the left hand side pane/frame which has expandable Table of Contents. I haven't found any .rst file under the ceph source directory (doc/) listing out the Table of Contents. So, the question is, where is the Table of Contents stored or how is the Table of Contents generated and managed ? Any hints to get the task at hand done will be appreciated as well. -- Milind
On Mon, Sep 23, 2019 at 4:01 PM Milind Changire <mchangir@redhat.com> wrote:
I'm trying to clean up the CephFS Landing Page: https://docs.ceph.com/docs/master/cephfs/ I want to do away with the section named "Using CephFS" and relocate those links if required to the left hand side pane/frame which has expandable Table of Contents.
I haven't found any .rst file under the ceph source directory (doc/) listing out the Table of Contents.
So, the question is, where is the Table of Contents stored or how is the Table of Contents generated and managed ?
Hi Milind, I believe it is generated by sphinx from ".. toctree::" directives [1]. Use admin/build-doc script to generate HTML locally. [1] https://www.sphinx-doc.org/en/1.8/usage/restructuredtext/directives.html#dir... Thanks, Ilya
participants (2)
-
Ilya Dryomov
-
Milind Changire