Skip to content

Commit f83bc6d

Browse files
committed
fix docu config
1 parent ef0addf commit f83bc6d

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

docusaurus.config.en.js

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -328,18 +328,19 @@ const config = {
328328
disableInDev: false,
329329
},
330330
],
331-
'./plugins/frontmatter-validation/frontmatterValidatorPlugin'
331+
[
332+
'./plugins/frontmatter-validation/frontmatterValidatorPlugin'
332333
frontmatterValidator,
333334
{
334335
failBuild: true,
335336
},
336337
],
337338
[
338-
checkFloatingPages,
339-
{
340-
failBuild: true,
341-
exceptionsFile: path.resolve(__dirname, 'plugins/floating-pages-exceptions.txt')
342-
},
339+
checkFloatingPages,
340+
{
341+
failBuild: true,
342+
exceptionsFile: path.resolve(__dirname, 'plugins/floating-pages-exceptions.txt')
343+
},
343344
]
344345
],
345346
customFields: {

0 commit comments

Comments
 (0)