summaryrefslogtreecommitdiff
path: root/mkdocs.yml
diff options
context:
space:
mode:
authorLibravatar Camille Frantz <camille.frantz@me.com>2024-02-24 02:41:38 -0600
committerLibravatar GitHub <noreply@github.com>2024-02-24 09:41:38 +0100
commit403f5c05284d132fd55b52e5dad1792ef1b7d729 (patch)
tree1ebd6fe955614a9b5a9311434a977ad2614daa79 /mkdocs.yml
parent[chore] Increase default max image description to 1500 chars, collapse cw cha... (diff)
downloadgotosocial-403f5c05284d132fd55b52e5dad1792ef1b7d729.tar.xz
[docs] Add oauth token authentication workflow (#2655)
* add authentication workflow to docs * fixed the markdown callouts and added the new page to the mkdocs.yml * fixed the markdown callouts properly this time * applied the suggested edits * inline styles don't render in code blocks; added bash to the curl code blocks * scopes list was not rendering as a list; fixed a typo in getting your token warning * scopes can be a space separated list and not just one * apply suggested change to authentication.md Co-authored-by: Daenney <daenney@users.noreply.github.com> * applied latest suggested edits * added information on Gts scoped tokens * fixed admonition formatting --------- Co-authored-by: Daenney <daenney@users.noreply.github.com>
Diffstat (limited to 'mkdocs.yml')
-rw-r--r--mkdocs.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
index d9b87b818..6980133f1 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -124,5 +124,6 @@ nav:
- "federation/federating_with_gotosocial.md"
- "API Documentation":
- "api/swagger.md"
+ - "api/authentication.md"
- "api/ratelimiting.md"
- "api/throttling.md"