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
A suggested clarification in the repo documentation (deep-linking.md).
The page says deep linking is disabled by default. That is true of the javascript itself. However, the /dist/index.html enables it, so if someone uses the /dist folder as-is, it will be enabled by default.
Suggest changing this statement to the Usage section:
Add deepLinking: true to your Swagger-UI configuration to enable this functionality.
To this:
Add deepLinking: true to your Swagger-UI configuration to enable this functionality. This is demonstrated in the /dist/index.html file.
The text was updated successfully, but these errors were encountered:
A suggested clarification in the repo documentation (deep-linking.md).
The page says deep linking is disabled by default. That is true of the javascript itself. However, the /dist/index.html enables it, so if someone uses the /dist folder as-is, it will be enabled by default.
Suggest changing this statement to the Usage section:
To this:
The text was updated successfully, but these errors were encountered: