Merge pull request #27161 from taosdata/docs/wade-3.0
doc: remove _category_.yml
This commit is contained in:
commit
6da729d6a9
|
@ -1 +0,0 @@
|
|||
label: Get Started
|
|
@ -1 +0,0 @@
|
|||
label: Administration
|
|
@ -1 +0,0 @@
|
|||
label: Connect
|
|
@ -1,2 +0,0 @@
|
|||
label: Data Model
|
||||
|
|
@ -1 +0,0 @@
|
|||
label: Insert Data
|
|
@ -1 +0,0 @@
|
|||
label: Query Data
|
|
@ -1 +0,0 @@
|
|||
label: Developer Guide
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: taosAdapter
|
||||
title: taosAdapter Reference Guide
|
||||
sidebar_label: taosAdapter
|
||||
description: This document describes how to use taosAdapter, a TDengine companion tool that acts as a bridge and adapter between TDengine clusters and applications.
|
||||
---
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
sidebar_label: taosKeeper
|
||||
title: taosKeeper
|
||||
title: taosKeeper Reference Guide
|
||||
description: This document describes how to use taosKeeper, a tool for exporting TDengine monitoring metrics.
|
||||
---
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: TDengine Command Line Interface (CLI)
|
||||
sidebar_label: Command Line Interface
|
||||
sidebar_label: TDengine CLI
|
||||
description: This document describes how to use the TDengine CLI.
|
||||
---
|
||||
|
||||
|
|
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
title: Components Reference Guide
|
||||
sidebar_label: Components
|
||||
---
|
||||
|
||||
In this section we will explain the major TDengine components, including their functionalities, command line parameters, configurations, etc.
|
||||
|
||||
```mdx-code-block
|
||||
import DocCardList from '@theme/DocCardList';
|
||||
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
|
||||
|
||||
<DocCardList items={useCurrentSidebarCategory().items}/>
|
||||
```
|
|
@ -1 +0,0 @@
|
|||
label: TDengine SQL
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: TDengine SQL
|
||||
title: SQL Reference Guide
|
||||
sidebar_label: SQL
|
||||
description: This document describes the syntax and functions supported by TDengine SQL.
|
||||
---
|
||||
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
label: "Client Libraries"
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Client Libraries
|
||||
title: Connector Reference Guide
|
||||
sidebar_label: Connectors
|
||||
description: This document describes the client libraries that TDengine provides to interface with various programming languages.
|
||||
---
|
||||
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
label: supported platforms
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: List of supported platforms
|
||||
title: Supported Platforms
|
||||
sidebar_label: Supported Platforms
|
||||
description: This document describes the supported platforms for the TDengine server, client, and client libraries.
|
||||
---
|
||||
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
label: Configuration
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Configuration Parameters
|
||||
title: Configuration Parmeters
|
||||
sidebar_label: Configurations
|
||||
description: This document describes the configuration parameters for the TDengine server and client.
|
||||
---
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Schemaless Writing
|
||||
sidebar_label: Schemaless
|
||||
description: This document describes how to use the schemaless write component of TDengine.
|
||||
---
|
||||
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
label: Schemaless writing
|
|
@ -1 +0,0 @@
|
|||
label: Reference
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: Reference
|
||||
title: Reference Manual
|
||||
description: This document describes TDengine utilities.
|
||||
---
|
||||
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
label: Third Party Tools
|
||||
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Third Party Tools
|
||||
sidebar_label: 3rd Party
|
||||
description: This document describes how to integrate TDengine with various third-party tools.
|
||||
---
|
||||
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
label: Application Practice
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Application Practice
|
||||
title: Application Practices
|
||||
sidebar_label: Application Practices
|
||||
description: This document describes some examples of building systems around TDengine.
|
||||
---
|
||||
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
label: Inside TDengine
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: TDengine Inside
|
||||
sidebar_label: TDengine Inside
|
||||
description: This document describes the internals of TDengine from an architectural perspective.
|
||||
---
|
||||
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
label: FAQ & Others
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: FAQ & Others
|
||||
sidebar_label: FAQ
|
||||
description: This document describes common issues related with TDengine.
|
||||
---
|
||||
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
label: Releases
|
Loading…
Reference in New Issue