From a23cef3c2c5dac64476a9f00f4ae0de00a763aef Mon Sep 17 00:00:00 2001 From: crazywoola <427733928@qq.com> Date: Thu, 28 Aug 2025 11:34:51 +0800 Subject: [PATCH] feat: update docs --- docs.json | 44 +++++++++++++++++++------------------------- 1 file changed, 19 insertions(+), 25 deletions(-) diff --git a/docs.json b/docs.json index 4d899d06..d2f971f4 100644 --- a/docs.json +++ b/docs.json @@ -250,37 +250,31 @@ "plugin-dev-en/0411-tool", "plugin-dev-en/0411-plugin-info-by-manifest" ] + }, + { + "group": "Advanced Development", + "pages": [ + { + "group": "Reverse Calling", + "pages": [ + "plugin-dev-en/9241-bundle", + "plugin-dev-en/9241-reverse-invocation", + "plugin-dev-en/9242-reverse-invocation-app", + "plugin-dev-en/9242-reverse-invocation-model", + "plugin-dev-en/9242-reverse-invocation-tool", + "plugin-dev-en/9243-customizable-model", + "plugin-dev-en/9243-reverse-invocation-node" + ] + } + ] } ] }, { "group": "Examples & Use Cases", "pages": [ - { - "group": "Development Examples", - "pages": [ - "plugin-dev-en/0431-example-overview-and-index", - "plugin-dev-en/0432-develop-a-slack-bot-plugin", - "plugin-dev-en/0432-endpoint" - ] - } - ] - }, - { - "group": "Advanced Development", - "pages": [ - { - "group": "Reverse Calling", - "pages": [ - "plugin-dev-en/9241-bundle", - "plugin-dev-en/9241-reverse-invocation", - "plugin-dev-en/9242-reverse-invocation-app", - "plugin-dev-en/9242-reverse-invocation-model", - "plugin-dev-en/9242-reverse-invocation-tool", - "plugin-dev-en/9243-customizable-model", - "plugin-dev-en/9243-reverse-invocation-node" - ] - } + "plugin-dev-en/0432-develop-a-slack-bot-plugin", + "plugin-dev-en/0432-endpoint" ] }, {