vuepress-jsdoc icon indicating copy to clipboard operation
vuepress-jsdoc copied to clipboard

Build JSDoc markdown files for vuepress

Results 5 vuepress-jsdoc issues
Sort by recently updated
recently updated
newest added

**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...

enhancement

**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...

enhancement

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...

dependencies

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...

dependencies

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...