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 = {
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}
You can’t perform that action at this time.
0 commit comments