mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-26 02:53:32 -06:00
Doc updates
This commit is contained in:
parent
7867fdebd2
commit
294d6d174d
26 changed files with 1020 additions and 21 deletions
8
docs/pages/design/design.rst
Normal file
8
docs/pages/design/design.rst
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
GoToSocial Design
|
||||
=================
|
||||
|
||||
These documents describe the design of GoToSocial and provide rationale for design decisions, safety features, etc.
|
||||
|
||||
.. toctree::
|
||||
federation.rst
|
||||
safety_features.rst
|
||||
6
docs/pages/design/federation.rst
Normal file
6
docs/pages/design/federation.rst
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
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
|
||||
of compliant software.
|
||||
4
docs/pages/design/safety_features.rst
Normal file
4
docs/pages/design/safety_features.rst
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Safety Features
|
||||
===============
|
||||
|
||||
Blah blah blah blah.
|
||||
Loading…
Add table
Add a link
Reference in a new issue