/*** @type {import('@condorhero/vuepress-plugin-export-pdf-v2').UserConfig}*/constconfig={// ...}exportdefaultconfig config options: theme- theme name (default@vuepress/default) bundler- VuePress bundler name (defaultvuepress-vite) sorter- function for changing pages order (defaultundefined) ...
exports = { plugins: [ [ '@maiscrm/vuepress-plugin-exportpdf', { themeConfig: { navbar: false, nextLinks: false, prevLinks: false, sidebar: [ 'docs/', { title: 'Plugin', children: [ 'docs/plugin/', 'docs/plugin/using-a-plugin' ] } ] } } ] ] }...
module.exports:['vuepress-plugin-export',{theme:'@vuepress/default',puppeteer:{args:['--no-sandbox']},bundles:[{filter:(location)=>!location.includes('export'),dest:()=>'docs/public/export.pdf',},{filter:/\/en\///,dest:(siteConfig)=>`docs/public/${siteConfig.title}.en.pdf`,}]...
"^1.7.1", "@vuepress/plugin-nprogress": "^1.7.1", "node-sass": "4.14.1", "sass-loader": "7.3.1", "vuepress": "^1.7.1" }, "dependencies": { "@snowdog/vuepress-plugin-pdf-export": "^1.1.0", "axios": "^0.21.0", "bulma": "^0.9.1", "vuepress-plugin-export": "^0.2...
vuepress-plugin-mermaid-wrapper: 1.1.0 node: v16.19.1 npm: 8.19.3 pnpm: 8.2.0 the page does not display mermaid. Activity llnancychanged the title yjs@1.11.7/node_modules/dayjs/dayjs.min.js?v=dda788ea' does not provide an export named 'default' (at commonDb-573409be.js?v=dda788...
vuepress-plugin-export vuepress-plugin-pdf-export Contributing Fork it! Create your feature branch: git checkout -b my-new-feature Commit your changes: git commit -am 'Add some feature' Push to the branch: git push origin my-new-feature Submit a pull request :D License MITAbout...