源文件文件夹

reco_luan2024-02-23

介绍

WARNING

如果我们文档项目存放在工程的子目录,比如 /docs 文件夹下,我们需要设置 themeConfig.docsDir./docs

务必要这样设置,因为这项配置与很多解析功能强相关。

配置

// .vuepress/config.ts

import { defineUserConfig } from 'vuepress'
import { recoTheme } from 'vuepress-theme-reco'

export default defineUserConfig({
  theme: recoTheme({
    docsDir: '/docs'
  })
})
最后更新时间 5/12/2024, 3:47:23 PM
ON THIS PAGE