Skip to content

Commit 76e1fa5

Browse files
authored
Merge pull request #118 from netlify/fix-anchor-links
Fix anchor links
2 parents 459e115 + 0083c9b commit 76e1fa5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ui/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ const SwaggerUI = require('swagger-ui')
33
SwaggerUI({
44
dom_id: '#container',
55
url: '/swagger.json',
6-
displayOperationId: true
6+
displayOperationId: true,
7+
deepLinking: true
78
})

0 commit comments

Comments
 (0)