This is an automated email from the ASF dual-hosted git repository. wuchunfu pushed a commit to branch dev in repository https://gitbox.apache.org/repos/asf/seatunnel.git
The following commit(s) were added to refs/heads/dev by this push: new f9a4d9a7da [Improve][Doc] Move seatunnel engine deployment doc (#8239) f9a4d9a7da is described below commit f9a4d9a7dac8f11f63adcae18b5ac4e28c9dc079 Author: Jia Fan <fanjiaemi...@qq.com> AuthorDate: Mon Dec 9 18:00:02 2024 +0800 [Improve][Doc] Move seatunnel engine deployment doc (#8239) --- docs/sidebars.js | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/docs/sidebars.js b/docs/sidebars.js index 3257181b11..cd5f61213e 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -192,11 +192,17 @@ const sidebars = { "label": "SeaTunnel Engine", "items": [ "seatunnel-engine/about", - "seatunnel-engine/download-seatunnel", - "seatunnel-engine/deployment", - "seatunnel-engine/local-mode-deployment", - "seatunnel-engine/hybrid-cluster-deployment", - "seatunnel-engine/separated-cluster-deployment", + { + "type": "category", + "label": "Deployment", + "items": [ + "seatunnel-engine/download-seatunnel", + "seatunnel-engine/deployment", + "seatunnel-engine/local-mode-deployment", + "seatunnel-engine/hybrid-cluster-deployment", + "seatunnel-engine/separated-cluster-deployment" + ] + }, "seatunnel-engine/savepoint", "seatunnel-engine/checkpoint-storage", "seatunnel-engine/engine-jar-storage-mode",