mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 02:22:26 -05:00
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'
This commit is contained in:
parent
eb13faf54f
commit
58dddd86e0
37 changed files with 2355 additions and 169 deletions
10
mkdocs.yml
10
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.
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue