改回项目内获取md文档
Some checks failed
CI / lint (push) Has been cancelled
CI / typecheck (push) Has been cancelled
CI / build (ubuntu-latest) (push) Has been cancelled

This commit is contained in:
2025-08-08 12:15:35 +08:00
parent 9e8a7f5c14
commit be69a51bb2
64 changed files with 7343 additions and 14 deletions

View File

@@ -20,7 +20,7 @@ export default defineNuxtConfig({
build: {
markdown: {
toc: {
searchDepth: 1
searchDepth: 2
},
highlight: {
langs:
@@ -42,10 +42,6 @@ export default defineNuxtConfig({
remove: /[$*+~()'"!\-=#?:@.]/g
}
}
},
preview: {
dev: true,
api: 'https://api.nuxt.studio'
}
},
@@ -81,6 +77,11 @@ export default defineNuxtConfig({
sizeLimitKb: 512
}
},
routeRules: {
'/': { static: true },
'/docs/**': { ssr: false },
'/blog/**': { ssr: false }
},
llms: {
domain: 'https://docs.jiwei.xin',
title: 'Estel Docs',