From 7da48af54ccbd02ada911ee338bddd7b0bafc19d Mon Sep 17 00:00:00 2001 From: dingbo Date: Thu, 2 Jun 2022 14:12:42 +0800 Subject: [PATCH] docs: adjust sidebar menu --- docs-en/07-tools/01-cli.md | 1 + docs-en/07-tools/02-taosdump.md | 1 + docs-en/07-tools/03-taosbenchmark.md | 1 + docs-en/07-tools/04-taosx.md | 1 + docs-en/07-tools/index.md | 1 + docs-en/08-operation/index.md | 1 - docs-en/{07-third-party => 08-third-party}/01-grafana.md | 0 docs-en/{07-third-party => 08-third-party}/index.md | 0 docs-en/{09-reference => 09-connector}/index.md | 3 +-- .../{09-reference/java-connector.md => 09-connector/java.md} | 0 .../python-connector.md => 09-connector/python.md} | 0 11 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 docs-en/07-tools/01-cli.md create mode 100644 docs-en/07-tools/02-taosdump.md create mode 100644 docs-en/07-tools/03-taosbenchmark.md create mode 100644 docs-en/07-tools/04-taosx.md create mode 100644 docs-en/07-tools/index.md delete mode 100644 docs-en/08-operation/index.md rename docs-en/{07-third-party => 08-third-party}/01-grafana.md (100%) rename docs-en/{07-third-party => 08-third-party}/index.md (100%) rename docs-en/{09-reference => 09-connector}/index.md (53%) rename docs-en/{09-reference/java-connector.md => 09-connector/java.md} (100%) rename docs-en/{09-reference/python-connector.md => 09-connector/python.md} (100%) diff --git a/docs-en/07-tools/01-cli.md b/docs-en/07-tools/01-cli.md new file mode 100644 index 0000000000..ff68a05ad3 --- /dev/null +++ b/docs-en/07-tools/01-cli.md @@ -0,0 +1 @@ +# TDengine CLI \ No newline at end of file diff --git a/docs-en/07-tools/02-taosdump.md b/docs-en/07-tools/02-taosdump.md new file mode 100644 index 0000000000..bf7a3db40f --- /dev/null +++ b/docs-en/07-tools/02-taosdump.md @@ -0,0 +1 @@ +# taosDump \ No newline at end of file diff --git a/docs-en/07-tools/03-taosbenchmark.md b/docs-en/07-tools/03-taosbenchmark.md new file mode 100644 index 0000000000..f752b891f5 --- /dev/null +++ b/docs-en/07-tools/03-taosbenchmark.md @@ -0,0 +1 @@ +# taosBenchMark \ No newline at end of file diff --git a/docs-en/07-tools/04-taosx.md b/docs-en/07-tools/04-taosx.md new file mode 100644 index 0000000000..ea502b74c0 --- /dev/null +++ b/docs-en/07-tools/04-taosx.md @@ -0,0 +1 @@ +# taosX \ No newline at end of file diff --git a/docs-en/07-tools/index.md b/docs-en/07-tools/index.md new file mode 100644 index 0000000000..9ff024720f --- /dev/null +++ b/docs-en/07-tools/index.md @@ -0,0 +1 @@ +# Tools \ No newline at end of file diff --git a/docs-en/08-operation/index.md b/docs-en/08-operation/index.md deleted file mode 100644 index 02fe776ab2..0000000000 --- a/docs-en/08-operation/index.md +++ /dev/null @@ -1 +0,0 @@ -# Administration \ No newline at end of file diff --git a/docs-en/07-third-party/01-grafana.md b/docs-en/08-third-party/01-grafana.md similarity index 100% rename from docs-en/07-third-party/01-grafana.md rename to docs-en/08-third-party/01-grafana.md diff --git a/docs-en/07-third-party/index.md b/docs-en/08-third-party/index.md similarity index 100% rename from docs-en/07-third-party/index.md rename to docs-en/08-third-party/index.md diff --git a/docs-en/09-reference/index.md b/docs-en/09-connector/index.md similarity index 53% rename from docs-en/09-reference/index.md rename to docs-en/09-connector/index.md index 63a35ec732..635b8923dd 100644 --- a/docs-en/09-reference/index.md +++ b/docs-en/09-connector/index.md @@ -1,6 +1,5 @@ -# Reference +# Connector -The reference guide is a detailed introduction to TDengine including various TDengine connectors in different languages, and the tools that come with TDengine. ```mdx-code-block import DocCardList from '@theme/DocCardList'; diff --git a/docs-en/09-reference/java-connector.md b/docs-en/09-connector/java.md similarity index 100% rename from docs-en/09-reference/java-connector.md rename to docs-en/09-connector/java.md diff --git a/docs-en/09-reference/python-connector.md b/docs-en/09-connector/python.md similarity index 100% rename from docs-en/09-reference/python-connector.md rename to docs-en/09-connector/python.md -- GitLab