From aab11e3b8c277d4afc38becf507ed3a6059350da Mon Sep 17 00:00:00 2001 From: "abby.huang" <78209557+abby-cyber@users.noreply.github.com> Date: Mon, 25 Apr 2022 13:32:40 +0800 Subject: [PATCH] pic error fix (#1289) --- .../3.nebula-graph-architecture/4.storage-service.md | 6 +++--- .../nebula-studio/deploy-connect/st-ug-deploy-by-helm.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs-2.0/1.introduction/3.nebula-graph-architecture/4.storage-service.md b/docs-2.0/1.introduction/3.nebula-graph-architecture/4.storage-service.md index bd157ce7b25..c4d6bc7940c 100644 --- a/docs-2.0/1.introduction/3.nebula-graph-architecture/4.storage-service.md +++ b/docs-2.0/1.introduction/3.nebula-graph-architecture/4.storage-service.md @@ -82,7 +82,7 @@ Graphs consist of vertices and edges. Nebula Graph uses key-value pairs to store Different from Nebula Graph version 2.x, version 3.x added a new key for each vertex. Compared to the old key that still exists, the new key has no `TagID` field and no value. Vertices in Nebula Graph can now live without tags owing to the new key. - ![The vertex structure of Nebula Graph](https://github.com/vesoft-inc/nebula-docs-cn/blob/{{nebula.branch}}/docs-2.0/1.introduction/3.nebula-graph-architecture/3.0-vertex-key.png?raw=true) + ![The vertex structure of Nebula Graph](https://docs-cdn.nebula-graph.com.cn/figures/3.0-vertex-key.png) |Field|Description| |:---|:---| @@ -94,7 +94,7 @@ Graphs consist of vertices and edges. Nebula Graph uses key-value pairs to store - The storage structure of edges - ![The edge structure of Nebula Graph](https://github.com/vesoft-inc/nebula-docs-cn/blob/{{nebula.branch}}/docs-2.0/1.introduction/3.nebula-graph-architecture/3.0-edge-key.png?raw=true) + ![The edge structure of Nebula Graph](https://docs-cdn.nebula-graph.com.cn/figures/3.0-edge-key.png) |Field|Description| |:---|:---| @@ -122,7 +122,7 @@ Since in an ultra-large-scale relational network, vertices can be as many as ten In Nebula Graph, an edge corresponds to two key-value pairs on the hard disk. When there are lots of edges and each has many properties, storage amplification will be obvious. The storage format of edges is shown in the figure below. -![partitioning by edge](https://github.com/vesoft-inc/nebula-docs-cn/blob/{{nebula.branch}}/docs-2.0/1.introduction/3.nebula-graph-architecture/edge-division.png?raw=true) +![partitioning by edge](https://docs-cdn.nebula-graph.com.cn/figures/edge-division.png) In this example, ScrVertex connects DstVertex via EdgeA, forming the path of `(SrcVertex)-[EdgeA]->(DstVertex)`. ScrVertex, DstVertex, and EdgeA will all be stored in Partition x and Partition y as four key-value pairs in the storage layer. Details are as follows: diff --git a/docs-2.0/nebula-studio/deploy-connect/st-ug-deploy-by-helm.md b/docs-2.0/nebula-studio/deploy-connect/st-ug-deploy-by-helm.md index 3bfbbabbf30..fda0a2f2f21 100644 --- a/docs-2.0/nebula-studio/deploy-connect/st-ug-deploy-by-helm.md +++ b/docs-2.0/nebula-studio/deploy-connect/st-ug-deploy-by-helm.md @@ -35,7 +35,7 @@ Before installing Studio, you need to install the following software and ensure If you can see the **Config Server** page on the browser, Studio is started successfully. - ![The Config Server page shows that Studio is started successfully](https://docs-cdn.nebula-graph.com.cn/figures/st-ug-025.png "Studio is started") + ![The Config Server page shows that Studio is started successfully](https://docs-cdn.nebula-graph.com.cn/figures/st-ug-000-en.png "Studio is started") ## Uninstall