File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -183,10 +183,6 @@ const config = {
183
183
href : 'https://github.com/cypress-io/cypress/discussions' ,
184
184
} ,
185
185
// {
186
- // label: 'Cypress Blog',
187
- // href: 'https://www.cypress.io/blog',
188
- // },
189
- // {
190
186
// label: 'Cypress Ambassadors',
191
187
// href: 'https://www.cypress.io/ambassadors',
192
188
// },
@@ -228,6 +224,10 @@ const config = {
228
224
label : 'About' ,
229
225
href : 'https://www.cypress.io/about-us' ,
230
226
} ,
227
+ {
228
+ label : 'Cypress Blog' ,
229
+ href : 'https://www.cypress.io/blog' ,
230
+ } ,
231
231
{
232
232
label : 'Careers' ,
233
233
href : 'https://www.cypress.io/careers' ,
@@ -271,7 +271,10 @@ const config = {
271
271
dark : 'rgb(50, 50, 50)' ,
272
272
} ,
273
273
// options you can specify via https://github.com/francoischalifour/medium-zoom#usage
274
- config : { } ,
274
+ config : {
275
+ scrollOffset : 60 ,
276
+ margin : 100 ,
277
+ } ,
275
278
} ,
276
279
} ,
277
280
}
You can’t perform that action at this time.
0 commit comments