We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce9a5fb commit 5908a6dCopy full SHA for 5908a6d
1 file changed
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
web: {
0 commit comments