homework-jianmu/docs/zh/14-reference/02-tools/index.md

13 lines
314 B
Markdown

---
title: 工具
description: TDengine 工具
---
本节详细说明 TDengine 中的主要工具的功能和用法。
```mdx-code-block
import DocCardList from '@theme/DocCardList';
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
<DocCardList items={useCurrentSidebarCategory().items}/>
```