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

405 B

title sidebar_label
Components Reference Guide Components

In this section we will explain the major TDengine components, including their functionalities, command line parameters, configurations, etc.

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

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