Skip to content

Commit

Permalink
scroll y offset
Browse files Browse the repository at this point in the history
  • Loading branch information
melissag-ensemble committed Sep 25, 2024
1 parent 91f4550 commit 29aa4d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module.exports = {
path: '/guides/'
},
{
title: 'api full page #341',
title: 'api full page #342',
path: '/api-full/'
}
],
Expand Down
1 change: 1 addition & 0 deletions src/pages/api-full/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<RedoclyAPIBlock
src="/redocly-test/openapi/openapi.yaml"
scrollYOffset={64}
requestInterceptor="
function(req, operation) {
console.log('Args:', req, operation);
Expand Down

0 comments on commit 29aa4d5

Please sign in to comment.