15 lines
497 B
Markdown
15 lines
497 B
Markdown
---
|
|
title: Components
|
|
description: TDengine Product Components Reference Manual
|
|
slug: /tdengine-reference/components
|
|
---
|
|
|
|
This section provides a detailed description of the main product components in TDengine, including their functionalities, command-line parameters, configuration options, and more.
|
|
|
|
```mdx-code-block
|
|
import DocCardList from '@theme/DocCardList';
|
|
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
|
|
|
|
<DocCardList items={useCurrentSidebarCategory().items}/>
|
|
```
|