From f3899fc4ba5f2b5a7f1de92f4fafe123670029fd Mon Sep 17 00:00:00 2001 From: Sam Zhou Date: Fri, 11 Oct 2024 16:05:59 +0800 Subject: [PATCH] fix images --- .../cloud4/modules/gsql-editor/pages/index.adoc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/modules/cloud4/modules/gsql-editor/pages/index.adoc b/modules/cloud4/modules/gsql-editor/pages/index.adoc index 1b4d5121..f981eb81 100644 --- a/modules/cloud4/modules/gsql-editor/pages/index.adoc +++ b/modules/cloud4/modules/gsql-editor/pages/index.adoc @@ -8,16 +8,16 @@ The GSQL Editor is a powerful tool for developing and executing GSQL queries, al The GSQL Editor contains 4 work areas: image::Screenshot 2024-10-11 at 11.39.23.png[] -* Left image:left.png - GSQL xref:gsql-editor:index.adoc#_file_list[File List ] Panel. -* Bottom image:bottom.png - GSQL Result Panel. -* Right image:right.png Schema Designer Panel. +* Left image:left.png[] - GSQL xref:gsql-editor:index.adoc#_file_list[File List ] Panel. +* Bottom image:bottom.png[] - GSQL Result Panel. +* Right image:right.png[] Schema Designer Panel. + [NOTE] ==== For more details please see xref:cloud4:schema-designer:index.adoc[]. ==== -* Main area image:main.png Main GSQL Editing Panel. +* Main area image:main.png[] Main GSQL Editing Panel. [TIP] ==== @@ -92,18 +92,18 @@ The Query List in the GSQL Editor provides an overview of all custom queries for * View all custom queries for the current graph. -image::queries.png +image::queries.png[] * Create a query by clicking on the btn:[ + ] button on the side of the target graph. -image::add-query.png +image::add-query.png[] [TIP] ==== This feature helps you quickly view and edit custom queries on your graph. ==== -image::query-details.png +image::query-details.png[] * Edit existing queries by selecting the query and clicking the btn:[ Edit ] button. @@ -111,7 +111,7 @@ image::query-details.png * If the query is not installed, you can install the query by selecting the query and clicking the btn:[ Install ] button. -image::install-query.png +image::install-query.png[] == Edit Schema