Skip to content

Commit 50934be

Browse files
committed
build: update api generator
1 parent 96b5175 commit 50934be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/docgen.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const pkg = require('./../package.json')
88
module.exports = {
99
componentsRoot: 'src/components', // the folder where CLI will start searching for components.
1010
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)
11+
outDir: 'docs/api', // folder to save components docs in (relative to the current working directry)
1212
getDocFileName: (componentPath) =>
1313
componentPath.replace(/\.ts$/, '.md'), // specify the name of the input md file
1414
getDestFile: (file, config) =>

0 commit comments

Comments
 (0)