chore: clean up and reorganize documentation files

refactor(docs): move project chapters to respective stage directories
fix(docs): correct broken links and update README references
style: format database comparison table for better readability
This commit is contained in:
sanbuphy
2026-01-12 14:07:05 +08:00
parent 5e8adc790c
commit 1f23432439
272 changed files with 22 additions and 4278 deletions
+2 -2
View File
@@ -177,7 +177,7 @@ export default defineConfig({
items: [
{
text: '高级三:如何构建微信小程序',
link: '/stage-3/cross-platform/3.3-wechat-miniprogram/example1/index'
link: '/stage-3/cross-platform/3.3-wechat-miniprogram/'
},
{
text: '高级四:如何构建微信小程序(包含后端)',
@@ -209,7 +209,7 @@ export default defineConfig({
items: [
{
text: '高级 AI 一:什么是 RAG 以及它如何工作',
link: '/stage-3/ai-advanced/3.a1-rag-introduction/extra5/extra5-what-is-rag-and-how-does-it-work-and-future'
link: '/stage-3/ai-advanced/3.a1-rag-introduction/extra5-what-is-rag-and-how-does-it-work-and-future'
},
{
text: '高级 AI 二:中高级 RAG 与工作流编排 - 以 LangGraph 为例',