From 05e9af089c3041fa162e4dca3b1c5906496e8e90 Mon Sep 17 00:00:00 2001 From: Tobi Smethurst <31960611+tsmethurst@users.noreply.github.com> Date: Fri, 23 Jul 2021 10:36:28 +0200 Subject: Oidc (#109) * add oidc config * inching forward with oidc idp * lil webfingy fix * bit more progress * further oidc * oidc now working * document dex config * replace broken images * add additional credits * tiny doc update * update * add oidc config * inching forward with oidc idp * bit more progress * further oidc * oidc now working * document dex config * replace broken images * add additional credits * tiny doc update * update * document * docs + comments --- docs/pages/design/federation.rst | 6 ------ docs/pages/design/index.rst | 10 ---------- docs/pages/design/safety_features.rst | 4 ---- 3 files changed, 20 deletions(-) delete mode 100644 docs/pages/design/federation.rst delete mode 100644 docs/pages/design/index.rst delete mode 100644 docs/pages/design/safety_features.rst (limited to 'docs/pages/design') diff --git a/docs/pages/design/federation.rst b/docs/pages/design/federation.rst deleted file mode 100644 index d6f4ea88b..000000000 --- a/docs/pages/design/federation.rst +++ /dev/null @@ -1,6 +0,0 @@ -Federation ----------- - -In the spirit of Mastodon and other `Fediverse `_ ("federation universe") applications, -GoToSocial uses the `ActivityPub `_ protocol to communicate between its own servers and those -of compliant software. diff --git a/docs/pages/design/index.rst b/docs/pages/design/index.rst deleted file mode 100644 index 93f1a3486..000000000 --- a/docs/pages/design/index.rst +++ /dev/null @@ -1,10 +0,0 @@ -GoToSocial Design ------------------ - -These documents describe the design of GoToSocial and provide rationale for design decisions, safety features, etc. - -.. toctree:: - :maxdepth: 1 - - federation - safety_features diff --git a/docs/pages/design/safety_features.rst b/docs/pages/design/safety_features.rst deleted file mode 100644 index ddecfc9a3..000000000 --- a/docs/pages/design/safety_features.rst +++ /dev/null @@ -1,4 +0,0 @@ -Safety Features ---------------- - -Blah blah blah blah. -- cgit v1.2.3