Merge pull request #27161 from taosdata/docs/wade-3.0

doc: remove _category_.yml
This commit is contained in:
wade zhang 2024-08-12 16:23:59 +08:00 committed by GitHub
commit 6da729d6a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
32 changed files with 31 additions and 29 deletions

View File

@ -1 +0,0 @@
label: Get Started

View File

@ -1 +0,0 @@
label: Administration

View File

@ -1 +0,0 @@
label: Connect

View File

@ -1,2 +0,0 @@
label: Data Model

View File

@ -1 +0,0 @@
label: Insert Data

View File

@ -1 +0,0 @@
label: Query Data

View File

@ -1 +0,0 @@
label: Developer Guide

View File

@ -1,5 +1,5 @@
--- ---
title: taosAdapter title: taosAdapter Reference Guide
sidebar_label: taosAdapter 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. description: This document describes how to use taosAdapter, a TDengine companion tool that acts as a bridge and adapter between TDengine clusters and applications.
--- ---

View File

@ -1,6 +1,6 @@
--- ---
sidebar_label: taosKeeper sidebar_label: taosKeeper
title: taosKeeper title: taosKeeper Reference Guide
description: This document describes how to use taosKeeper, a tool for exporting TDengine monitoring metrics. description: This document describes how to use taosKeeper, a tool for exporting TDengine monitoring metrics.
--- ---

View File

@ -1,6 +1,6 @@
--- ---
title: TDengine Command Line Interface (CLI) 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. description: This document describes how to use the TDengine CLI.
--- ---

View File

@ -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}/>
```

View File

@ -1 +0,0 @@
label: TDengine SQL

View File

@ -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. description: This document describes the syntax and functions supported by TDengine SQL.
--- ---

View File

@ -1 +0,0 @@
label: "Client Libraries"

View File

@ -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. description: This document describes the client libraries that TDengine provides to interface with various programming languages.
--- ---

View File

@ -1 +0,0 @@
label: supported platforms

View File

@ -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. description: This document describes the supported platforms for the TDengine server, client, and client libraries.
--- ---

View File

@ -1 +0,0 @@
label: Configuration

View File

@ -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. description: This document describes the configuration parameters for the TDengine server and client.
--- ---

View File

@ -1,5 +1,6 @@
--- ---
title: Schemaless Writing title: Schemaless Writing
sidebar_label: Schemaless
description: This document describes how to use the schemaless write component of TDengine. description: This document describes how to use the schemaless write component of TDengine.
--- ---

View File

@ -1 +0,0 @@
label: Schemaless writing

View File

@ -1 +0,0 @@
label: Reference

View File

@ -1,5 +1,5 @@
--- ---
title: Reference title: Reference Manual
description: This document describes TDengine utilities. description: This document describes TDengine utilities.
--- ---

View File

@ -1,2 +0,0 @@
label: Third Party Tools

View File

@ -1,5 +1,6 @@
--- ---
title: Third Party Tools title: Third Party Tools
sidebar_label: 3rd Party
description: This document describes how to integrate TDengine with various third-party tools. description: This document describes how to integrate TDengine with various third-party tools.
--- ---

View File

@ -1 +0,0 @@
label: Application Practice

View File

@ -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. description: This document describes some examples of building systems around TDengine.
--- ---

View File

@ -1 +0,0 @@
label: Inside TDengine

View File

@ -1,5 +1,6 @@
--- ---
title: TDengine Inside title: TDengine Inside
sidebar_label: TDengine Inside
description: This document describes the internals of TDengine from an architectural perspective. description: This document describes the internals of TDengine from an architectural perspective.
--- ---

View File

@ -1 +0,0 @@
label: FAQ & Others

View File

@ -1,5 +1,6 @@
--- ---
title: FAQ & Others title: FAQ & Others
sidebar_label: FAQ
description: This document describes common issues related with TDengine. description: This document describes common issues related with TDengine.
--- ---

View File

@ -1 +0,0 @@
label: Releases