vuepress
vuepress copied to clipboard
📝 Minimalistic Vue-powered static site generator
.md文件放置对应目录后,设置了sidebar,其中children也指定没问题,但是启动npm run docs:dev时候,报YAMLException: end of the stream or a document separator is expected at line 6, column 1:  请问这个怎么解决?
我的需求是让侧边栏能够提取显示h4,甚至是h5,通过查看之前的Issues,我在配置文件config.js中添加这段配置: markdown: { extractHeaders: [ 'h2', 'h3', 'h4' ] } 但我发现侧边栏虽然能够提取并显示h4,但是缩进关系产生了问题,h4级标题并没有在h3级标题之下,我尝试过在head中引入style.css修改html标签的padding值达到缩进的目的,但是并未成功。
vuepress have the vuepress-plugin-swagger Are there plugins for swagger document parsing
## Feature request I received a message from or audit stating that there's a vulnerability breach in on of our packages through vuepress/markdown -> markdown-it #### What problem does this...
## Feature request I received a message from or audit stating that there's a vulnerability breach in on of our packages through vuepress/markdown: [@vuepress/markdown:1.9.10](https://www.npmjs.com/package/@vuepress/markdown/v/1.9.10) --> [@vuepress/shared-utils:1.9.10](https://www.npmjs.com/package/@vuepress/shared-utils/v/1.9.10) --> [globby:9.2.0](https://www.npmjs.com/package/globby/v/9.2.0) --> [fast-glob:2.2.7](https://www.npmjs.com/package/fast-glob/v/2.2.7)...
为什么vuepress dev的时候会扫描到src下的public/index.html ### 起因 我在src/public下建立了一个index.html文件,然后运行docs:dev命令的时候,vite服务器索引的不是它自己的html文件,而是我这个index.html文件
- [ ] I confirm that this is an issue rather than a question. ## Bug report #### Steps to reproduce 插件配置 ```js [ '@vuepress/register-components', { componentsDir: path.resolve(__dirname, "../components"), }...
#### What is expected? 希望编译后,app.js文件比较小,不会导致首次访问博客的时候,页面一直是白屏状态 #### What is actually happening? 首次访问博客的时候 #### Other relevant information 使用的是vuepress1.x版本,不知道如果升级到2.x版本是否可以解决这个问题
## Feature request #### What problem does this feature solve? When some of the markdown files refers to another file (img or another markdown file) that is not in the...