chore: update docs

This commit is contained in:
engigu
2026-03-31 15:36:15 +08:00
parent 4ca87111c8
commit 8879e7002f
13 changed files with 276 additions and 33 deletions
+21 -8
View File
@@ -18,27 +18,40 @@ export default defineConfig({
{
text: '基础指南',
items: [
{ text: '产品介绍', link: '/guide/introduction' },
{ text: '项目介绍', link: '/guide/introduction' },
{ text: '部署说明', link: '/guide/deployment' },
{ text: '开始使用', link: '/guide/getting-started' },
{ text: 'API 文档', link: '/guide/api' }
]
},
{
text: '使用说明',
text: '功能指南',
items: [
{ text: '功能特性', link: '/guide/usage' },
{ text: '编程语言与依赖管理', link: '/guide/languages' },
{ text: '脚本示例总览', link: '/guide/examples/' },
{ text: '浏览器示例', link: '/guide/examples/browser' },
{ text: '命令行工具 (CLI)', link: '/guide/cli' }
{ text: '数据仪表', link: '/guide/dashboard' },
{ text: '定时任务', link: '/guide/tasks' },
{ text: '远程执行', link: '/guide/agents' },
{ text: '脚本管理', link: '/guide/scripts' },
{ text: '执行历史', link: '/guide/history' },
{ text: '变量机密', link: '/guide/environments' },
{ text: '语言依赖', link: '/guide/languages' },
{ text: '终端命令', link: '/guide/terminal' },
{ text: '消息中心', link: '/guide/notify' },
{ text: '仓库同步', link: '/guide/sync' },
{ text: '命令行(CLI)', link: '/guide/cli' },
{
text: '脚本示例',
link: '/guide/examples/',
items: [
{ text: '浏览器示例', link: '/guide/examples/browser' }
]
}
]
},
{
text: '部署配置',
items: [
{ text: '系统配置', link: '/guide/configuration' },
{ text: '反向代理 (Nginx)', link: '/guide/nginx' }
{ text: '反向代理', link: '/guide/nginx' }
]
},
{