From 8326edea966e8f9360c09e172c8d342fe494e8b4 Mon Sep 17 00:00:00 2001 From: Soulter <905617992@qq.com> Date: Sat, 3 Aug 2024 01:02:59 +0800 Subject: [PATCH] chore: Update link in documentation file --- "docs/\345\274\200\345\247\213.md" | 2 +- sidebars.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git "a/docs/\345\274\200\345\247\213.md" "b/docs/\345\274\200\345\247\213.md" index 4b3fb6d..49319fc 100644 --- "a/docs/\345\274\200\345\247\213.md" +++ "b/docs/\345\274\200\345\247\213.md" @@ -11,6 +11,6 @@ :::tip -如果你准备从头开始运行这个项目,请查看 [从零开始](/使用/从零开始) 文档。 +如果你准备从头开始运行这个项目,请查看 [从零开始](/docs/使用/从零开始) 文档。位于 `使用/从零开始`。 ::: diff --git a/sidebars.js b/sidebars.js index 740ce8f..697d9b8 100644 --- a/sidebars.js +++ b/sidebars.js @@ -31,12 +31,12 @@ const sidebars = { { type: 'category', label: '使用', - items: ['使用/可视化面板', '使用/指令', '使用/大语言模型', '使用/插件', '使用/从零开始'], + items: ['使用/从零开始', '使用/可视化面板', '使用/指令', '使用/大语言模型', '使用/插件'], }, { type: 'category', label: '配置', - items: ['配置/平台配置', '配置/语言模型配置'], + items: ['配置/平台配置'], }, { type: 'category',