You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2022/11/23 04:28:49 UTC

[iotdb] branch master updated (63182c1ee3 -> b8076e09fc)

This is an automated email from the ASF dual-hosted git repository.

qiaojialin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from 63182c1ee3 [IOTDB-5002] Move metric related config into properties file and modify distribution structure (#8096)
     add b8076e09fc Split syntax convetion doc into multiple files for better display (#8104)

No new revisions were added by this update.

Summary of changes:
 docs/UserGuide/Reference/Keywords.md               | 401 +++++++-------
 docs/UserGuide/Reference/Syntax-Conventions.md     | 587 ---------------------
 .../Syntax-Conventions/Detailed-Grammar.md         |  14 +-
 docs/UserGuide/Syntax-Conventions/Identifier.md    | 141 +++++
 docs/UserGuide/Syntax-Conventions/KeyValue-Pair.md | 119 +++++
 .../Keywords-And-Reserved-Words.md                 |  14 +-
 .../UserGuide/Syntax-Conventions/Literal-Values.md | 157 ++++++
 .../Syntax-Conventions/NodeName-In-Path.md         | 119 +++++
 .../Syntax-Conventions/Session-And-TsFile-API.md   | 119 +++++
 docs/zh/UserGuide/Reference/Keywords.md            | 401 +++++++-------
 docs/zh/UserGuide/Reference/Syntax-Conventions.md  | 586 --------------------
 .../Syntax-Conventions/Detailed-Grammar.md         |  14 +-
 docs/zh/UserGuide/Syntax-Conventions/Identifier.md | 142 +++++
 .../UserGuide/Syntax-Conventions/KeyValue-Pair.md  | 119 +++++
 .../Keywords-And-Reserved-Words.md                 |  14 +-
 .../UserGuide/Syntax-Conventions/Literal-Values.md | 150 ++++++
 .../Syntax-Conventions/NodeName-In-Path.md         | 120 +++++
 .../Syntax-Conventions/Session-And-TsFile-API.md   | 119 +++++
 site/src/main/.vuepress/config.js                  |  16 +-
 19 files changed, 1733 insertions(+), 1619 deletions(-)
 delete mode 100644 docs/UserGuide/Reference/Syntax-Conventions.md
 copy server/file-changelists/mlog-changelist.md => docs/UserGuide/Syntax-Conventions/Detailed-Grammar.md (74%)
 create mode 100644 docs/UserGuide/Syntax-Conventions/Identifier.md
 create mode 100644 docs/UserGuide/Syntax-Conventions/KeyValue-Pair.md
 copy server/file-changelists/mlog-changelist.md => docs/UserGuide/Syntax-Conventions/Keywords-And-Reserved-Words.md (75%)
 create mode 100644 docs/UserGuide/Syntax-Conventions/Literal-Values.md
 create mode 100644 docs/UserGuide/Syntax-Conventions/NodeName-In-Path.md
 create mode 100644 docs/UserGuide/Syntax-Conventions/Session-And-TsFile-API.md
 delete mode 100644 docs/zh/UserGuide/Reference/Syntax-Conventions.md
 copy server/file-changelists/mlog-changelist.md => docs/zh/UserGuide/Syntax-Conventions/Detailed-Grammar.md (76%)
 create mode 100644 docs/zh/UserGuide/Syntax-Conventions/Identifier.md
 create mode 100644 docs/zh/UserGuide/Syntax-Conventions/KeyValue-Pair.md
 copy server/file-changelists/mlog-changelist.md => docs/zh/UserGuide/Syntax-Conventions/Keywords-And-Reserved-Words.md (74%)
 create mode 100644 docs/zh/UserGuide/Syntax-Conventions/Literal-Values.md
 create mode 100644 docs/zh/UserGuide/Syntax-Conventions/NodeName-In-Path.md
 create mode 100644 docs/zh/UserGuide/Syntax-Conventions/Session-And-TsFile-API.md