Skip to content

Commit

Permalink
housekeeping: indicate index.html usage of deepLinking flag (via #5118)
Browse files Browse the repository at this point in the history
  • Loading branch information
shockey authored Jan 10, 2019
1 parent e90fe9c commit b714810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/deep-linking.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b714810

Please sign in to comment.