Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change en to ent #1180

Merged
merged 2 commits into from
Nov 9, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs-2.0/20.appendix/0.FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ nebula-graphd version 2.5.0, Git: c397299c, Build Time: Aug 19 2021 11:20:18

### 如何扩缩容

用户可以使用 Dashboard(企业版),在可视化页面对 graphd 和 storaged 进行快速扩缩容,详情参见 [集群操作-扩缩容](../nebula-dashboard-en/4.cluster-operator/4.manage.md)。
用户可以使用 Dashboard(企业版),在可视化页面对 graphd 和 storaged 进行快速扩缩容,详情参见 [集群操作-扩缩容](../nebula-dashboard-ent/4.cluster-operator/4.manage.md)。

Nebula Graph {{ nebula.release }} 未提供运维命令以实现自动扩缩容,参考以下步骤:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Dashboard版本和Nebula Graph的版本对应关系如下。

|Dashboard版本|Nebula Graph版本|
|:---|:---|
|{{ dashboard-en.release }}|2.x|
|{{ dashboard_ent.release }}|2.x|

## tar 包部署
### 前提条件
Expand Down Expand Up @@ -98,4 +98,4 @@ $ bash ./scripts/stop.sh
启动成功后,在浏览器地址栏输入`http://<ip_address>:7005`。
在浏览器窗口中看到以下登录界面表示已经成功部署并启动了Dashboard。

![start-page](../nebula-dashboard-en/figs/ds-028.png)
![start-page](../nebula-dashboard-ent/figs/ds-028.png)
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

用户使用默认GOD用户(默认账号为`nebula`,密码为`nebula`)登录,可在权限管理页面,创建或删除ADMIN权限的账号。下图为GOD用户的权限管理页面。

![god](../nebula-dashboard-en/figs/ds-032.png)
![god](../nebula-dashboard-ent/figs/ds-032.png)

用户使用创建的ADMIN账号登陆,不能对其他的账号进行操作,仅能查看用户名、角色、创建时间。下图为ADMIN用户的权限管理页面。

![admin](../nebula-dashboard-en/figs/ds-031.png))
![admin](../nebula-dashboard-ent/figs/ds-031.png))
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
- 快速修改语言,目前仅支持中文和英文。
- 开关帮助提示。

![settings](../nebula-dashboard-en/figs/ds-033.png)
![settings](../nebula-dashboard-ent/figs/ds-033.png)

## 帮助信息

点击帮助信息,可快速跳转至 Dashboard 文档页面、Nebula Graph文档、官网或论坛等页面。

![help](../nebula-dashboard-en/figs/ds-034.png)
![help](../nebula-dashboard-ent/figs/ds-034.png)

## 用户信息

点击右上角 **个人信息** 可修改密码或登出账号。

![information](../nebula-dashboard-en/figs/ds-035.png)
![information](../nebula-dashboard-ent/figs/ds-035.png)
2 changes: 1 addition & 1 deletion docs-2.0/nebula-dashboard/1.what-is-dashboard.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 什么是Nebula Dashboard(社区版)

Nebula Dashboard(简称Dashboard)是一款用于监控Nebula Graph集群中机器和服务状态的可视化工具。本文主要介绍社区版 Dashboard,企业版详情参见 [什么是Nebula Dashboard(企业版)](../nebula-dashboard-en/what-is-dashboard-en.md)。
Nebula Dashboard(简称Dashboard)是一款用于监控Nebula Graph集群中机器和服务状态的可视化工具。本文主要介绍社区版 Dashboard,企业版详情参见 [什么是Nebula Dashboard(企业版)](../nebula-dashboard-ent/what-is-dashboard-ent.md)。

!!! enterpriseonly

Expand Down
30 changes: 15 additions & 15 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ extra:
release: 1.0.1
base100: 1.0.0
branch: v1.0.1
dashboard_en:
dashboard_ent:
release: 1.0.0
console:
release: 2.6.0
Expand Down Expand Up @@ -388,22 +388,22 @@ nav:
- 监控指标说明: nebula-dashboard/6.monitor-parameter.md

- Nebula Dashboard(企业版):
- 什么是Nebula Dashboard(企业版): nebula-dashboard-en/1.what-is-dashboard-en.md
- 部署Dashboard: nebula-dashboard-en/2.deploy-connect-dashboard-en.md
- 什么是Nebula Dashboard(企业版): nebula-dashboard-ent/1.what-is-dashboard-ent.md
- 部署Dashboard: nebula-dashboard-ent/2.deploy-connect-dashboard-ent.md
- 创建及导入集群:
- 创建集群: nebula-dashboard-en/3.create-import-dashboard/1.create-cluster.md
- 导入集群: nebula-dashboard-en/3.create-import-dashboard/2.import-cluster.md
- 创建集群: nebula-dashboard-ent/3.create-import-dashboard/1.create-cluster.md
- 导入集群: nebula-dashboard-ent/3.create-import-dashboard/2.import-cluster.md
- 集群操作:
- 集群总览: nebula-dashboard-en/4.cluster-operator/1.overview.md
- 集群监控: nebula-dashboard-en/4.cluster-operator/2.monitor.md
- 集群信息: nebula-dashboard-en/4.cluster-operator/3.cluster-information.md
- 集群操作: nebula-dashboard-en/4.cluster-operator/4.manage.md
- 操作记录: nebula-dashboard-en/4.cluster-operator/5.operation-record.md
- 其他设置: nebula-dashboard-en/4.cluster-operator/6.settings.md
- 权限管理: nebula-dashboard-en/5.account-management.md
- 系统设置: nebula-dashboard-en/6.system-settings.md
- 监控指标说明: nebula-dashboard-en/7.monitor-parameter.md
- 常见问题FAQ: nebula-dashboard-en/8.faq.md
- 集群总览: nebula-dashboard-ent/4.cluster-operator/1.overview.md
- 集群监控: nebula-dashboard-ent/4.cluster-operator/2.monitor.md
- 集群信息: nebula-dashboard-ent/4.cluster-operator/3.cluster-information.md
- 集群操作: nebula-dashboard-ent/4.cluster-operator/4.manage.md
- 操作记录: nebula-dashboard-ent/4.cluster-operator/5.operation-record.md
- 其他设置: nebula-dashboard-ent/4.cluster-operator/6.settings.md
- 权限管理: nebula-dashboard-ent/5.account-management.md
- 系统设置: nebula-dashboard-ent/6.system-settings.md
- 监控指标说明: nebula-dashboard-ent/7.monitor-parameter.md
- 常见问题FAQ: nebula-dashboard-ent/8.faq.md

- Nebula Explorer:
- 什么是Nebula Explorer: nebula-explorer/about-explorer/ex-ug-what-is-explorer.md
Expand Down