homework-jianmu/docs/zh/07-operation/index.md

13 lines
340 B
Markdown

---
title: 运维管理
toc_max_heading_level: 4
---
本章主要介绍如何规划、建设、维护以及监控 TDengine 集群。
```mdx-code-block
import DocCardList from '@theme/DocCardList';
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
<DocCardList items={useCurrentSidebarCategory().items}/>
```