mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
try some doc changes
This commit is contained in:
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.
|
Reference in New Issue
Block a user