diff options
Diffstat (limited to 'docs/index.rst')
| -rw-r--r-- | docs/index.rst | 20 | 
1 files changed, 17 insertions, 3 deletions
| diff --git a/docs/index.rst b/docs/index.rst index 99661a81b..579268096 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -8,7 +8,21 @@ Welcome to GoToSocial's documentation!  .. toctree::     :maxdepth: 2 -   :caption: Contents: +   :hidden: +   :caption: About GoToSocial -   pages/user_facing/user_facing -   pages/design/design.rst +   pages/about/index + +.. toctree:: +   :maxdepth: 2 +   :hidden: +   :caption: Design + +   pages/design/index + +.. toctree:: +   :maxdepth: 2 +   :hidden: +   :caption: Developer Docs + +   pages/api/index | 
