Skip to content

Commit

Permalink
Fixes Canvas doc headers (elastic#40921)
Browse files Browse the repository at this point in the history
  • Loading branch information
cqliu1 committed Jul 11, 2019
1 parent 31fa599 commit d19b266
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 7 deletions.
6 changes: 0 additions & 6 deletions docs/canvas.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,4 @@ include::canvas/canvas-workpad.asciidoc[]

include::canvas/canvas-function-reference.asciidoc[]

include::canvas/canvas-common-functions.asciidoc[]

include::canvas/canvas-server-functions.asciidoc[]

include::canvas/canvas-client-functions.asciidoc[]

include::canvas/canvas-tinymath-functions.asciidoc[]
36 changes: 35 additions & 1 deletion docs/canvas/canvas-function-reference.asciidoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[role="xpack"]
[[canvas-function-reference]]
= Canvas function reference
== Canvas function reference

Behind the scenes, Canvas is driven by a powerful expression language,
with dozens of functions and other capabilities, including table transforms,
Expand All @@ -18,6 +18,8 @@ A *†* denotes an argument can be passed multiple times.
[float]
[[a_fns]]
== A

[float]
[[all_fn]]
=== `all`

Expand Down Expand Up @@ -179,6 +181,8 @@ Default: `true`
[float]
[[c_fns]]
== C

[float]
[[case_fn]]
=== `case`

Expand Down Expand Up @@ -379,6 +383,8 @@ Alias: `data`
[float]
[[d_fns]]
== D

[float]
[[date_fn]]
=== `date`

Expand Down Expand Up @@ -483,6 +489,8 @@ Configures a dropdown filter control element.
[float]
[[e_fns]]
== E

[float]
[[eq_fn]]
=== `eq`

Expand Down Expand Up @@ -649,6 +657,8 @@ capitalization.
[float]
[[f_fns]]
== F

[float]
[[filterrows_fn]]
=== `filterrows`

Expand Down Expand Up @@ -812,6 +822,8 @@ Alias: `format`
[float]
[[g_fns]]
== G

[float]
[[getCell_fn]]
=== `getCell`

Expand Down Expand Up @@ -888,6 +900,8 @@ Alias: `value`
[float]
[[h_fns]]
== H

[float]
[[head_fn]]
=== `head`

Expand All @@ -914,6 +928,8 @@ Default: `1`
[float]
[[i_fns]]
== I

[float]
[[if_fn]]
=== `if`

Expand Down Expand Up @@ -984,6 +1000,8 @@ data:image/svg+xml;`base64`,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0
[[j_fns]]
== J

[float]

[float]
[[joinRows_fn]]
=== `joinRows`
Expand Down Expand Up @@ -1029,6 +1047,8 @@ Default: `", "`
[float]
[[l_fns]]
== L

[float]
[float]
[[location_fn]]
=== `location`
Expand Down Expand Up @@ -1088,6 +1108,8 @@ Alias: `value`
[float]
[[m_fns]]
== M

[float]
[[mapColumn_fn]]
=== `mapColumn`

Expand Down Expand Up @@ -1206,6 +1228,8 @@ Default: `{<<font_fn>> size=14 family="'Open Sans', Helvetica, Arial, sans-serif
[float]
[[n_fns]]
== N

[float]
[[neq_fn]]
=== `neq`

Expand All @@ -1230,6 +1254,8 @@ Alias: `value`
[float]
[[p_fns]]
== P

[float]
[[palette_fn]]
=== `palette`

Expand Down Expand Up @@ -1519,6 +1545,8 @@ Default: `20`
[float]
[[r_fns]]
== R

[float]
[[render_fn]]
=== `render`

Expand Down Expand Up @@ -1707,6 +1735,8 @@ Returns the number of rows. Pairs with `<<ply_fn>>` to get the count of unique c
[float]
[[s_fns]]
== S

[float]
[[seriesStyle_fn]]
=== `seriesStyle`

Expand Down Expand Up @@ -1917,6 +1947,8 @@ Alias: `finally`
[float]
[[t_fns]]
== T

[float]
[[table_fn]]
=== `table`

Expand Down Expand Up @@ -2126,6 +2158,8 @@ Alias: `type`
[float]
[[u_fns]]
== U

[float]
[[urlparam_fn]]
=== `urlparam`

Expand Down

0 comments on commit d19b266

Please sign in to comment.