We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 462200e commit 2b4b736Copy full SHA for 2b4b736
1 file changed
doc-kit.config.mjs
@@ -11,6 +11,9 @@ export default {
11
input: ['pages/**/*.md'],
12
baseURL: `https://${origin}/learn`,
13
},
14
+ 'jsx-ast': {
15
+ generateIndexPage: false,
16
+ },
17
web: {
18
// Important Configuration
19
project: 'Node.js',
0 commit comments