zhangjinyang
2025-05-19 90d8f605ee2e9e231d86a998d58d1b3e02b373f6
docs: fix next page
1个文件已修改
3 ■■■■ 已修改文件
docs/.vitepress/config.mts 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
docs/.vitepress/config.mts
@@ -173,7 +173,7 @@
            items: [
                {text: '什么是 Bot', link: 'bot-application/what-is-a-bot'},
                {text: '快速开始', link: 'bot-application/quick-start'},
                {text: '挂载知识库', link: 'bot-application/mount-Knowledge'},
                {text: '挂载知识库', link: 'bot-application/mount-knowledge'},
                {text: '挂载插件', link: 'bot-application/mount-plugins'},
                {text: '挂载工作流', link: 'bot-application/mount-workflow'},
            ]
@@ -213,6 +213,7 @@
                        {text: '知识库', link: 'workflow/nodes/knowledge'},
                        {text: '搜索引擎', link: 'workflow/nodes/search-engine'},
                        {text: 'Http 请求', link: 'workflow/nodes/http'},
                        {text: '动态代码', link: 'workflow/nodes/dynamic-code'},
                        {text: '内容模板', link: 'workflow/nodes/template-node'},
                        {text: '文件内容提取', link: 'workflow/nodes/doc-content'},
                        {text: '文件生成', link: 'workflow/nodes/file-generator'},