vuepress-jsdoc
vuepress-jsdoc copied to clipboard
Build JSDoc markdown files for vuepress
**Is your feature request related to a problem? Please describe.** Currently the package is working fine but the the CLI arguments might be too many to handle. I have a...
**Is your feature request related to a problem? Please describe.** The sidebar config has changed slightly in Vuepress v2, which means that this library no longer generates a sidebar config...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.0.2 to 5.0.12. Changelog Sourced from vite's changelog. 5.0.12 (2024-01-19) fix: await configResolved hooks of worker plugins (#15597) (#15605) (ef89f80), closes #15597 #15605 fix: fs deny for...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.0.2 to 5.0.12. Changelog Sourced from vite's changelog. 5.0.12 (2024-01-19) fix: await configResolved hooks of worker plugins (#15597) (#15605) (ef89f80), closes #15597 #15605 fix: fs deny for...
I am using this command to create my markdown files `npx vuepress-jsdoc -s ./dist/src -d ./docs -f package --include=\"**/*.(ts|js)\" --exclude=\"test*,**/*.d.ts,**/interfaces.*,**/constants.*\"` it creates a sidebar tree which is of type ```js...