docs: move summary to README (#7816)

* Move documentation summary to docs README

* Delete SUMMARY.md

Co-authored-by: Tim Lai <timothy.lai@gmail.com>
This commit is contained in:
Marc Würth
2022-03-02 20:55:02 +01:00
committed by GitHub
parent 434e9cf251
commit 09a403f382
2 changed files with 20 additions and 18 deletions

View File

@@ -2,4 +2,23 @@
Welcome to the Swagger UI documentation!
A table of contents can be found at `SUMMARY.md`.
## Usage
- [Installation](usage/installation.md)
- [Configuration](usage/configuration.md)
- [CORS](usage/cors.md)
- [OAuth2](usage/oauth2.md)
- [Deep Linking](usage/deep-linking.md)
- [Limitations](usage/limitations.md)
- [Version detection](usage/version-detection.md)
## Customization
- [Overview](customization/overview.md)
- [Plugin API](customization/plugin-api.md)
- [Custom layout](customization/custom-layout.md)
## Development
- [Setting up](development/setting-up.md)
- [Scripts](development/scripts.md)