Skip to content

Commit

Permalink
fix images
Browse files Browse the repository at this point in the history
  • Loading branch information
samzhou2 committed Oct 11, 2024
1 parent a81793b commit f3899fc
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions modules/cloud4/modules/gsql-editor/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
====
Expand Down Expand Up @@ -92,26 +92,26 @@ 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.

* Delete queries that are no longer needed by selecting the query and clicking the btn:[ Delete ] button.

* 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

Expand Down

0 comments on commit f3899fc

Please sign in to comment.