diff options
author | 2023-01-04 18:39:26 +0900 | |
---|---|---|
committer | 2023-01-04 10:39:26 +0100 | |
commit | 0b8eafec5ccc449f197edf2481dbef12b039daea (patch) | |
tree | 6a8ef5ad3f8189c48eac33d24cfe0fc7b83ae651 | |
parent | [chore] shuffle middleware to split rate limitting into client/s2s/fileserver... (diff) | |
download | gotosocial-0b8eafec5ccc449f197edf2481dbef12b039daea.tar.xz |
[docs] Fix documentation edit link (#1298)
-rw-r--r-- | mkdocs.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mkdocs.yml b/mkdocs.yml index 3ed70661e..00c88ef75 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,6 +1,7 @@ site_name: GoToSocial Documentation theme: readthedocs repo_url: https://github.com/superseriousbusiness/gotosocial +edit_uri: edit/main/docs/ copyright: GoToSocial is licensed under the GNU AGPL v3 LICENSE. Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org plugins: - render_swagger |