try some doc changes

This commit is contained in:
tsmethurst
2021-03-01 11:52:49 +01:00
parent 294d6d174d
commit bffbdeb534
88 changed files with 60 additions and 21254 deletions

View File

@@ -0,0 +1,4 @@
ActivityPub / Federation
------------------------
This document describes the API used for federating with other ActivityPub instances.

View 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
View 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

View File

@@ -0,0 +1,4 @@
Internal
--------
This document describes the internal APIs used by GoToSocial.