Skip to content

Commit 80f5f11

Browse files
committed
fix build issues
1 parent f76a3e0 commit 80f5f11

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

docs/docusaurus.config.ts

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff 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
],

0 commit comments

Comments
 (0)