浏览代码

Referenced the svgs of starts_with and trim in asciidoc for consistency. (#100834)

gheorghepucea 2 年之前
父节点
当前提交
cb30096c65
共有 2 个文件被更改,包括 14 次插入0 次删除
  1. 7 0
      docs/reference/esql/functions/starts_with.asciidoc
  2. 7 0
      docs/reference/esql/functions/trim.asciidoc

+ 7 - 0
docs/reference/esql/functions/starts_with.asciidoc

@@ -1,5 +1,8 @@
 [[esql-starts_with]]
 === `STARTS_WITH`
+[.text-center]
+image::esql/functions/signature/ends_with.svg[Embedded,opts=inline]
+
 Returns a boolean that indicates whether a keyword string starts with another
 string:
 
@@ -11,3 +14,7 @@ include::{esql-specs}/docs.csv-spec[tag=startsWith]
 |===
 include::{esql-specs}/docs.csv-spec[tag=startsWith-result]
 |===
+
+Supported types:
+
+include::types/starts_with.asciidoc[]

+ 7 - 0
docs/reference/esql/functions/trim.asciidoc

@@ -1,5 +1,8 @@
 [[esql-trim]]
 === `TRIM`
+[.text-center]
+image::esql/functions/signature/trim.svg[Embedded,opts=inline]
+
 Removes leading and trailing whitespaces from strings.
 
 [source.merge.styled,esql]
@@ -10,3 +13,7 @@ include::{esql-specs}/string.csv-spec[tag=trim]
 |===
 include::{esql-specs}/string.csv-spec[tag=trim-result]
 |===
+
+Supported types:
+
+include::types/trim.asciidoc[]