File tree Expand file tree Collapse file tree 1 file changed +1
-17
lines changed
Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ const config: Config = {
2525 organizationName : 'dayhaysoos' , // Usually your GitHub org/user name.
2626 projectName : 'shnippet' , // Usually your repo name.
2727
28- onBrokenLinks : 'throw ' ,
28+ onBrokenLinks : 'ignore ' ,
2929 onBrokenMarkdownLinks : 'warn' ,
3030
3131 // Even if you don't use internationalization, you can use this field to set
@@ -105,10 +105,6 @@ const config: Config = {
105105 label : 'API Reference' ,
106106 to : '/docs/api' ,
107107 } ,
108- {
109- label : 'Examples' ,
110- to : '/docs/examples' ,
111- } ,
112108 ] ,
113109 } ,
114110 {
@@ -122,10 +118,6 @@ const config: Config = {
122118 label : 'Issues' ,
123119 href : 'https://github.com/dayhaysoos/shnippet/issues' ,
124120 } ,
125- {
126- label : 'Discussions' ,
127- href : 'https://github.com/dayhaysoos/shnippet/discussions' ,
128- } ,
129121 ] ,
130122 } ,
131123 {
@@ -135,14 +127,6 @@ const config: Config = {
135127 label : 'Blog' ,
136128 to : '/blog' ,
137129 } ,
138- {
139- label : 'Contributing' ,
140- to : '/docs/contributing' ,
141- } ,
142- {
143- label : 'Code of Conduct' ,
144- to : '/docs/code-of-conduct' ,
145- } ,
146130 ] ,
147131 } ,
148132 ] ,
You can’t perform that action at this time.
0 commit comments