From 5e402b728b9a1b790ef1fb649351c682a53fafc2 Mon Sep 17 00:00:00 2001 From: Shuduo Sang Date: Wed, 18 May 2022 09:17:48 +0800 Subject: [PATCH] docs: fix typo (#12623) * docs: reference doc in English [TD-15603] * docs: reference docs in English [TD-15603] * docs: refine reference English docs [TD-15603] * docs: refine reference docs * docs: refine refince docs * docs: refine reference doc * docs: refine reference doc * docs: refine reference doc * docs: refine reference doc * docs: refine reference doc * docs: fix typo --- docs-cn/03-get-started/03-get-started.md | 2 +- docs-en/03-get-started/03-get-started.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs-cn/03-get-started/03-get-started.md b/docs-cn/03-get-started/03-get-started.md index 6776455c9d..2bd483117d 100644 --- a/docs-cn/03-get-started/03-get-started.md +++ b/docs-cn/03-get-started/03-get-started.md @@ -10,7 +10,7 @@ import AptGetInstall from "./\_apt_get_install.mdx"; ## 安装 -TDengine 完整的软件包包括服务端(taosd)、用于与第三方系统对接并提供RESTful接口的taosAdapter、应用驱动(taosc)、命令行程序 (CLI,taos) 和一些工具软件,目前 2.X 版服务端taosd、taosAdapter 仅在 Linux 系统上安装和运行,后续将支持 Windows、macOS 等系统。应用驱动 taosc 与 TDengine CLI 可以在 Windows 或 Linux 上安装和运行。TDengine 除 RESTful接口外,还提供一些列编程语言的连接器。2.4 之前的版本中,无 taosAdapter,RESTfule 接口均由 taosd 内置的 http 服务提供。 +TDengine 完整的软件包包括服务端(taosd)、用于与第三方系统对接并提供 RESTful 接口的 taosAdapter、应用驱动(taosc)、命令行程序 (CLI,taos) 和一些工具软件,目前 2.X 版服务端 taosd 和 taosAdapter 仅在 Linux 系统上安装和运行,后续将支持 Windows、macOS 等系统。应用驱动 taosc 与 TDengine CLI 可以在 Windows 或 Linux 上安装和运行。TDengine 除 RESTful 接口外,还提供一些列编程语言的连接器。2.4 之前的版本中,无 taosAdapter,RESTful 接口均由 taosd 内置的 http 服务提供。 TDengine 支持 X64/ARM64/MIPS64/Alpha64 硬件平台,后续将支持 ARM32、RISC-V 等 CPU 架构。 diff --git a/docs-en/03-get-started/03-get-started.md b/docs-en/03-get-started/03-get-started.md index a0466364e1..dc3c4d7486 100644 --- a/docs-en/03-get-started/03-get-started.md +++ b/docs-en/03-get-started/03-get-started.md @@ -10,7 +10,7 @@ import AptGetInstall from "./\_apt_get_install.mdx"; ## Quick Install -The full package of TDengine includes the server (taosd), taosAdapter for connecting with third-party systems and providing a RESTful interface, client driver (taosc), command-line program (CLI, taos) and some tools. For the current version, the server taosd and taosAdapter can only be installed and run on Linux systems. In the future taosd and taosAdapter will also be supported on Windows, macOS and other systems. The client driver taosc and TDengine CLI can be installed and run on Windows or Linux. In addition to the RESTful interface, TDengine also provides connectors for a number of programming languages. In versions before 2.4, there is no taosAdapter, and the RESTfule interface is provided by the built-in http service of taosd. +The full package of TDengine includes the server (taosd), taosAdapter for connecting with third-party systems and providing a RESTful interface, client driver (taosc), command-line program (CLI, taos) and some tools. For the current version, the server taosd and taosAdapter can only be installed and run on Linux systems. In the future taosd and taosAdapter will also be supported on Windows, macOS and other systems. The client driver taosc and TDengine CLI can be installed and run on Windows or Linux. In addition to the RESTful interface, TDengine also provides connectors for a number of programming languages. In versions before 2.4, there is no taosAdapter, and the RESTful interface is provided by the built-in http service of taosd. TDengine supports X64/ARM64/MIPS64/Alpha64 hardware platforms, and will support ARM32, RISC-V and other CPU architectures in the future. -- GitLab