14 lines
400 B
Markdown
14 lines
400 B
Markdown
---
|
|
title: TDengine Reference
|
|
slug: /tdengine-reference
|
|
---
|
|
|
|
The reference manual provides the most detailed introduction to TDengine itself, TDengine connectors for various languages, and built-in tools.
|
|
|
|
```mdx-code-block
|
|
import DocCardList from '@theme/DocCardList';
|
|
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
|
|
|
|
<DocCardList items={useCurrentSidebarCategory().items}/>
|
|
```
|