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

only-provide-nebula-ent-package-in-Dashboard #1899

Merged
merged 2 commits into from
Jun 23, 2022
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/nebula-dashboard-ent/1.what-is-dashboard-ent.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Nebula Graph 的版本和 Dashboard 企业版的版本对应关系如下。

|Nebula Graph 版本|Dashboard 版本|
|:---|:---|
|2.5.x ~ 3.1.x|3.0.0|
|2.5.x ~ 3.1.x|3.0.4|
|2.5.1 ~ 3.0.0|1.1.0|
|2.0.1 ~ 2.6.1|1.0.2|
|2.0.1 ~ 2.6.1|1.0.1|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@

!!! note

Dashboard 默认内置部分社区版的 Nebula Graph 安装包。如果用户需要安装企业版 Nebula Graph,需要先手动添加相应的安装包至`nebula-dashboard-ent/download/nebula-graph`路径下,然后才能看到相应的安装版本。
Dashboard 默认内置企业版的 Nebula Graph 安装包。如果用户需要安装其他版本 Nebula Graph,需要先手动添加相应的安装包至`nebula-dashboard-ent/download/nebula-graph`路径下,然后才能看到相应的安装版本。

- 单击**上传证书**。

!!! note

如果选择创建社区版的 Nebula Graph,则不需要上传 License 证书,忽略此步骤。
如果创建社区版的 Nebula Graph,则不需要上传 License 证书,忽略此步骤。

- 添加节点信息,提供两种方式:

Expand Down
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ extra:
base100: 1.0.0
branch: v1.1.1
dashboard_ent:
release: 3.0.0
tag: v3.0.0
release: 3.0.4
tag: v3.0.4
branch: release-3.0
console:
release: 3.0.0
Expand Down