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 = {
25
25
organizationName : 'dayhaysoos' , // Usually your GitHub org/user name.
26
26
projectName : 'shnippet' , // Usually your repo name.
27
27
28
- onBrokenLinks : 'throw ' ,
28
+ onBrokenLinks : 'ignore ' ,
29
29
onBrokenMarkdownLinks : 'warn' ,
30
30
31
31
// Even if you don't use internationalization, you can use this field to set
@@ -105,10 +105,6 @@ const config: Config = {
105
105
label : 'API Reference' ,
106
106
to : '/docs/api' ,
107
107
} ,
108
- {
109
- label : 'Examples' ,
110
- to : '/docs/examples' ,
111
- } ,
112
108
] ,
113
109
} ,
114
110
{
@@ -122,10 +118,6 @@ const config: Config = {
122
118
label : 'Issues' ,
123
119
href : 'https://github.com/dayhaysoos/shnippet/issues' ,
124
120
} ,
125
- {
126
- label : 'Discussions' ,
127
- href : 'https://github.com/dayhaysoos/shnippet/discussions' ,
128
- } ,
129
121
] ,
130
122
} ,
131
123
{
@@ -135,14 +127,6 @@ const config: Config = {
135
127
label : 'Blog' ,
136
128
to : '/blog' ,
137
129
} ,
138
- {
139
- label : 'Contributing' ,
140
- to : '/docs/contributing' ,
141
- } ,
142
- {
143
- label : 'Code of Conduct' ,
144
- to : '/docs/code-of-conduct' ,
145
- } ,
146
130
] ,
147
131
} ,
148
132
] ,
You can’t perform that action at this time.
0 commit comments