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

13 lines
405 B
Markdown

---
title: Components Reference Guide
sidebar_label: Components
---
In this section we will explain the major TDengine components, including their functionalities, command line parameters, configurations, etc.
```mdx-code-block
import DocCardList from '@theme/DocCardList';
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
<DocCardList items={useCurrentSidebarCategory().items}/>
```