From 09a403f38244c6f04badf63d984de7e54f1b9097 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=BCrth?= Date: Wed, 2 Mar 2022 20:55:02 +0100 Subject: [PATCH] docs: move summary to README (#7816) * Move documentation summary to docs README * Delete SUMMARY.md Co-authored-by: Tim Lai --- docs/README.md | 21 ++++++++++++++++++++- docs/SUMMARY.md | 17 ----------------- 2 files changed, 20 insertions(+), 18 deletions(-) delete mode 100644 docs/SUMMARY.md 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)