1- // https://vitepress.dev/reference/site-config
1+ // https://vitepress.dev/reference/site-config
22import { defineConfig } from "vitepress" ;
33
44export default defineConfig ( {
@@ -33,23 +33,41 @@ export default defineConfig({
3333 ] ,
3434 sidebar : [
3535 {
36- text : "Getting Started " ,
36+ text : "Overview " ,
3737 items : [
3838 { text : "Overview" , link : "/en/getting-started/overview" } ,
3939 { text : "Key Features" , link : "/en/getting-started/features" } ,
4040 {
4141 text : "Software Architecture" ,
4242 link : "/en/getting-started/software-architecture" ,
4343 } ,
44+ ] ,
45+ } ,
46+ {
47+ text : "Quick Start" ,
48+ items : [
4449 {
4550 text : "Installation & Deployment" ,
46- link : "/en/getting-started/installation" ,
51+ link : "/en/quick-start/installation" ,
52+ } ,
53+ {
54+ text : "Upgrade Guide" ,
55+ link : "/en/quick-start/upgrade-guide" ,
56+ } ,
57+ { text : "FAQ" , link : "/en/quick-start/faq" } ,
58+ ] ,
59+ } ,
60+ {
61+ text : "Developer Guide" ,
62+ items : [
63+ {
64+ text : "Overview" ,
65+ link : "/en/developer-guide/overview" ,
4766 } ,
4867 {
49- text : "Development Guide " ,
50- link : "/en/getting-started/development-guide " ,
68+ text : "Environment Preparation " ,
69+ link : "/en/developer-guide/environment-setup " ,
5170 } ,
52- { text : "FAQ" , link : "/en/getting-started/faq" } ,
5371 ] ,
5472 } ,
5573 {
@@ -83,32 +101,26 @@ export default defineConfig({
83101 {
84102 text : "Local Tools" ,
85103 items : [
86- {
87- text : "Local Tools Overview" ,
88- link : "/en/user-guide/local-tools/" ,
89- } ,
90- {
91- text : "Terminal Tool" ,
92- link : "/en/user-guide/local-tools/terminal-tool" ,
93- } ,
104+ { text : "Overview" , link : "/en/user-guide/local-tools/" } ,
105+ { text : "File Tools" , link : "/en/user-guide/local-tools/file-tools" } ,
106+ { text : "Email Tools" , link : "/en/user-guide/local-tools/email-tools" } ,
107+ { text : "Search Tools" , link : "/en/user-guide/local-tools/search-tools" } ,
108+ { text : "Multimodal Tools" , link : "/en/user-guide/local-tools/multimodal-tools" } ,
109+ { text : "Terminal Tool" , link : "/en/user-guide/local-tools/terminal-tool" } ,
94110 ] ,
95111 } ,
96112 ] ,
97113 } ,
98114 {
99115 text : "SDK Documentation" ,
100116 items : [
101- { text : "SDK Overview" , link : "/en/sdk/overview" } ,
117+ { text : "Overview" , link : "/en/sdk/overview" } ,
102118 { text : "Basic Usage" , link : "/en/sdk/basic-usage" } ,
103119 { text : "Features Explained" , link : "/en/sdk/features" } ,
104120 {
105121 text : "Core Modules" ,
106122 items : [
107123 { text : "Agents" , link : "/en/sdk/core/agents" } ,
108- {
109- text : "Run agent with agent_run" ,
110- link : "/en/sdk/core/agent-run" ,
111- } ,
112124 { text : "Tools" , link : "/en/sdk/core/tools" } ,
113125 { text : "Models" , link : "/en/sdk/core/models" } ,
114126 ] ,
@@ -121,17 +133,21 @@ export default defineConfig({
121133 {
122134 text : "Frontend Development" ,
123135 items : [
124- { text : "Frontend Overview" , link : "/en/frontend/overview" } ,
136+ { text : "Overview" , link : "/en/frontend/overview" } ,
125137 ] ,
126138 } ,
127139 {
128140 text : "Backend Development" ,
129141 items : [
130- { text : "Backend Overview" , link : "/en/backend/overview" } ,
142+ { text : "Overview" , link : "/en/backend/overview" } ,
131143 { text : "API Reference" , link : "/en/backend/api-reference" } ,
132144 {
133145 text : "Tools Integration" ,
134146 items : [
147+ {
148+ text : "Nexent Tools" ,
149+ link : "/en/backend/tools/nexent-native" ,
150+ } ,
135151 {
136152 text : "LangChain Tools" ,
137153 link : "/en/backend/tools/langchain" ,
@@ -143,6 +159,10 @@ export default defineConfig({
143159 text : "Prompt Development" ,
144160 link : "/en/backend/prompt-development" ,
145161 } ,
162+ {
163+ text : "Version Management" ,
164+ link : "/en/backend/version-management" ,
165+ } ,
146166 ] ,
147167 } ,
148168 {
@@ -156,33 +176,20 @@ export default defineConfig({
156176 items : [
157177 { text : "Docker Build" , link : "/en/deployment/docker-build" } ,
158178 { text : "Dev Container" , link : "/en/deployment/devcontainer" } ,
159- { text : "Upgrade Guide" , link : "/en/deployment/upgrade-guide" } ,
160179 ] ,
161180 } ,
162181 {
163182 text : "MCP Ecosystem" ,
164183 items : [
165184 { text : "Overview" , link : "/en/mcp-ecosystem/overview" } ,
166- {
167- text : "MCP Server Development" ,
168- link : "/en/mcp-ecosystem/mcp-server-development" ,
169- } ,
185+ { text : "MCP Recommendations" , link : "/en/mcp-ecosystem/mcp-recommendations" } ,
170186 { text : "Use Cases" , link : "/en/mcp-ecosystem/use-cases" } ,
171187 ] ,
172188 } ,
173- {
174- text : "Version Management" ,
175- items : [
176- {
177- text : "Version Management Guide" ,
178- link : "/en/version/version-management" ,
179- } ,
180- ] ,
181- } ,
182189 {
183190 text : "Testing" ,
184191 items : [
185- { text : "Testing Overview" , link : "/en/testing/overview" } ,
192+ { text : "Overview" , link : "/en/testing/overview" } ,
186193 { text : "Backend Testing" , link : "/en/testing/backend" } ,
187194 ] ,
188195 } ,
@@ -197,7 +204,6 @@ export default defineConfig({
197204 { text : "Code of Conduct" , link : "/en/code-of-conduct" } ,
198205 { text : "Security Policy" , link : "/en/security" } ,
199206 { text : "Core Contributors" , link : "/en/contributors" } ,
200- { text : "Known Issues" , link : "/en/known-issues" } ,
201207 { text : "License" , link : "/en/license" } ,
202208 ] ,
203209 } ,
@@ -222,20 +228,38 @@ export default defineConfig({
222228 ] ,
223229 sidebar : [
224230 {
225- text : "快速开始 " ,
231+ text : "概览 " ,
226232 items : [
227233 { text : "项目概览" , link : "/zh/getting-started/overview" } ,
228234 { text : "核心特性" , link : "/zh/getting-started/features" } ,
229235 {
230236 text : "软件架构" ,
231237 link : "/zh/getting-started/software-architecture" ,
232238 } ,
233- { text : "安装部署" , link : "/zh/getting-started/installation" } ,
239+ ] ,
240+ } ,
241+ {
242+ text : "快速开始" ,
243+ items : [
244+ { text : "安装部署" , link : "/zh/quick-start/installation" } ,
245+ {
246+ text : "升级指导" ,
247+ link : "/zh/quick-start/upgrade-guide" ,
248+ } ,
249+ { text : "常见问题" , link : "/zh/quick-start/faq" } ,
250+ ] ,
251+ } ,
252+ {
253+ text : "开发者指南" ,
254+ items : [
255+ {
256+ text : "概览" ,
257+ link : "/zh/developer-guide/overview" ,
258+ } ,
234259 {
235- text : "开发指南 " ,
236- link : "/zh/getting-started/development-guide " ,
260+ text : "环境准备 " ,
261+ link : "/zh/developer-guide/environment-setup " ,
237262 } ,
238- { text : "常见问题" , link : "/zh/getting-started/faq" } ,
239263 ] ,
240264 } ,
241265 {
@@ -260,29 +284,26 @@ export default defineConfig({
260284 {
261285 text : "本地工具" ,
262286 items : [
263- { text : "本地工具概览" , link : "/zh/user-guide/local-tools/" } ,
264- {
265- text : "Terminal工具" ,
266- link : "/zh/user-guide/local-tools/terminal-tool" ,
267- } ,
287+ { text : "概览" , link : "/zh/user-guide/local-tools/" } ,
288+ { text : "文件工具" , link : "/zh/user-guide/local-tools/file-tools" } ,
289+ { text : "邮件工具" , link : "/zh/user-guide/local-tools/email-tools" } ,
290+ { text : "搜索工具" , link : "/zh/user-guide/local-tools/search-tools" } ,
291+ { text : "多模态工具" , link : "/zh/user-guide/local-tools/multimodal-tools" } ,
292+ { text : "终端工具" , link : "/zh/user-guide/local-tools/terminal-tool" } ,
268293 ] ,
269294 } ,
270295 ] ,
271296 } ,
272297 {
273298 text : "SDK 文档" ,
274299 items : [
275- { text : "SDK 概览" , link : "/zh/sdk/overview" } ,
300+ { text : "概览" , link : "/zh/sdk/overview" } ,
276301 { text : "基本使用" , link : "/zh/sdk/basic-usage" } ,
277302 { text : "特性详解" , link : "/zh/sdk/features" } ,
278303 {
279304 text : "核心模块" ,
280305 items : [
281306 { text : "智能体模块" , link : "/zh/sdk/core/agents" } ,
282- {
283- text : "使用 agent_run 运行智能体" ,
284- link : "/zh/sdk/core/agent-run" ,
285- } ,
286307 { text : "工具模块" , link : "/zh/sdk/core/tools" } ,
287308 { text : "模型模块" , link : "/zh/sdk/core/models" } ,
288309 ] ,
@@ -294,16 +315,20 @@ export default defineConfig({
294315 } ,
295316 {
296317 text : "前端开发" ,
297- items : [ { text : "前端概览 " , link : "/zh/frontend/overview" } ] ,
318+ items : [ { text : "概览 " , link : "/zh/frontend/overview" } ] ,
298319 } ,
299320 {
300321 text : "后端开发" ,
301322 items : [
302- { text : "后端概览 " , link : "/zh/backend/overview" } ,
323+ { text : "概览 " , link : "/zh/backend/overview" } ,
303324 { text : "API 文档" , link : "/zh/backend/api-reference" } ,
304325 {
305326 text : "工具集成" ,
306327 items : [
328+ {
329+ text : "Nexent 工具" ,
330+ link : "/zh/backend/tools/nexent-native" ,
331+ } ,
307332 {
308333 text : "LangChain 工具" ,
309334 link : "/zh/backend/tools/langchain" ,
@@ -312,41 +337,32 @@ export default defineConfig({
312337 ] ,
313338 } ,
314339 { text : "提示词开发" , link : "/zh/backend/prompt-development" } ,
340+ { text : "版本管理" , link : "/zh/backend/version-management" } ,
315341 ] ,
316342 } ,
317343 {
318344 text : "文档开发" ,
319- items : [ { text : "文档开发指南 " , link : "/zh/docs-development" } ] ,
345+ items : [ { text : "开发指南 " , link : "/zh/docs-development" } ] ,
320346 } ,
321347 {
322348 text : "容器构建与容器化开发" ,
323349 items : [
324- { text : "Docker 构建" , link : "/zh/deployment/docker-build" } ,
325- { text : "开发容器" , link : "/zh/deployment/devcontainer" } ,
326- { text : "升级指导" , link : "/zh/deployment/upgrade-guide" } ,
350+ { text : "镜像构建" , link : "/zh/deployment/docker-build" } ,
351+ { text : "容器开发" , link : "/zh/deployment/devcontainer" } ,
327352 ] ,
328353 } ,
329354 {
330355 text : "MCP 生态系统" ,
331356 items : [
332357 { text : "概览" , link : "/zh/mcp-ecosystem/overview" } ,
333- {
334- text : "MCP 服务开发" ,
335- link : "/zh/mcp-ecosystem/mcp-server-development" ,
336- } ,
358+ { text : "MCP 推荐" , link : "/zh/mcp-ecosystem/mcp-recommendations" } ,
337359 { text : "用例场景" , link : "/zh/mcp-ecosystem/use-cases" } ,
338360 ] ,
339361 } ,
340- {
341- text : "版本信息管理" ,
342- items : [
343- { text : "版本管理指南" , link : "/zh/version/version-management" } ,
344- ] ,
345- } ,
346362 {
347363 text : "测试" ,
348364 items : [
349- { text : "测试概览 " , link : "/zh/testing/overview" } ,
365+ { text : "概览 " , link : "/zh/testing/overview" } ,
350366 { text : "后端测试" , link : "/zh/testing/backend" } ,
351367 ] ,
352368 } ,
@@ -358,7 +374,6 @@ export default defineConfig({
358374 { text : "行为准则" , link : "/zh/code-of-conduct" } ,
359375 { text : "安全政策" , link : "/zh/security" } ,
360376 { text : "核心贡献者" , link : "/zh/contributors" } ,
361- { text : "已知问题" , link : "/zh/known-issues" } ,
362377 { text : "许可证" , link : "/zh/license" } ,
363378 ] ,
364379 } ,
0 commit comments