This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/master by this push: new ba2cc98cc0 [doc]fix typo in en faq and format pattern (#9423) ba2cc98cc0 is described below commit ba2cc98cc0a3792173fe32b1f7608025bcb3c232 Author: dataalive <99398130+dataal...@users.noreply.github.com> AuthorDate: Sat May 7 19:16:59 2022 +0800 [doc]fix typo in en faq and format pattern (#9423) --- docs/.vuepress/sidebar/en.js | 2 +- .../en/sql-manual/sql-functions/aggregate-functions/group_concat.md | 2 +- docs/en/sql-manual/sql-functions/date-time-functions/dayofmonth.md | 4 ++-- docs/en/sql-manual/sql-functions/date-time-functions/dayofyear.md | 4 ++-- docs/en/sql-manual/sql-functions/date-time-functions/monthname.md | 4 ++-- docs/en/sql-manual/sql-functions/encrypt-digest-functions/aes.md | 3 ++- docs/en/sql-manual/sql-functions/spatial-functions/st_contains.md | 5 ++--- .../sql-functions/spatial-functions/st_geometryfromtext.md | 4 ++-- docs/en/sql-manual/sql-functions/spatial-functions/st_point.md | 4 ++-- docs/en/sql-manual/sql-functions/string-functions/ascii.md | 4 ++-- docs/en/sql-manual/sql-functions/string-functions/char_length.md | 4 ++-- docs/en/sql-manual/sql-functions/string-functions/concat_ws.md | 6 +++--- docs/en/sql-manual/sql-functions/string-functions/reverse.md | 2 +- docs/en/sql-manual/sql-reference/Data-Types/DATE.md | 4 ++-- docs/en/sql-manual/sql-reference/Data-Types/DOUBLE.md | 6 +++--- 15 files changed, 29 insertions(+), 29 deletions(-) diff --git a/docs/.vuepress/sidebar/en.js b/docs/.vuepress/sidebar/en.js index c28b91190c..9c62c9ea05 100644 --- a/docs/.vuepress/sidebar/en.js +++ b/docs/.vuepress/sidebar/en.js @@ -970,7 +970,7 @@ module.exports = [ ], }, { - title: "FQA", + title: "FAQ", directoryPath: "faq/", initialOpenGroupIndex: -1, children: [ diff --git a/docs/en/sql-manual/sql-functions/aggregate-functions/group_concat.md b/docs/en/sql-manual/sql-functions/aggregate-functions/group_concat.md index 8a092f6d15..7f7ec160e9 100644 --- a/docs/en/sql-manual/sql-functions/aggregate-functions/group_concat.md +++ b/docs/en/sql-manual/sql-functions/aggregate-functions/group_concat.md @@ -24,7 +24,7 @@ specific language governing permissions and limitations under the License. --> -## group_concat +## GROUP_CONCAT ### description #### Syntax diff --git a/docs/en/sql-manual/sql-functions/date-time-functions/dayofmonth.md b/docs/en/sql-manual/sql-functions/date-time-functions/dayofmonth.md index fb1eacb455..3d356b5e9f 100644 --- a/docs/en/sql-manual/sql-functions/date-time-functions/dayofmonth.md +++ b/docs/en/sql-manual/sql-functions/date-time-functions/dayofmonth.md @@ -1,6 +1,6 @@ --- { - "title": "Dayofmonth", + "title": "dayofmonth", "language": "en" } --- @@ -25,7 +25,7 @@ under the License. --> -## Dayofmonth +## dayofmonth ### Description #### Syntax diff --git a/docs/en/sql-manual/sql-functions/date-time-functions/dayofyear.md b/docs/en/sql-manual/sql-functions/date-time-functions/dayofyear.md index 1a2ef4ece0..fe89753205 100644 --- a/docs/en/sql-manual/sql-functions/date-time-functions/dayofyear.md +++ b/docs/en/sql-manual/sql-functions/date-time-functions/dayofyear.md @@ -1,6 +1,6 @@ --- { - "title": "Dayofyear", + "title": "dayofyear", "language": "en" } --- @@ -24,7 +24,7 @@ specific language governing permissions and limitations under the License. --> -## Dayofyear +## dayofyear ### Description #### Syntax diff --git a/docs/en/sql-manual/sql-functions/date-time-functions/monthname.md b/docs/en/sql-manual/sql-functions/date-time-functions/monthname.md index c693e8e355..013129c14b 100644 --- a/docs/en/sql-manual/sql-functions/date-time-functions/monthname.md +++ b/docs/en/sql-manual/sql-functions/date-time-functions/monthname.md @@ -1,6 +1,6 @@ --- { - "title": "Monthname", + "title": "monthname", "language": "en" } --- @@ -24,7 +24,7 @@ specific language governing permissions and limitations under the License. --> -## Monthname +## monthname ### Description #### Syntax diff --git a/docs/en/sql-manual/sql-functions/encrypt-digest-functions/aes.md b/docs/en/sql-manual/sql-functions/encrypt-digest-functions/aes.md index a1e2d25840..132cc65734 100644 --- a/docs/en/sql-manual/sql-functions/encrypt-digest-functions/aes.md +++ b/docs/en/sql-manual/sql-functions/encrypt-digest-functions/aes.md @@ -60,7 +60,8 @@ MySQL > select to_base64(AES_ENCRYPT('text','F3229A0B371ED2D9441B830D21A390C3', ## AES_DECRYPT ### description -decryption of data using the official AES (### Syntax +decryption of data using the official AES +#### Syntax `VARCHAR AES_DECRYPT(str,key_str[,init_vector])` diff --git a/docs/en/sql-manual/sql-functions/spatial-functions/st_contains.md b/docs/en/sql-manual/sql-functions/spatial-functions/st_contains.md index 61b19d49c4..66466a0112 100644 --- a/docs/en/sql-manual/sql-functions/spatial-functions/st_contains.md +++ b/docs/en/sql-manual/sql-functions/spatial-functions/st_contains.md @@ -1,6 +1,6 @@ --- { - "title": "`ST_Contains'", + "title": "ST_Contains", "language": "en" } --- @@ -24,7 +24,7 @@ specific language governing permissions and limitations under the License. --> -## `ST_Contains' +## ST_Contains ### Description #### Syntax @@ -53,4 +53,3 @@ mysql> SELECT ST_Contains(ST_Polygon("POLYGON ((0 0, 10 0, 10 10, 0 10, 0 0))"), ``` ### keywords ST_CONTAINS,ST,CONTAINS -w \ No newline at end of file diff --git a/docs/en/sql-manual/sql-functions/spatial-functions/st_geometryfromtext.md b/docs/en/sql-manual/sql-functions/spatial-functions/st_geometryfromtext.md index 896ee58c38..92bf7e6990 100644 --- a/docs/en/sql-manual/sql-functions/spatial-functions/st_geometryfromtext.md +++ b/docs/en/sql-manual/sql-functions/spatial-functions/st_geometryfromtext.md @@ -1,6 +1,6 @@ --- { - "title": "`ST_GeometryFromText`,`ST GeomFromText`", + "title": "ST_GeometryFromText,ST_GeomFromText", "language": "en" } --- @@ -24,7 +24,7 @@ specific language governing permissions and limitations under the License. --> -## `ST_GeometryFromText`,`ST GeomFromText` +## ST_GeometryFromText,ST_GeomFromText ### Description #### Syntax diff --git a/docs/en/sql-manual/sql-functions/spatial-functions/st_point.md b/docs/en/sql-manual/sql-functions/spatial-functions/st_point.md index 229c3c5022..b01efc0b57 100644 --- a/docs/en/sql-manual/sql-functions/spatial-functions/st_point.md +++ b/docs/en/sql-manual/sql-functions/spatial-functions/st_point.md @@ -1,6 +1,6 @@ --- { - "title": "St_Point'", + "title": "St_Point", "language": "en" } --- @@ -24,7 +24,7 @@ specific language governing permissions and limitations under the License. --> -## St_Point' +## St_Point ### Description #### Syntax diff --git a/docs/en/sql-manual/sql-functions/string-functions/ascii.md b/docs/en/sql-manual/sql-functions/string-functions/ascii.md index ef82da933b..41e77177f5 100644 --- a/docs/en/sql-manual/sql-functions/string-functions/ascii.md +++ b/docs/en/sql-manual/sql-functions/string-functions/ascii.md @@ -1,6 +1,6 @@ --- { - "title": "ASCII", + "title": "ascii", "language": "en" } --- @@ -24,7 +24,7 @@ specific language governing permissions and limitations under the License. --> -## ASCII +## ascii ### Description #### Syntax diff --git a/docs/en/sql-manual/sql-functions/string-functions/char_length.md b/docs/en/sql-manual/sql-functions/string-functions/char_length.md index 2af4a7b5d7..268d69ee58 100644 --- a/docs/en/sql-manual/sql-functions/string-functions/char_length.md +++ b/docs/en/sql-manual/sql-functions/string-functions/char_length.md @@ -1,6 +1,6 @@ --- { - "title": "CHAR_LENGTH", + "title": "char_length", "language": "en" } --- @@ -28,7 +28,7 @@ under the License. ### Description #### Syntax -'INT char_length (VARCHAR str)' +INT char_length(VARCHAR str) Returns the length of the string, and the number of characters returned for multi-byte characters. For example, five two-byte width words return a length of 5, only utf8 encoding is support at the current version. `character_length` is the alias for this function. diff --git a/docs/en/sql-manual/sql-functions/string-functions/concat_ws.md b/docs/en/sql-manual/sql-functions/string-functions/concat_ws.md index d3b0cf5238..80a0c11dee 100644 --- a/docs/en/sql-manual/sql-functions/string-functions/concat_ws.md +++ b/docs/en/sql-manual/sql-functions/string-functions/concat_ws.md @@ -1,6 +1,6 @@ --- { - "title": "Concat_ws", + "title": "concat_ws", "language": "en" } --- @@ -24,11 +24,11 @@ specific language governing permissions and limitations under the License. --> -## Concat_ws +## concat_ws ### Description #### Syntax -`VARCHAR concat ws (VARCHAR sep., VARCHAR str,...)` +`VARCHAR concat ws (VARCHAR sep, VARCHAR str,...)` Using the first parameter SEP as a connector, the second parameter and all subsequent parameters are spliced into a string. diff --git a/docs/en/sql-manual/sql-functions/string-functions/reverse.md b/docs/en/sql-manual/sql-functions/string-functions/reverse.md index f1a3964585..bd7c5889ee 100644 --- a/docs/en/sql-manual/sql-functions/string-functions/reverse.md +++ b/docs/en/sql-manual/sql-functions/string-functions/reverse.md @@ -1,6 +1,6 @@ --- { - "title": "REVERSE", + "title": "reverse", "language": "en" } --- diff --git a/docs/en/sql-manual/sql-reference/Data-Types/DATE.md b/docs/en/sql-manual/sql-reference/Data-Types/DATE.md index 54e89827fd..eb1e47257d 100644 --- a/docs/en/sql-manual/sql-reference/Data-Types/DATE.md +++ b/docs/en/sql-manual/sql-reference/Data-Types/DATE.md @@ -1,6 +1,6 @@ --- { - "title": "date", + "title": "DATE", "language": "en" } --- @@ -24,7 +24,7 @@ specific language governing permissions and limitations under the License. --> -## date +## DATE ### Description DATE function Syntax: diff --git a/docs/en/sql-manual/sql-reference/Data-Types/DOUBLE.md b/docs/en/sql-manual/sql-reference/Data-Types/DOUBLE.md index ce5c4822ec..3dfbd27bcf 100644 --- a/docs/en/sql-manual/sql-reference/Data-Types/DOUBLE.md +++ b/docs/en/sql-manual/sql-reference/Data-Types/DOUBLE.md @@ -1,6 +1,6 @@ --- { - "title": "Double", + "title": "DOUBLE", "language": "en" } --- @@ -24,10 +24,10 @@ specific language governing permissions and limitations under the License. --> -## Double +## DOUBLE ### Description DOUBLE 8-byte floating point number ### keywords -DOUBLE \ No newline at end of file +DOUBLE --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org