diff options
| author | 2021-07-31 17:49:59 +0200 | |
|---|---|---|
| committer | 2021-07-31 17:49:59 +0200 | |
| commit | 58dddd86e0ddbb0c6aa54506dcef162321babfbb (patch) | |
| tree | ee83cec11f05dfe1e397b9303fe5cd7c2273d4f3 /mkdocs.yml | |
| parent | Password change (#123) (diff) | |
| download | gotosocial-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.yml | 10 |
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 |
