diff --git a/docs-2.0-en/4.deployment-and-installation/2.compile-and-install-nebula-graph/8.deploy-nebula-graph-with-lite.md b/docs-2.0-en/4.deployment-and-installation/2.compile-and-install-nebula-graph/8.deploy-nebula-graph-with-lite.md index d3158069d87..22586885857 100644 --- a/docs-2.0-en/4.deployment-and-installation/2.compile-and-install-nebula-graph/8.deploy-nebula-graph-with-lite.md +++ b/docs-2.0-en/4.deployment-and-installation/2.compile-and-install-nebula-graph/8.deploy-nebula-graph-with-lite.md @@ -16,7 +16,7 @@ Using [NebulaGraph Lite](https://github.com/nebula-contrib/nebulagraph-lite) can pip3 install nebulagraph-lite ``` -2. Start NebulaGraph Lite。 +2. Start NebulaGraph Lite. NebulaGraph Lite automatically deploys and starts a single-node NebulaGraph service, and imports a test dataset. - Start from Jupyter Notebook diff --git a/docs-2.0-zh/4.deployment-and-installation/2.compile-and-install-nebula-graph/8.deploy-nebula-graph-with-lite.md b/docs-2.0-zh/4.deployment-and-installation/2.compile-and-install-nebula-graph/8.deploy-nebula-graph-with-lite.md index fde2221f9f7..ab36fc00316 100644 --- a/docs-2.0-zh/4.deployment-and-installation/2.compile-and-install-nebula-graph/8.deploy-nebula-graph-with-lite.md +++ b/docs-2.0-zh/4.deployment-and-installation/2.compile-and-install-nebula-graph/8.deploy-nebula-graph-with-lite.md @@ -1,6 +1,6 @@ # 使用 NebulaGraph Lite 部署 {{nebula.name}} -使用 NebulaGraph Lite 可以快速安装部署 {{nebula.name}},仅需五分钟即可开始体验 {{nebula.name}} 图数据库,适用于临时开发、学习 {{nebula.name}}。 +使用 [NebulaGraph Lite](https://github.com/nebula-contrib/nebulagraph-lite) 可以快速安装部署 {{nebula.name}},仅需五分钟即可开始体验 {{nebula.name}} 图数据库,适用于临时开发、学习 {{nebula.name}}。 ## 优势 @@ -16,7 +16,7 @@ pip3 install nebulagraph-lite ``` -2. 启动 NebulaGraph Lite。 +2. 启动 NebulaGraph Lite。NebulaGraph Lite 会自动部署并启动单节点 {{nebula.name}} 服务,以及导入测试数据集。 - 从 Jupyter Notebook 启动 @@ -51,4 +51,4 @@ Info: loading basketballplayer dataset... ## 下一步 - 使用[NebulaGraph Jupyter Extension](https://jupyter-nebulagraph.readthedocs.io/en/latest/)连接 {{nebula.name}}。 -- 使用[NebulaGraph Console](../connect-to-nebula-graph.md)连接 {{nebula.name}}。 \ No newline at end of file +- 使用[NebulaGraph Console](../connect-to-nebula-graph.md)连接 {{nebula.name}}。