summaryrefslogtreecommitdiff
path: root/mkdocs.yml
diff options
context:
space:
mode:
authorLibravatar Tobi Smethurst <31960611+tsmethurst@users.noreply.github.com>2021-07-31 17:49:59 +0200
committerLibravatar GitHub <noreply@github.com>2021-07-31 17:49:59 +0200
commit58dddd86e0ddbb0c6aa54506dcef162321babfbb (patch)
treeee83cec11f05dfe1e397b9303fe5cd7c2273d4f3 /mkdocs.yml
parentPassword change (#123) (diff)
downloadgotosocial-58dddd86e0ddbb0c6aa54506dcef162321babfbb.tar.xz
Swagger (#124)
* start experimenting with swagger documentation * further adventures in swagger * do a few more api paths * account paths documented * go fmt * fix up some models * bit o lintin'
Diffstat (limited to 'mkdocs.yml')
-rw-r--r--mkdocs.yml10
1 files changed, 9 insertions, 1 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
index ce39f1d33..a32c50381 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -1,4 +1,12 @@
site_name: GoToSocial Documentation
theme: readthedocs
repo_url: https://github.com/superseriousbusiness/gotosocial
-copyright: GoToSocial is licensed under the GNU AGPL v3 LICENSE. Copyright (C) 2021 the GoToSocial Authors. \ No newline at end of file
+copyright: GoToSocial is licensed under the GNU AGPL v3 LICENSE. Copyright (C) 2021 the GoToSocial Authors.
+plugins:
+ - render_swagger
+
+extra_javascript:
+ - assets/js/swagger-ui-bundle.js
+
+extra_css:
+ - assets/css/swagger-ui.css