更改页面的内容
Some checks failed
CI / lint (push) Failing after 29m56s
CI / typecheck (push) Failing after 8m26s
CI / build (ubuntu-latest) (push) Failing after 18s

This commit is contained in:
2025-07-31 15:04:22 +08:00
parent a301b4c692
commit ce50120e40
39 changed files with 2692 additions and 110 deletions

View File

@@ -67,5 +67,17 @@ export default defineNuxtConfig({
scan: true,
sizeLimitKb: 512
}
}
},
llms: {
domain: 'https://docs.jiwei.xin',
title: 'Estel Docs',
description: 'Estel Docs 文档系统',
sections: [
{
title: 'Estel Docs',
description: 'Estel Docs 文档系统',
contentCollection: 'docs'
},
],
},
})