diff --git a/docs/api/index.md b/docs/api/index.md index 730cf9b..0bf4ef1 100644 --- a/docs/api/index.md +++ b/docs/api/index.md @@ -1,11 +1,5 @@ -# API +# Routes -### [Status overview](https://github.com/discord-open-source/discord-api/projects/2) +!!swagger openapi.json!! -This is the fosscord HTTP API Server. - -Every routes has its own [issue](https://github.com/fosscord/fosscord-api/issues?q=is%3Aopen+is%3Aissue+label%3ARoute). - -For documentation, head over to the [Discord docs](https://discord.dev). - -If you want to work on a feature please comment on the corresponding issue so we can assign it you that nobody implements something twice. + diff --git a/mkdocs.yml b/mkdocs.yml index 8907bbd..b1f5b4f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -3,8 +3,8 @@ repo_url: https://github.com/fosscord/fosscord edit_uri: https://github.com/fosscord/fosscord-docs/edit/master/docs/ site_description: Documentation of Fosscord a free open source selfhostable chat, voice and video discord-compatible platform plugins: - - section-index - search + - render_swagger theme: name: material logo: assets/logo.png @@ -26,28 +26,6 @@ theme: - navigation.sections - navigation.indexes - navigation.top -nav: - - index.md - - resources.md - - setup.md - - contributing.md - - encryption.md - - "API": - - api/index.md - - api/structure.md - - api/configuration.md - - server_util/database.md - - server_util/permissions.md - - api/route.md - - "Gateway": - - gateway/index.md - - gateway/structure.md - - "Ui Framework": - - ui/index.md - - ui/contribution_and_installation.md - - "Client": - - client/index.md - - plugins.md markdown_extensions: - pymdownx.highlight - pymdownx.superfences