diff --git a/docs-2.0/nebula-dashboard-ent/4.cluster-operator/cluster-information/backup-and-restore.md b/docs-2.0/nebula-dashboard-ent/4.cluster-operator/operator/backup-and-restore.md similarity index 98% rename from docs-2.0/nebula-dashboard-ent/4.cluster-operator/cluster-information/backup-and-restore.md rename to docs-2.0/nebula-dashboard-ent/4.cluster-operator/operator/backup-and-restore.md index 38198eb391b..26e53c50591 100644 --- a/docs-2.0/nebula-dashboard-ent/4.cluster-operator/cluster-information/backup-and-restore.md +++ b/docs-2.0/nebula-dashboard-ent/4.cluster-operator/operator/backup-and-restore.md @@ -27,8 +27,8 @@ 1. 在 NebulaGraph Dashboard 企业版顶部导航栏,单击**集群管理**。 2. 在目标集群右侧**详情**。 -3. 在左侧导航栏,单击**集群信息**->**备份恢复**。 - +3. 在左侧导航栏,单击**集群操作**->**备份恢复**。 + ### 备份数据 用户通过创建备份文件的方式将备份的数据存至云存储服务中,操作如下: diff --git a/docs-2.0/nebula-dashboard-ent/4.cluster-operator/operator/version-upgrade.md b/docs-2.0/nebula-dashboard-ent/4.cluster-operator/operator/version-upgrade.md index 72975752425..1881c573357 100644 --- a/docs-2.0/nebula-dashboard-ent/4.cluster-operator/operator/version-upgrade.md +++ b/docs-2.0/nebula-dashboard-ent/4.cluster-operator/operator/version-upgrade.md @@ -10,7 +10,7 @@ Dashboard 企业版支持升级现有 NebulaGraph 集群的版本。 !!! note - - 仅支持升级版本不低于 **3.0.0** 的 NebulaGraph 集群。 + - 仅支持升级版本不低于 **3.0.0** 的 NebulaGraph 集群,且最高升级至 **3.2.1** 版本。如需升级至 **3.3.0**,请参见[手动升级文档](../../..//4.deployment-and-installation/3.upgrade-nebula-graph/upgrade-nebula-from-300-to-latest.md)。 - 不支持跨大版本升级集群。 - 支持社区版升级为企业版(需要上传校验 License)或企业版升级为社区版。 - 支持升级为当前大版本内的任意小版本(包括比当前版本低的小版本)。 diff --git a/docs-2.0/nebula-explorer/ex-ug-page-overview.md b/docs-2.0/nebula-explorer/ex-ug-page-overview.md index 59d36d8818d..236779705ff 100644 --- a/docs-2.0/nebula-explorer/ex-ug-page-overview.md +++ b/docs-2.0/nebula-explorer/ex-ug-page-overview.md @@ -13,6 +13,7 @@ NebulaGraph Explorer 由顶部导航栏、左侧导航栏、和画布三大模 | **Explorer** | 可视化探索及分析数据。详情参见[开始探索](graph-explorer/ex-ug-query-exploration.md)、[节点筛选](graph-explorer/node-filtering.md)、[探索拓展](graph-explorer/ex-ug-graph-exploration.md)、[图计算](graph-explorer/graph-algorithm.md)。 | | **Visual Query** | 可视化构造场景进行数据查询。详情参见[可视化查询](12.query-visually.md)。 | | **Workflow** | 可视化构造自定义工作流进行复杂图计算。详情参见[工作流简介](workflow/workflows.md)。| +| ![Schema_drafting](https://docs-cdn.nebula-graph.com.cn/figures/schema_drafting_221110.png) | 在画板上自行设计 Schema,可以直观展示点边关系。详情参见[Schema 草图](db-management/draft.md)。| | ![create_schema](https://docs-cdn.nebula-graph.com.cn/figures/studio-nav-schema.png) | 对 NebulaGraph 图空间进行管理。详情参见[创建 Schema](db-management/10.create-schema.md)。 | | ![import_data](https://docs-cdn.nebula-graph.com.cn/figures/studio-btn-download.png) | 将数据批量导入 NebulaGraph。详情参见[导入数据](db-management/11.import-data.md)。 | | ![Console](https://docs-cdn.nebula-graph.com.cn/figures/nav-console2.png) | 对 NebulaGraph 内的数据使用 nGQL 进行查询操作。详情参见[控制台](db-management/explorer-console.md)。 | diff --git a/mkdocs.yml b/mkdocs.yml index 2713f33208d..097ed5e231e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -593,7 +593,6 @@ nav: - 信息总览: nebula-dashboard-ent/4.cluster-operator/cluster-information/overview-info.md - 集群诊断: nebula-dashboard-ent/4.cluster-operator/cluster-information/cluster-diagnosis.md # - 集群作业管理: nebula-dashboard-ent/4.cluster-operator/cluster-information/job-management.md - - 备份恢复: nebula-dashboard-ent/4.cluster-operator/cluster-information/backup-and-restore.md - 集群操作: - 节点管理: nebula-dashboard-ent/4.cluster-operator/operator/node.md - 扩缩容: nebula-dashboard-ent/4.cluster-operator/operator/scale.md @@ -601,6 +600,7 @@ nav: - 更新配置: nebula-dashboard-ent/4.cluster-operator/operator/update-config.md - 成员管理: nebula-dashboard-ent/4.cluster-operator/operator/member-management.md - 版本升级: nebula-dashboard-ent/4.cluster-operator/operator/version-upgrade.md + - 备份恢复: nebula-dashboard-ent/4.cluster-operator/operator/backup-and-restore.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