Skip to content

Commit ff01fb6

Browse files
authored
ESQL: Standardize font used in railroad diagrams (#98897)
Locks the railroad diagrams to always use the same font, this one named `roboto mono`. This makes sure that when we render the railroad diagrams we always size them the same way. Because everyone has a copy of roboto mono. Because gradle resolves that dependency.
1 parent b11d552 commit ff01fb6

38 files changed

+263
-38
lines changed

docs/reference/esql/functions/abs.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[[esql-abs]]
22
=== `ABS`
33
[.text-center]
4-
image::signature/abs.svg[]
4+
image::esql/functions/signature/abs.svg[Embedded,opts=inline]
55

66
Returns the absolute value.
77

docs/reference/esql/functions/cosh.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[[esql-cosh]]
22
=== `COSH`
33
[.text-center]
4-
image::signature/cosh.svg[]
4+
image::esql/functions/signature/cosh.svg[Embedded,opts=inline]
55

66
https://en.wikipedia.org/wiki/Hyperbolic_functions[Cosine] hyperbolic function.
77

docs/reference/esql/functions/greatest.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[[esql-greatest]]
22
=== `GREATEST`
33
[.text-center]
4-
image::signature/greatest.svg[]
4+
image::esql/functions/signature/greatest.svg[Embedded,opts=inline]
55

66
Returns the maximum value from many columns. This is similar to <<esql-mv_max>>
77
except it's intended to run on multiple columns at once.

docs/reference/esql/functions/pow.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[[esql-pow]]
22
=== `POW`
33
[.text-center]
4-
image::signature/pow.svg[]
4+
image::esql/functions/signature/pow.svg[Embedded,opts=inline]
55

66
Returns the value of a base (first argument) raised to the power of an exponent (second argument).
77
Both arguments must be numeric.
Lines changed: 1 addition & 1 deletion
Loading
Lines changed: 1 addition & 1 deletion
Loading
Lines changed: 1 addition & 1 deletion
Loading
Lines changed: 1 addition & 1 deletion
Loading
Lines changed: 1 addition & 1 deletion
Loading
Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)