14 lines
422 B
Markdown
14 lines
422 B
Markdown
---
|
|
title: Components
|
|
slug: /tdengine-reference/components
|
|
---
|
|
|
|
This section provides detailed explanations of the functions, command-line parameters, configuration parameters, etc., of the main product components in TDengine.
|
|
|
|
```mdx-code-block
|
|
import DocCardList from '@theme/DocCardList';
|
|
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
|
|
|
|
<DocCardList items={useCurrentSidebarCategory().items}/>
|
|
```
|