Skip to content

Commit 98a0f33

Browse files
authored
Merge pull request #5162 from cypress-io/zoom-config-updates
Image zoom config updates
2 parents 44c5953 + caad55c commit 98a0f33

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

docusaurus.config.js

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -183,10 +183,6 @@ const config = {
183183
href: 'https://github.com/cypress-io/cypress/discussions',
184184
},
185185
// {
186-
// label: 'Cypress Blog',
187-
// href: 'https://www.cypress.io/blog',
188-
// },
189-
// {
190186
// label: 'Cypress Ambassadors',
191187
// href: 'https://www.cypress.io/ambassadors',
192188
// },
@@ -228,6 +224,10 @@ const config = {
228224
label: 'About',
229225
href: 'https://www.cypress.io/about-us',
230226
},
227+
{
228+
label: 'Cypress Blog',
229+
href: 'https://www.cypress.io/blog',
230+
},
231231
{
232232
label: 'Careers',
233233
href: 'https://www.cypress.io/careers',
@@ -271,7 +271,10 @@ const config = {
271271
dark: 'rgb(50, 50, 50)',
272272
},
273273
// options you can specify via https://github.com/francoischalifour/medium-zoom#usage
274-
config: {},
274+
config: {
275+
scrollOffset: 60,
276+
margin: 100,
277+
},
275278
},
276279
},
277280
}

0 commit comments

Comments
 (0)