You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

387 B

VitePress 配置地址vitepress-config.

新增的配置如下:

srcIncludes

  • 类型:string[]
  • 默认: ['src']

配置扫描的文档目录,VFC 会尝试在配置的目录中递归寻找 .md 文件,然后映射到文档目录。

vitePlugins

  • 类型:Plugin[]
  • 默认: []

用户自定义的vitePlugins。