We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43879e3 commit bd40fe4Copy full SHA for bd40fe4
doc-kit.config.mjs
@@ -4,7 +4,7 @@ import { join } from 'node:path';
4
/** @type {import('@node-core/doc-kit/src/utils/configuration/types.d.ts').Configuration} */
5
export default {
6
global: {
7
- output: 'out',
+ output: 'out/learn',
8
input: ['pages/**/*.md'],
9
},
10
'jsx-ast': {
0 commit comments