We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96b5175 commit 50934beCopy full SHA for 50934be
build/docgen.config.js
@@ -8,7 +8,7 @@ const pkg = require('./../package.json')
8
module.exports = {
9
componentsRoot: 'src/components', // the folder where CLI will start searching for components.
10
components: '**/[A-Z]*.ts', // the glob to define what files should be documented as components (relative to componentRoot)
11
- outDir: `docs/${pkg.config.version_short}/api`, // folder to save components docs in (relative to the current working directry)
+ outDir: 'docs/api', // folder to save components docs in (relative to the current working directry)
12
getDocFileName: (componentPath) =>
13
componentPath.replace(/\.ts$/, '.md'), // specify the name of the input md file
14
getDestFile: (file, config) =>
0 commit comments