diff options
author | 2021-03-01 11:52:49 +0100 | |
---|---|---|
committer | 2021-03-01 11:52:49 +0100 | |
commit | bffbdeb5347d5d72ec43a46750cbe35f75699893 (patch) | |
tree | 0fb1527f967698575a9a6c96c22c0133fd44e7b7 /docs/pages/design | |
parent | Doc updates (diff) | |
download | gotosocial-bffbdeb5347d5d72ec43a46750cbe35f75699893.tar.xz |
try some doc changes
Diffstat (limited to 'docs/pages/design')
-rw-r--r-- | docs/pages/design/federation.rst | 2 | ||||
-rw-r--r-- | docs/pages/design/index.rst (renamed from docs/pages/design/design.rst) | 8 | ||||
-rw-r--r-- | docs/pages/design/safety_features.rst | 2 |
3 files changed, 7 insertions, 5 deletions
diff --git a/docs/pages/design/federation.rst b/docs/pages/design/federation.rst index 90a59148f..d6f4ea88b 100644 --- a/docs/pages/design/federation.rst +++ b/docs/pages/design/federation.rst @@ -1,5 +1,5 @@ Federation -========== +---------- In the spirit of Mastodon and other `Fediverse <https://en.wikipedia.org/wiki/Fediverse>`_ ("federation universe") applications, GoToSocial uses the `ActivityPub <https://www.w3.org/TR/activitypub/>`_ protocol to communicate between its own servers and those diff --git a/docs/pages/design/design.rst b/docs/pages/design/index.rst index f30cd746b..93f1a3486 100644 --- a/docs/pages/design/design.rst +++ b/docs/pages/design/index.rst @@ -1,8 +1,10 @@ GoToSocial Design -================= +----------------- These documents describe the design of GoToSocial and provide rationale for design decisions, safety features, etc. .. toctree:: - federation.rst - safety_features.rst + :maxdepth: 1 + + federation + safety_features diff --git a/docs/pages/design/safety_features.rst b/docs/pages/design/safety_features.rst index 65c1dc92a..ddecfc9a3 100644 --- a/docs/pages/design/safety_features.rst +++ b/docs/pages/design/safety_features.rst @@ -1,4 +1,4 @@ Safety Features -=============== +--------------- Blah blah blah blah. |