diff options
| author | 2021-03-01 11:52:49 +0100 | |
|---|---|---|
| committer | 2021-03-01 11:52:49 +0100 | |
| commit | bffbdeb5347d5d72ec43a46750cbe35f75699893 (patch) | |
| tree | 0fb1527f967698575a9a6c96c22c0133fd44e7b7 /docs/index.rst | |
| parent | Doc updates (diff) | |
| download | gotosocial-bffbdeb5347d5d72ec43a46750cbe35f75699893.tar.xz | |
try some doc changes
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 |
