diff --git a/docs/README.md b/docs/README.md index ab0cae8c..d0438008 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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) diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md deleted file mode 100644 index 68ea9fcd..00000000 --- a/docs/SUMMARY.md +++ /dev/null @@ -1,17 +0,0 @@ -#### 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)