You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/usage/deep-linking.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Swagger-UI allows you to deeply link into tags and operations within a spec. Whe
4
4
5
5
## Usage
6
6
7
-
👉🏼 Add `deepLinking: true` to your Swagger-UI configuration to enable this functionality.
7
+
👉🏼 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).
8
8
9
9
When you expand a tag or operation, Swagger-UI will automatically update its URL fragment with a deep link to the item.
10
10
Conversely, when you collapse a tag or operation, Swagger-UI will clear the URL fragment.
0 commit comments