Skip to content

Commit

Permalink
ESQL small doc improvement (#101226) (#101252)
Browse files Browse the repository at this point in the history
Move command list to the top

Co-authored-by: Alexandros Batsakis <[email protected]>
(cherry picked from commit 48f1e4c)

Co-authored-by: AlexB <[email protected]>
  • Loading branch information
abdonpijpelink and abatsakis authored Oct 24, 2023
1 parent a139eab commit 028d10d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/reference/esql/esql-commands.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// tag::source_commands[]
==== Source commands

An {esql} source command produces a table, typically with data from {es}.
An {esql} source command produces a table, typically with data from {es}. An {esql} query must start with a source command.

image::images/esql/source-command.svg[A source command producing a table from {es},align="center"]

Expand All @@ -18,10 +18,6 @@ image::images/esql/source-command.svg[A source command producing a table from {e
* <<esql-row>>
* <<esql-show>>

include::source-commands/from.asciidoc[]
include::source-commands/row.asciidoc[]
include::source-commands/show.asciidoc[]

// end::source_command[]

// tag::proc_commands[]
Expand All @@ -47,6 +43,12 @@ image::images/esql/processing-command.svg[A processing command changing an input
* <<esql-stats-by>>
* <<esql-where>>

// end::proc_command[]

include::source-commands/from.asciidoc[]
include::source-commands/row.asciidoc[]
include::source-commands/show.asciidoc[]

include::processing-commands/dissect.asciidoc[]
include::processing-commands/drop.asciidoc[]
include::processing-commands/enrich.asciidoc[]
Expand All @@ -59,5 +61,3 @@ include::processing-commands/rename.asciidoc[]
include::processing-commands/sort.asciidoc[]
include::processing-commands/stats.asciidoc[]
include::processing-commands/where.asciidoc[]

// end::proc_command[]

0 comments on commit 028d10d

Please sign in to comment.