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

369 B

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.

import DocCardList from '@theme/DocCardList';
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';

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