Skip to content

Commit

Permalink
Update README.md (#1215)
Browse files Browse the repository at this point in the history
* Update README.md

* Update docs-2.0/README.md
  • Loading branch information
randomJoe211 authored Apr 2, 2022
1 parent f1a262d commit 204d9d7
Showing 1 changed file with 10 additions and 14 deletions.
24 changes: 10 additions & 14 deletions docs-2.0/README.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,28 @@
# Welcome to Nebula Graph {{ nebula.release }} Documentation

!!! note "Check [new features](20.appendix/releasenote.md)"
!!! note "[View release notes](20.appendix/releasenote.md)"

This manual is revised on {{ now().year }}-{{ now().month }}-{{ now().day }}, with [GitHub commit](https://github.com/vesoft-inc/nebula-docs/commits/v{{nebula.release}}) {{ git.short_commit }}.

<!--
!!! note "This manual is revised on {{ now().year }}-{{ now().month }}-{{ now().day }}, with [GitHub commit](https://github.com/vesoft-inc/nebula-docs/commits/master) {{ git.short_commit }}."
-->
This manual is revised on {{ now().year }}-{{ now().month }}-{{ now().day }}, with GitHub commit [{{ git.short_commit }}](https://github.com/vesoft-inc/nebula-docs/commits/v{{nebula.release}}).

Nebula Graph is a distributed, scalable, and lightning-fast graph database. It is the optimal solution in the world capable of hosting graphs with dozens of billions of vertices (nodes) and trillions of edges (relationships) with millisecond latency.

## Getting started

* [Learning path](20.appendix/learning-path.md)
* [What is Nebula Graph](1.introduction/1.what-is-nebula-graph.md)
* [Quick start workflow](2.quick-start/1.quick-start-workflow.md)
* [Configuration](4.deployment-and-installation/1.resource-preparations.md)
* [Quick start](2.quick-start/1.quick-start-workflow.md)
* [Preparations before deployment](4.deployment-and-installation/1.resource-preparations.md)
* [nGQL cheatsheet](2.quick-start/6.cheatsheet-for-ngql.md)
* [FAQ](20.appendix/0.FAQ.md)
* [Ecosystem Tools](20.appendix/6.eco-tool-version.md)

## Other Sources

- [Nebula Graph Homepage](https://nebula-graph.io/)
- [Release note](20.appendix/releasenote.md)
- [Release notes](20.appendix/releasenote.md)
- [Forum](https://discuss.nebula-graph.io/)
- [Blog](https://nebula-graph.io/posts/)
- [Video](https://www.youtube.com/channel/UC73V8q795eSEMxDX4Pvdwmw)
- [Blogs](https://nebula-graph.io/posts/)
- [Videos](https://www.youtube.com/channel/UC73V8q795eSEMxDX4Pvdwmw)
- [Chinese Docs](https://docs.nebula-graph.com.cn/)

## Symbols used in this manual
Expand Down Expand Up @@ -55,15 +51,15 @@ This manual has over 80 compatibilities and corresponding tips.

!!! faq

Common questions.
Frequently asked questions.

!!! compatibility

The compatibility between nGQL and openCypher, or between the current version of nGQL and its prior ones.
The compatibility notes between nGQL and openCypher, or between the current version of nGQL and its prior ones.

!!! enterpriseonly

Differences between the Nebula Graph Open Source and Enterprise editions.
Differences between the Nebula Graph Community and Enterprise editions.

## Modify errors

Expand Down

0 comments on commit 204d9d7

Please sign in to comment.