Skip to content

Commit

Permalink
fix nav (#2752)
Browse files Browse the repository at this point in the history
* fix nav

* update

* update
  • Loading branch information
cooper-lzy authored May 9, 2023
1 parent e5e6e0f commit b4d5e28
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 16 deletions.
8 changes: 8 additions & 0 deletions docs-2.0/20.appendix/learning-path.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,17 @@

- 备份与恢复

{{ comm.comm_begin }}
| 文档 | 视频 |
| ------------------------|------------------------------------ |
|[Nebula BR](../backup-and-restore/nebula-br/1.what-is-br.md)|[{{nebula.name}}容灾备份工具 nebula-br](https://www.bilibili.com/video/BV11L4y1g7rD)|
{{ comm.comm_end }}

{{ ent.ent_begin }}
| 文档 | 视频 |
| ------------------------|------------------------------------ |
|[Nebula BR](../backup-and-restore/nebula-br-ent/1.what-is-br.md)|-|
{{ ent.ent_end }}

- 性能测试

Expand Down
2 changes: 2 additions & 0 deletions docs-2.0/20.appendix/write-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
有多种方式可以写入{{nebula.name}} {{ nebula.release }}:

- 使用[命令行 -f 的方式](../2.quick-start/3.quick-start-on-premise/3.connect-to-nebula-graph.md)导入:可以导入少量准备好的 nGQL 文件,适合少量手工测试数据准备;
{{ comm.comm_begin }}
- 使用 [studio 导入](../nebula-studio/quick-start/st-ug-import-data.md):可以用过浏览器导入本机多个 csv 文件,格式有限制;
{{ comm.comm_end }}
- 使用 [importer 导入](../nebula-importer/use-importer.md):导入单机多个 csv 文件,大小没有限制,格式灵活;数据量十亿级以内;
- 使用 [Exchange 导入](../nebula-exchange/about-exchange/ex-ug-what-is-exchange.md):从 Neo4j, Hive, MySQL 等多种源分布式导入,需要有 Spark 集群;数据量十亿级以上
- 使用 [Spark-connector](../nebula-spark-connector.md)/[Flink-connector](../nebula-flink-connector.md) 导入:有相应组件 (Spark/Flink),撰写少量代码;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@
| 9093 | Alertmanager 服务的端口。接收 Prometheus 告警,发送告警通知给{{dashboard_ent.name}}。|
| 9100 | node-exporter 的服务端口。在集群创建后,自动部署在目标机器内,收集集群中机器的资源信息,包括 CPU、内存、负载、磁盘和流量。 |

- [准备 License](11.dashboard-ent-license.md)

!!! enterpriseonly

License 仅在企业版提供,申请 License 需填写 [{{dashboard_ent.name}}试用申请](https://wj.qq.com/s2/10158890/69a8)。

## 使用 TAR 包部署

### 安装
Expand Down
18 changes: 8 additions & 10 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,12 @@ nav:
- : 1.introduction/0-0-graph.md
- 图数据库: 1.introduction/0-1-graph-database.md
- 相关技术: 1.introduction/0-2.relates.md
# nav.ent.begin
- 什么是悦数图数据库: 1.introduction/1.what-is-nebula-graph.md
# nav.ent.end
# nav.comm.begin
- 什么是 NebulaGraph: 1.introduction/1.what-is-nebula-graph.md
# nav.comm.end
- 数据模型: 1.introduction/2.data-model.md
- 路径: 1.introduction/2.1.path.md
- VID: 1.introduction/3.vid.md
Expand Down Expand Up @@ -530,9 +535,6 @@ nav:
# nav.comm.begin
- 安装存算合并版 NebulaGraph: 4.deployment-and-installation/standalone-deployment.md
# nav.comm.end
# nav.ent.begin
- 设置 NebulaGraph 企业版 License: 4.deployment-and-installation/deploy-license.md
# nav.ent.end
- 管理服务: 4.deployment-and-installation/manage-service.md
- 连接服务: 4.deployment-and-installation/connect-to-nebula-graph.md
- 管理 Storage 主机: 4.deployment-and-installation/manage-storage-host.md
Expand All @@ -542,7 +544,7 @@ nav:
# nav.comm.begin
- 升级 NebulaGraph 至 v3.4(社区版): 4.deployment-and-installation/3.upgrade-nebula-graph/upgrade-nebula-graph-to-latest.md
# nav.comm.end
- 升级 v3.x 至 v3.4(社区版): 4.deployment-and-installation/3.upgrade-nebula-graph/upgrade-nebula-from-300-to-latest.md
# - 升级 v3.x 至 v3.4(社区版): 4.deployment-and-installation/3.upgrade-nebula-graph/upgrade-nebula-from-300-to-latest.md
# nav.ent.begin
- 升级悦数图数据库至 v3.4(企业版): 4.deployment-and-installation/3.upgrade-nebula-graph/upgrade-nebula-ent-from-3.x-3.4.md
# nav.ent.end
Expand Down Expand Up @@ -674,8 +676,7 @@ nav:
- 连接数据库错误: nebula-studio/troubleshooting/st-ug-config-server-errors.md
- 无法访问 Studio: nebula-studio/troubleshooting/st-ug-connection-errors.md
- Studio 常见问题: nebula-studio/troubleshooting/st-ug-faq.md
# nav.comm.end

# nav.comm.end
# nav.comm.begin
- NebulaGraph Dashboard(社区版):
- 什么是 NebulaGraph Dashboard: nebula-dashboard/1.what-is-dashboard.md
Expand All @@ -690,7 +691,6 @@ nav:
- 什么是悦数运维监控: nebula-dashboard-ent/1.what-is-dashboard-ent.md
- 部署悦数运维监控: nebula-dashboard-ent/2.deploy-connect-dashboard-ent.md
- 连接悦数运维监控: nebula-dashboard-ent/3.connect-dashboard.md
- 悦数运维监控 License: nebula-dashboard-ent/11.dashboard-ent-license.md
- 创建及导入集群:
- 创建集群: nebula-dashboard-ent/3.create-import-dashboard/1.create-cluster.md
- 导入集群: nebula-dashboard-ent/3.create-import-dashboard/2.import-cluster.md
Expand All @@ -700,10 +700,9 @@ nav:
- 通知: nebula-dashboard-ent/4.cluster-operator/9.notification.md
- 分析诊断:
- 慢查询分析: nebula-dashboard-ent/4.cluster-operator/analysis-diagnosis/slow-query-analyst.md
- 集群诊断: nebula-dashboard-ent/4.cluster-operator/analysis-diagnosis/cluster-diagnosis.md
- 集群诊断: nebula-dashboard-ent/4.cluster-operator/analysis-diagnosis/cluster-diagnosis.md
- 集群信息:
- 信息总览: 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/audit-log.md
- 运行日志: nebula-dashboard-ent/4.cluster-operator/cluster-information/runtime-log.md
Expand Down Expand Up @@ -853,7 +852,6 @@ nav:
- NebulaGraph Algorithm: graph-computing/nebula-algorithm.md
# nav.ent.begin
- 悦数图计算: graph-computing/nebula-analytics.md
- 悦数图计算 License: graph-computing/analytics-ent-license.md
- 悦数图探索工作流: graph-computing/use-explorer.md
# nav.ent.end
- NebulaGraph Spark Connector: nebula-spark-connector.md
Expand Down

0 comments on commit b4d5e28

Please sign in to comment.