Skip to content

Commit 960222e

Browse files
authored
[DOCS] Make ESQL functions/operators/commands overview accordions open by default (#128197)
1 parent ccc3121 commit 960222e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/reference/query-languages/esql/esql-functions-operators.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,56 +12,67 @@ mapped_pages:
1212
## Functions overview [esql-functions]
1313

1414
::::{dropdown} Aggregate functions
15+
:open:
1516
:::{include} _snippets/lists/aggregation-functions.md
1617
:::
1718
::::
1819

1920
::::{dropdown} Grouping functions
21+
:open:
2022
:::{include} _snippets/lists/grouping-functions.md
2123
:::
2224
::::
2325

2426
::::{dropdown} Conditional functions and expressions
27+
:open:
2528
:::{include} _snippets/lists/conditional-functions-and-expressions.md
2629
:::
2730
::::
2831

2932
::::{dropdown} Date and time functions
33+
:open:
3034
:::{include} _snippets/lists/date-time-functions.md
3135
:::
3236
::::
3337

3438
::::{dropdown} IP functions
39+
:open:
3540
:::{include} _snippets/lists/ip-functions.md
3641
:::
3742
::::
3843

3944
::::{dropdown} Math functions
45+
:open:
4046
:::{include} _snippets/lists/math-functions.md
4147
:::
4248
::::
4349

4450
::::{dropdown} Search functions
51+
:open:
4552
:::{include} _snippets/lists/search-functions.md
4653
:::
4754
::::
4855

4956
::::{dropdown} Spatial functions
57+
:open:
5058
:::{include} _snippets/lists/spatial-functions.md
5159
:::
5260
::::
5361

5462
::::{dropdown} String functions
63+
:open:
5564
:::{include} _snippets/lists/string-functions.md
5665
:::
5766
::::
5867

5968
::::{dropdown} Type conversion functions
69+
:open:
6070
:::{include} _snippets/lists/type-conversion-functions.md
6171
:::
6272
::::
6373

6474
::::{dropdown} Multi value functions
75+
:open:
6576
:::{include} _snippets/lists/mv-functions.md
6677
:::
6778
::::
@@ -70,6 +81,7 @@ mapped_pages:
7081
## Operators overview [esql-operators-overview]
7182

7283
::::{dropdown} Operators
84+
:open:
7385
:::{include} _snippets/lists/operators.md
7486
:::
7587
::::

0 commit comments

Comments
 (0)