index.md 466 字节
Newer Older
D
dingbo 已提交
1 2 3 4
---
title: Administration
---

陶建辉(Jeff)'s avatar
陶建辉(Jeff) 已提交
5 6
This chapter is mainly written for system administrators, covering download, install/uninstall, data import/export, system monitoring, user management, connection management, etc. Capacity planning and system optimization are also covered.

D
dingbo 已提交
7 8 9 10 11
```mdx-code-block
import DocCardList from '@theme/DocCardList';
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';

<DocCardList items={useCurrentSidebarCategory().items}/>
陶建辉(Jeff)'s avatar
陶建辉(Jeff) 已提交
12
```