Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
whitewum authored Sep 18, 2021
1 parent c4f101b commit 685aa88
Showing 1 changed file with 0 additions and 74 deletions.
74 changes: 0 additions & 74 deletions docs-2.0/README.md
Original file line number Diff line number Diff line change
@@ -1,75 +1 @@
!!! danger "新版本已经发布,请升级[新版本](https://docs.nebula-graph.com.cn/)"

<!--
# 欢迎阅读Nebula Graph {{ nebula.release }} 文档
!!! Note "确认正在阅读最新的版本"
本文档更新时间{{ now().year }}-{{ now().month }}-{{ now().day }}, [GitHub commit](https://github.com/vesoft-inc/nebula-docs/commits/v{{nebula.release}}) {{ git.short_commit }}。
<!--
本文档更新时间{{ now().year }}-{{ now().month }}-{{ now().day }}, [GitHub commit](https://github.com/vesoft-inc/nebula-docs/commits/v{{nebula.release}}) {{ git.short_commit }}。
-->

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)
* [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)
- [Release note](20.appendix/releasenote.md)
- [论坛](https://discuss.nebula-graph.com.cn/)
- [项目主页](https://nebula-graph.com.cn/)
- [系列视频](https://space.bilibili.com/472621355)
- [思维导图](20.appendix/mind-map.md)
- [English](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 语言编写。单击文档标题右上侧的铅笔图标即可提交修改建议。
-->

0 comments on commit 685aa88

Please sign in to comment.