homework-jianmu/docs/en/14-reference/index.md

15 lines
498 B
Markdown

---
title: TDengine Reference
description: Detailed descriptions of various components in TDengine
slug: /tdengine-reference
---
The reference manual provides the most comprehensive introduction to TDengine itself, along with detailed explanations of TDengine's language connectors and built-in tools.
```mdx-code-block
import DocCardList from '@theme/DocCardList';
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
<DocCardList items={useCurrentSidebarCategory().items}/>
```