From d83444cba5a40afa994d88521a88ed53bd6f2dd9 Mon Sep 17 00:00:00 2001 From: boxiaobj Date: Tue, 27 Jan 2026 15:17:09 +0800 Subject: [PATCH 1/4] Modified docker-guide in installation guide to 1st position for TDengine IDMP docs --- .../02-installation/{03-docker-guide.md => 01-docker-guide.md} | 0 .../02-installation/{01-install-guide.md => 02-install-guide.md} | 0 .../02-installation/{02-ansible-guide.md => 03-ansible-guide.md} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename docs/08-operation/02-installation/{03-docker-guide.md => 01-docker-guide.md} (100%) rename docs/08-operation/02-installation/{01-install-guide.md => 02-install-guide.md} (100%) rename docs/08-operation/02-installation/{02-ansible-guide.md => 03-ansible-guide.md} (100%) diff --git a/docs/08-operation/02-installation/03-docker-guide.md b/docs/08-operation/02-installation/01-docker-guide.md similarity index 100% rename from docs/08-operation/02-installation/03-docker-guide.md rename to docs/08-operation/02-installation/01-docker-guide.md diff --git a/docs/08-operation/02-installation/01-install-guide.md b/docs/08-operation/02-installation/02-install-guide.md similarity index 100% rename from docs/08-operation/02-installation/01-install-guide.md rename to docs/08-operation/02-installation/02-install-guide.md diff --git a/docs/08-operation/02-installation/02-ansible-guide.md b/docs/08-operation/02-installation/03-ansible-guide.md similarity index 100% rename from docs/08-operation/02-installation/02-ansible-guide.md rename to docs/08-operation/02-installation/03-ansible-guide.md From 599b218f48d29c0655fb66395991b2fb11f3f80e Mon Sep 17 00:00:00 2001 From: boxiaobj Date: Tue, 27 Jan 2026 15:26:40 +0800 Subject: [PATCH 2/4] Modified Docker installation guides for TDengine IDMP --- .../current/04-get-started/02-get-started-docker.md | 2 +- .../current/04-get-started/03-get-started-installer.md | 2 +- .../02-installation/{03-docker-guide.md => 01-docker-guide.md} | 0 .../{01-install-guide.md => 02-install-guide.md} | 0 .../{02-ansible-guide.md => 03-ansible-guide.md} | 0 5 files changed, 2 insertions(+), 2 deletions(-) rename i18n/en/docusaurus-plugin-content-docs/current/08-operation/02-installation/{03-docker-guide.md => 01-docker-guide.md} (100%) rename i18n/en/docusaurus-plugin-content-docs/current/08-operation/02-installation/{01-install-guide.md => 02-install-guide.md} (100%) rename i18n/en/docusaurus-plugin-content-docs/current/08-operation/02-installation/{02-ansible-guide.md => 03-ansible-guide.md} (100%) diff --git a/i18n/en/docusaurus-plugin-content-docs/current/04-get-started/02-get-started-docker.md b/i18n/en/docusaurus-plugin-content-docs/current/04-get-started/02-get-started-docker.md index f0d5a8c2..af4ae359 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/04-get-started/02-get-started-docker.md +++ b/i18n/en/docusaurus-plugin-content-docs/current/04-get-started/02-get-started-docker.md @@ -59,4 +59,4 @@ The script provides an interactive prompt: - **Keep data and logs**: Default, keep data volumes when stopping containers. - **Clear data and logs**: Delete data volumes when stopping containers, suitable for scenarios where you need to completely clean the environment. -For more detailed instructions on starting and stopping the service, see [Docker Deployment](../08-operation/02-installation/03-docker-guide.md). +For more detailed instructions on starting and stopping the service, see [Docker Deployment](../operation/installation/docker-guide). diff --git a/i18n/en/docusaurus-plugin-content-docs/current/04-get-started/03-get-started-installer.md b/i18n/en/docusaurus-plugin-content-docs/current/04-get-started/03-get-started-installer.md index 1ed11f6b..75d9e982 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/04-get-started/03-get-started-installer.md +++ b/i18n/en/docusaurus-plugin-content-docs/current/04-get-started/03-get-started-installer.md @@ -321,4 +321,4 @@ Double-click `C:\TDengine\idmp\unins000.exe` and follow the uninstallation wizar -For more detailed instructions on starting and stopping the service, see [Local Deployment](../08-operation/02-installation/01-install-guide.md). +For more detailed instructions on starting and stopping the service, see [Local Deployment](../operation/installation/install-guide). diff --git a/i18n/en/docusaurus-plugin-content-docs/current/08-operation/02-installation/03-docker-guide.md b/i18n/en/docusaurus-plugin-content-docs/current/08-operation/02-installation/01-docker-guide.md similarity index 100% rename from i18n/en/docusaurus-plugin-content-docs/current/08-operation/02-installation/03-docker-guide.md rename to i18n/en/docusaurus-plugin-content-docs/current/08-operation/02-installation/01-docker-guide.md diff --git a/i18n/en/docusaurus-plugin-content-docs/current/08-operation/02-installation/01-install-guide.md b/i18n/en/docusaurus-plugin-content-docs/current/08-operation/02-installation/02-install-guide.md similarity index 100% rename from i18n/en/docusaurus-plugin-content-docs/current/08-operation/02-installation/01-install-guide.md rename to i18n/en/docusaurus-plugin-content-docs/current/08-operation/02-installation/02-install-guide.md diff --git a/i18n/en/docusaurus-plugin-content-docs/current/08-operation/02-installation/02-ansible-guide.md b/i18n/en/docusaurus-plugin-content-docs/current/08-operation/02-installation/03-ansible-guide.md similarity index 100% rename from i18n/en/docusaurus-plugin-content-docs/current/08-operation/02-installation/02-ansible-guide.md rename to i18n/en/docusaurus-plugin-content-docs/current/08-operation/02-installation/03-ansible-guide.md From 6a3f6b23543b00ee8a25bd5a69b331d626774aff Mon Sep 17 00:00:00 2001 From: haoranchen Date: Tue, 27 Jan 2026 16:27:03 +0800 Subject: [PATCH 3/4] Fix link path for Docker Deployment instructions --- .../current/04-get-started/02-get-started-docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/en/docusaurus-plugin-content-docs/current/04-get-started/02-get-started-docker.md b/i18n/en/docusaurus-plugin-content-docs/current/04-get-started/02-get-started-docker.md index af4ae359..883b3214 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/04-get-started/02-get-started-docker.md +++ b/i18n/en/docusaurus-plugin-content-docs/current/04-get-started/02-get-started-docker.md @@ -59,4 +59,4 @@ The script provides an interactive prompt: - **Keep data and logs**: Default, keep data volumes when stopping containers. - **Clear data and logs**: Delete data volumes when stopping containers, suitable for scenarios where you need to completely clean the environment. -For more detailed instructions on starting and stopping the service, see [Docker Deployment](../operation/installation/docker-guide). +For more detailed instructions on starting and stopping the service, see [Docker Deployment](../../operation/installation/docker-guide). From 768594bb073085688c16fec125bfe31559466e4c Mon Sep 17 00:00:00 2001 From: haoranchen Date: Tue, 27 Jan 2026 16:28:56 +0800 Subject: [PATCH 4/4] Update 03-get-started-installer.md --- .../current/04-get-started/03-get-started-installer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/en/docusaurus-plugin-content-docs/current/04-get-started/03-get-started-installer.md b/i18n/en/docusaurus-plugin-content-docs/current/04-get-started/03-get-started-installer.md index 75d9e982..42ad5a78 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/04-get-started/03-get-started-installer.md +++ b/i18n/en/docusaurus-plugin-content-docs/current/04-get-started/03-get-started-installer.md @@ -321,4 +321,4 @@ Double-click `C:\TDengine\idmp\unins000.exe` and follow the uninstallation wizar -For more detailed instructions on starting and stopping the service, see [Local Deployment](../operation/installation/install-guide). +For more detailed instructions on starting and stopping the service, see [Local Deployment](../../operation/installation/install-guide).