We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef0addf commit f83bc6dCopy full SHA for f83bc6d
docusaurus.config.en.js
@@ -328,18 +328,19 @@ const config = {
328
disableInDev: false,
329
},
330
],
331
- './plugins/frontmatter-validation/frontmatterValidatorPlugin'
+ [
332
+ './plugins/frontmatter-validation/frontmatterValidatorPlugin'
333
frontmatterValidator,
334
{
335
failBuild: true,
336
337
338
[
- checkFloatingPages,
339
- {
340
- failBuild: true,
341
- exceptionsFile: path.resolve(__dirname, 'plugins/floating-pages-exceptions.txt')
342
- },
+ checkFloatingPages,
+ {
+ failBuild: true,
+ exceptionsFile: path.resolve(__dirname, 'plugins/floating-pages-exceptions.txt')
343
+ },
344
]
345
346
customFields: {
0 commit comments