parent
f534bc7745
commit
b9bfeddcd1
|
@ -2,11 +2,11 @@
|
||||||
title: Reference
|
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.
|
The reference guide is a detailed introduction to TDengine including various TDengine connectors in different languages, and the tools that come with TDengine.
|
||||||
|
|
||||||
```mdx-code-block
|
```mdx-code-block
|
||||||
import DocCardList from '@theme/DocCardList';
|
import DocCardList from '@theme/DocCardList';
|
||||||
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
|
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
|
||||||
|
|
||||||
<DocCardList items={useCurrentSidebarCategory().items}/>
|
<DocCardList items={useCurrentSidebarCategory().items}/>
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue