Skip to content

Commit

Permalink
publish 3.2.0-ent docs (#1929)
Browse files Browse the repository at this point in the history
* publish 3.2.0-ent docs

* update

* update

* update

* Update mkdocs.yml

Co-authored-by: abby.huang <78209557+abby-cyber@users.noreply.github.com>

Co-authored-by: abby.huang <78209557+abby-cyber@users.noreply.github.com>
  • Loading branch information
cooper-lzy and abby-cyber committed Jul 1, 2022
1 parent b154194 commit 67d96b3
Show file tree
Hide file tree
Showing 6 changed files with 191 additions and 248 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Publish docs via GitHub Pages
on:
push:
branches:
- master
- v3.2.0

jobs:
deploy:
Expand All @@ -26,7 +26,7 @@ jobs:

- name: mike
run: |
mike deploy master -p --rebase
mike deploy 3.2.0 -p --rebase
mike list
- name: show git branch
Expand All @@ -36,7 +36,7 @@ jobs:
git checkout gh-pages
- name: Compress
run: |
tar -vczf nebula-docs.tar.gz master versions.json *.html
tar -vczf nebula-docs.tar.gz 3.2.0 versions.json *.html
- name: Transfer
# uses: garygrossgarten/github-action-scp@release
Expand All @@ -59,7 +59,7 @@ jobs:
mkdir -p /usr/web/nebula-docs/
tar -xzf /usr/web/nebula-docs.tar.gz -C /usr/web/nebula-docs/
mkdir -p /usr/web/nebula-docs/site/pdf/
cp -f /usr/web/nebula-docs/master/pdf/NebulaGraph-CN.pdf /usr/web/nebula-docs/site/pdf/NebulaGraph-book.pdf
cp -f /usr/web/nebula-docs/3.2.0/pdf/NebulaGraph-CN.pdf /usr/web/nebula-docs/site/pdf/NebulaGraph-book.pdf
# pip3 install --upgrade pip
# pip3 install -r /usr/web/nebula-docs/requirement.txt
Expand Down
6 changes: 3 additions & 3 deletions docs-2.0/20.appendix/release-note.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@

- 剔除点的预测过滤器。 [#4249](https://github.com/vesoft-inc/nebula/pull/4249)

- 减少移动数据时连接操作的数据复制量[#4283](https://github.com/vesoft-inc/nebula/pull/4283)
- 减少连接操作的数据复制量[#4283](https://github.com/vesoft-inc/nebula/pull/4283)

- 通过下标获取属性值,减少属性查询的时间。 [#4242](https://github.com/vesoft-inc/nebula/pull/4242)

- 优化查询最短路径的性能。 [#4071](https://github.com/vesoft-inc/nebula/pull/4071)

- 优化查询子图的循环条件。 [#4226](https://github.com/vesoft-inc/nebula/pull/4226)

- 减少移动数据时 Traverse 和 AppendVertices 操作符的数据复制量。 [#4176](https://github.com/vesoft-inc/nebula/pull/4176)
- 减少 Traverse 和 AppendVertices 操作符的数据复制量。 [#4176](https://github.com/vesoft-inc/nebula/pull/4176)

- 改善优化规则,去除无效的项目操作符。 [#4157](https://github.com/vesoft-inc/nebula/pull/4157)

Expand All @@ -46,7 +46,7 @@

- 修复查找具有 NULL 属性的索引时 Storage 服务崩溃的问题。 [#4234](https://github.com/vesoft-inc/nebula/pull/4234)

- 修复重启后独立守护进程退出的缺陷[#4269](https://github.com/vesoft-inc/nebula/pull/4269)
- 修复存算合并版 Nebula Graph 重启后守护进程退出的缺陷[#4269](https://github.com/vesoft-inc/nebula/pull/4269)

- 修复 GraphViz 在线工具由于两次 JSON 转换导致 Join 点格式的解释结果不正确的缺陷。 [#4280](https://github.com/vesoft-inc/nebula/pull/4280)

Expand Down
65 changes: 1 addition & 64 deletions docs-2.0/README.md
Original file line number Diff line number Diff line change
@@ -1,66 +1,3 @@
# 欢迎阅读 Nebula Graph {{ nebula.release }} 文档

!!! Note "[查看版本发布说明](20.appendix/release-note.md)"

本文档更新时间{{ now().year }}-{{ now().month }}-{{ now().day }},GitHub commit [{{ git.short_commit }}](https://github.com/vesoft-inc/nebula-docs/commits/v{{nebula.release}})。

Nebula Graph 是一款开源的、分布式的、易扩展的原生图数据库,能够承载数千亿个点和数万亿条边的超大规模数据集,并且提供毫秒级查询。

## 快速开始
* [学习路径](20.appendix/learning-path.md)[获取认证](https://academic.nebula-graph.io/?lang=ZH_CN)
* [什么是 Nebula Graph](1.introduction/1.what-is-nebula-graph.md)
* [快速开始](2.quick-start/1.quick-start-workflow.md)
* [部署要求](4.deployment-and-installation/1.resource-preparations.md)
* [nGQL 命令汇总](2.quick-start/6.cheatsheet-for-ngql-command.md)
* [FAQ](20.appendix/0.FAQ.md)
* [生态工具](20.appendix/6.eco-tool-version.md)

## 其他资料

- [Nebula
Graph 完全指南](https://docs.nebula-graph.com.cn/site/pdf/NebulaGraph-book.pdf)[摘要版本](https://arxiv.org/abs/2206.07278)
- [发布说明](20.appendix/release-note.md)
- [论坛](https://discuss.nebula-graph.com.cn/)
- [项目主页](https://nebula-graph.com.cn/)
- [系列视频](https://space.bilibili.com/472621355)
- [英文文档](https://docs.nebula-graph.io/)

## 图例说明

<!--
本文有 40+ 个 caution。
本文有 30+ 个 danger。
本文有 80+ 个 compatibility 和兼容性提示。
-->

!!! note

额外的信息或者操作相关的提醒等。

!!! caution

需要严格遵守的注意事项。不遵守 caution 可能导致系统故障、数据丢失、安全问题等。

!!! danger

会引发危险的事项。不遵守 danger 必定会导致系统故障、数据丢失、安全问题等。

!!! performance

性能调优时需要注意的事项。

!!! faq

常见问题。

!!! compatibility

nGQL 与 openCypher 的兼容性或 nGQL 当前版本与历史版本的兼容性。

!!! enterpriseonly

描述社区版和企业版的差异。

## 修改文档中的错误

Nebula Graph 文档以 Markdown 语言编写。单击文档标题右上侧的铅笔图标即可提交修改建议。
!!! caution "企业版 3.2.0 已发布,社区版 3.2.0 及周边生态工具尚未发布,敬请期待!"
5 changes: 4 additions & 1 deletion docs-2.0/graph-computing/nebula-analytics.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ Nebula Analytics 是一款高性能图计算框架工具,支持对 Nebula Grap

## 适用场景

支持将数据源为 Nebula Graph 集群、HDFS 上的 CSV 文件或本地 CSV 文件中的数据导入 Nebula Analytics,并将图计算结果输出至 Nebula Graph 集群、HDFS 上的 CSV 文件或本地 CSV 文件。
Nebula Analytics 支持将数据源为 Nebula Graph 集群、HDFS 上的 CSV 文件或本地 CSV 文件中的数据导入 Nebula Analytics,并将图计算结果输出至 Nebula Graph 集群、HDFS 上的 CSV 文件或本地 CSV 文件。

Nebula Analytics 还支持结合 Dag Controller 进行复杂的图计算。详情参见[Dag Controller](0.deploy-controller-analytics.md)

## 使用限制

Expand All @@ -21,6 +23,7 @@ Nebula Analytics 版本和 Nebula Graph 内核的版本对应关系如下。
|Nebula Analytics 版本|Nebula Graph 版本|
|:---|:---|
|{{plato.release}}|{{nebula.release}}|
|3.1.0|3.1.0|
|1.0.x|3.0.x|
|0.9.0|2.6.x|

Expand Down
Loading

0 comments on commit 67d96b3

Please sign in to comment.