mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-02 05:02:24 -06:00
try some doc changes
This commit is contained in:
parent
294d6d174d
commit
bffbdeb534
88 changed files with 60 additions and 21254 deletions
4
docs/pages/api/activitypub.rst
Normal file
4
docs/pages/api/activitypub.rst
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
ActivityPub / Federation
|
||||
------------------------
|
||||
|
||||
This document describes the API used for federating with other ActivityPub instances.
|
||||
4
docs/pages/api/client.rst
Normal file
4
docs/pages/api/client.rst
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Client APIs
|
||||
-----------
|
||||
|
||||
This document describes the client APIs exposed by GoToSocial to the outside world.
|
||||
13
docs/pages/api/index.rst
Normal file
13
docs/pages/api/index.rst
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
API
|
||||
---
|
||||
|
||||
These pages describe the different APIs provided by GoToSocial, both for front-end (client) interaction,
|
||||
and for federation. The intended audience for these documents is developers looking to implement a front-end
|
||||
or bot for GoToSocial.
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
internal
|
||||
client
|
||||
activitypub
|
||||
4
docs/pages/api/internal.rst
Normal file
4
docs/pages/api/internal.rst
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Internal
|
||||
--------
|
||||
|
||||
This document describes the internal APIs used by GoToSocial.
|
||||
Loading…
Add table
Add a link
Reference in a new issue