From 36bcbc0349c4fcf15c2b031118c161f4d0a6ad7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=B7=E6=88=90=E4=BC=9F?= Date: Mon, 9 Dec 2024 16:46:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/_sidebar.md | 4 ++-- docs/deploy/{tdengine3.md => das.md} | 0 docs/deploy/linux.md | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) rename docs/deploy/{tdengine3.md => das.md} (100%) diff --git a/docs/_sidebar.md b/docs/_sidebar.md index 2dbc8451..b367dba9 100644 --- a/docs/_sidebar.md +++ b/docs/_sidebar.md @@ -13,5 +13,5 @@ - [报表管理](api/pages/report.md) - [数据采集](datacollect/) - [系统部署](deploy/) - - [Linux系统部署](deploy/linux.md) - - [TDEngine3部署](deploy/tdengine3.md) \ No newline at end of file + - [OpenEuler系统安装](deploy/linux.md) + - [DAS部署](deploy/das.md) \ No newline at end of file diff --git a/docs/deploy/tdengine3.md b/docs/deploy/das.md similarity index 100% rename from docs/deploy/tdengine3.md rename to docs/deploy/das.md diff --git a/docs/deploy/linux.md b/docs/deploy/linux.md index e697bb25..39885c7c 100644 --- a/docs/deploy/linux.md +++ b/docs/deploy/linux.md @@ -80,4 +80,5 @@ setenforce 0 ```bash systemctl stop firewalld systemctl disable firewalld -``` \ No newline at end of file +``` +