From b714810bfe0d9078f77efe1c19652e281094a593 Mon Sep 17 00:00:00 2001 From: kyle Date: Thu, 10 Jan 2019 16:52:47 -0600 Subject: [PATCH] housekeeping: indicate index.html usage of deepLinking flag (via #5118) --- docs/usage/deep-linking.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/deep-linking.md b/docs/usage/deep-linking.md index b4f168093e5..e29de865bcd 100644 --- a/docs/usage/deep-linking.md +++ b/docs/usage/deep-linking.md @@ -4,7 +4,7 @@ Swagger-UI allows you to deeply link into tags and operations within a spec. Whe ## Usage -👉🏼 Add `deepLinking: true` to your Swagger-UI configuration to enable this functionality. +👉🏼 Add `deepLinking: true` to your Swagger-UI configuration to enable this functionality. This is demonstrated in [`dist/index.html`](https://github.com/swagger-api/swagger-ui/blob/master/dist/index.html). When you expand a tag or operation, Swagger-UI will automatically update its URL fragment with a deep link to the item. Conversely, when you collapse a tag or operation, Swagger-UI will clear the URL fragment.