Skip to content

Commit 7533939

Browse files
committed
some more updates
1 parent 0a57b2e commit 7533939

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

modules/ROOT/images/plan-view.png

84.7 KB
Loading
53.6 KB
Loading

modules/ROOT/pages/query/command-reference.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ a|
4747
Remove all parameters and then set the parameters to the specified key-value pairs. +
4848
The key-value pairs can be specified as `+{x: 1, y: 2}+`.
4949

50-
[NOTE]
51-
====
52-
Integers will be set as numbers in this form.
53-
====
50+
// [NOTE]
51+
// ====
52+
// Integers will be set as numbers in this form.
53+
// ====
5454

5555
m| :server connect
5656
a| Connect to a Neo4j instance.

modules/ROOT/pages/query/operations.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ You can also use the _Fit to screen_ button to fit all query results into the vi
4646
* Expand the Cypher editor area with the image:expand.svg[width=3%] icon next to the play button in the editor.
4747
* Select a node or a relationship to view its properties.
4848
The nodes already have sensible captions assigned by the Browser, which auto-selects a property from the property list to use as a caption.
49-
To change how your graph looks, see xref:operations/browser-styling.adoc[].
49+
To change how your graph looks, see xref:query/operations.adoc#styling[].
5050
* Right-click a node to *expand* (see its neighbors), *dismiss* it from the visualization, or *unpin* it.
5151
If you double-click a node, you automatically expand it, and if you double-click it again, you undo the expansion.
5252
If you right-click a relationship, you can dismiss it.
@@ -285,10 +285,10 @@ You can clear all currently set parameters from Query by running:
285285
You can set several parameters with the `:params` command, this also clears all currently set parameters.
286286

287287

288-
[NOTE]
289-
====
290-
Integers are set to float with this style.
291-
====
288+
// [NOTE]
289+
// ====
290+
// Integers are set to float with this style.
291+
// ====
292292

293293

294294
.Set several parameters

0 commit comments

Comments
 (0)