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 +``` +