index.md 369 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12
---
title: Reference
---

The reference guide is the detailed introduction to TDengine, various TDengine's connectors in different languages, and the tools that come with it.

```mdx-code-block
import DocCardList from '@theme/DocCardList';
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';

<DocCardList items={useCurrentSidebarCategory().items}/>
```