diff options
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 |
