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

dataroaring pushed a change to branch fix-restore-markdown-codeblock
in repository https://gitbox.apache.org/repos/asf/doris-website.git


    omit e4e7d6311e0 [typo](docs) fix restore code fence rendering
     add 0016a4340b2 [docs] Update download domain (#3356)
     add e836f650b81 [doc](Streamingjob) add mysql pg sync doc (#3291)
     add 9031d4d2f5e [ADD] Release note 4.0.3 (#3340)
     add ebaf596c2f9 Bump webpack from 5.98.0 to 5.105.0 (#3346)
     add 619611c8ea8 Bump lodash from 4.17.21 to 4.17.23 (#3297)
     add 6512991962f Document AWS S3 Express One Zone connection details (#3317)
     add b6f01ef8eff Bump image-size from 1.2.0 to 1.2.1 (#2860)
     add ad7a05461a1 fix:Abnormal automatic redirection (#2560)
     add e7cba94ca51 [docs] Add ALTER TABLE DISTRIBUTION documentation for 
modifying default bucket configuration (#3358)
     add f80c2a2d5c1 Bump mdast-util-to-hast from 13.2.0 to 13.2.1 (#3137)
     add 5e584dcd166 Bump express from 4.21.2 to 4.22.1 (#3144)
     add 5583cf93f54 Bump node-forge from 1.3.1 to 1.3.3 (#3154)
     add e70de4fbf2a fix: correct triggers information schema documentation 
(#3193)
     add e65cf12620a Bump http-proxy-middleware from 2.0.7 to 2.0.9 (#2858)
     add c4cb489962f Bump estree-util-value-to-estree from 3.3.2 to 3.4.0 
(#2859)
     add 06a1dba749b [typo](docs) fix ntpd service commands in zh os-checking 
(#3355)
     add 6a33c82b353 [typo](docs) fix row-store wording in zh docs (#3352)
     add 9d61f04024e [docs] fix subheading number (#3155)
     add 09b2dd06b56 [typo](docs) fix grant example placement in zh storage 
vault docs (#3359)
     add adb5165226e [typo](docs) fix tablet-info curl examples (#3360)
     add 11474ce034e [doc](import) clarify Azure and MinIO caution sections 
(#3362)
     add e59436e00ed [doc](ranger) Opt ranger usage doc to clearness and fix 
wrong link (#3224)
     add e35ad583698 Bump qs from 6.14.0 to 6.14.1 (#3363)
     add d807e981e99 [doc]fix error brpc_num_threads default value (#3115)
     add ed8504d071c [Doc]Specify LLVM compiler in build on MacOS (#2891)
     add 7728e704641 Fix a11y: add accessible name for icon button (#3327)
     add c42f0c26457 [typo](docs) fix "更具" typo in zh deployment guide (#3365)
     add e976f6d1f55 [typo](docs) fix zh INSERT typo in filter-ratio 
description (#3361)
     add e9f9526bffc [typo](docs) fix SHOW COLLATION example command (#3366)
     add c66a6825f7b [doc] update boolean doc (#3035)
     add c3bf5b4a142 [doc](function)  json_valid input json value (#2850)
     add 4fa5c155d1c [fix](docs) replace timestamp with datetime in window 
examples (#3367)
     add 6f4bec349fa [typo](docs) fix restore code fence rendering

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (e4e7d6311e0)
            \
             N -- N -- N   refs/heads/fix-restore-markdown-codeblock 
(6f4bec349fa)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 community/developer-guide/mac-dev/dev-prepare.md   |   4 +-
 docs/admin-manual/config/be-config.md              |   4 +-
 docs/admin-manual/open-api/be-http/tablet-info.md  |   3 +-
 .../system-tables/information_schema/triggers.md   |  52 +--
 .../import/data-source/azure-storage.md            |  12 +-
 docs/data-operate/import/data-source/minio.md      |  20 +-
 .../streaming-job/streaming-job-multi-table.md     | 293 ++++++++++++++++
 .../streaming-job-tvf.md}                          |   6 +-
 docs/query-data/window-function.md                 |   4 +-
 docs/releasenotes/all-release.md                   |   8 +-
 docs/releasenotes/v4.0/release-4.0.3.md            |  64 ++++
 .../sql-data-types/numeric/BOOLEAN.md              |  84 ++++-
 .../scalar-functions/json-functions/json-valid.md  | 102 +++---
 .../data-modification/load-and-export/EXPORT.md    |   5 +-
 .../sql-statements/job/CREATE-STREAMING-JOB.md     | 144 ++++++--
 .../table/ALTER-TABLE-DISTRIBUTION.md              | 173 ++++++++++
 .../table-and-view/table/ALTER-TABLE-PROPERTY.md   |   2 +-
 docusaurus.config.js                               |   1 +
 .../admin-manual/auth/authorization/ranger.md      |  37 +-
 .../current/admin-manual/config/be-config.md       |   4 +-
 .../admin-manual/open-api/be-http/tablet-info.md   |   3 +-
 .../system-tables/information_schema/triggers.md   |  61 ++--
 .../managing-storage-vault.md                      |   6 +-
 .../import/data-source/azure-storage.md            |  12 +-
 .../data-operate/import/data-source/minio.md       |  19 +-
 .../streaming-job/streaming-job-multi-table.md     | 297 ++++++++++++++++
 .../import/streaming-job/streaming-job-tvf.md}     |   6 +-
 .../integrated-storage-compute-deploy-manually.md  |   4 +-
 .../current/install/preparation/os-checking.md     |   4 +-
 .../current/query-data/window-function.md          |   2 +-
 .../current/releasenotes/all-release.md            |   8 +-
 .../current/releasenotes/v4.0/release-4.0.3.md     |  64 ++++
 .../sql-data-types/numeric/BOOLEAN.md              |  81 ++++-
 .../scalar-functions/json-functions/json-valid.md  |  42 ++-
 .../sql-statements/data-modification/DML/INSERT.md |   2 +-
 .../sql-statements/job/CREATE-STREAMING-JOB.md     | 105 +++++-
 .../table/ALTER-TABLE-DISTRIBUTION.md              | 173 ++++++++++
 .../table-and-view/table/ALTER-TABLE-PROPERTY.md   |   2 +-
 .../current/table-design/row-store.md              |   2 +-
 .../version-1.2/admin-manual/config/be-config.md   |   4 +-
 .../window-functions/WINDOW-FUNCTION.md            |   4 +-
 .../version-2.0/admin-manual/be/tablet-info.md     |   3 +-
 .../version-2.0/admin-manual/config/be-config.md   |   4 +-
 .../query/query-data/window-function.md            |   2 +-
 .../window-functions/WINDOW-FUNCTION.md            |   2 +-
 .../Show-Statements/SHOW-COLLATION.md              |   2 +-
 .../admin-manual/auth/authorization/ranger.md      |   2 +-
 .../version-2.1/admin-manual/config/be-config.md   |   4 +-
 .../admin-manual/open-api/be-http/tablet-info.md   |   3 +-
 .../system-tables/information_schema/triggers.md   |  61 ++--
 .../import/data-source/azure-storage.md            |  12 +-
 .../data-operate/import/data-source/minio.md       |  19 +-
 .../data-operate/update/update-overview.md         |   4 +-
 .../integrated-storage-compute-deploy-manually.md  |   4 +-
 .../version-2.1/install/preparation/os-checking.md |   4 +-
 .../sql-functions/window-functions/overview.md     |   2 +-
 .../sql-statements/data-modification/DML/INSERT.md |   2 +-
 .../version-2.1/table-design/row-store.md          |   2 +-
 .../version-3.x/admin-manual/config/be-config.md   |   4 +-
 .../admin-manual/open-api/be-http/tablet-info.md   |   3 +-
 .../managing-storage-vault.md                      |   6 +-
 .../import/data-source/azure-storage.md            |  12 +-
 .../data-operate/import/data-source/minio.md       |  19 +-
 .../integrated-storage-compute-deploy-manually.md  |   2 +-
 .../sql-functions/window-functions/overview.md     |   2 +-
 .../sql-statements/data-modification/DML/INSERT.md |   2 +-
 .../version-3.x/table-design/row-store.md          |   2 +-
 .../version-4.x/admin-manual/config/be-config.md   |   4 +-
 .../admin-manual/open-api/be-http/tablet-info.md   |   3 +-
 .../system-tables/information_schema/triggers.md   |  61 ++--
 .../managing-storage-vault.md                      |   6 +-
 .../import/data-source/azure-storage.md            |  12 +-
 .../data-operate/import/data-source/minio.md       |  19 +-
 .../streaming-job/streaming-job-multi-table.md     | 297 ++++++++++++++++
 .../import/streaming-job/streaming-job-tvf.md}     |   6 +-
 .../version-4.x/install/preparation/os-checking.md |   4 +-
 .../version-4.x/query-data/window-function.md      |   2 +-
 .../version-4.x/releasenotes/all-release.md        |   8 +-
 .../version-4.x/releasenotes/v4.0/release-4.0.3.md |  64 ++++
 .../sql-statements/data-modification/DML/INSERT.md |   2 +-
 .../sql-statements/job/CREATE-STREAMING-JOB.md     | 103 +++++-
 .../table/ALTER-TABLE-DISTRIBUTION.md              | 173 ++++++++++
 .../table-and-view/table/ALTER-TABLE-PROPERTY.md   |   2 +-
 .../version-4.x/table-design/row-store.md          |   2 +-
 sidebars.ts                                        |  48 +--
 src/components/Icons/github.tsx                    |   1 +
 src/components/Icons/linkedin.tsx                  |   1 +
 src/components/Icons/mail.tsx                      |   1 +
 src/components/Icons/medium.tsx                    |   1 +
 src/components/Icons/slack.tsx                     |   1 +
 src/components/Icons/twitter.tsx                   |   1 +
 src/components/Icons/youtube.tsx                   |   1 +
 src/constant/download.data.ts                      |  18 +-
 .../version-1.2/admin-manual/config/be-config.md   |   4 +-
 .../window-functions/WINDOW-FUNCTION.md            |   4 +-
 .../version-2.0/admin-manual/be/tablet-info.md     |   3 +-
 .../version-2.0/admin-manual/config/be-config.md   |   4 +-
 .../query/query-data/window-function.md            |   2 +-
 .../window-functions/WINDOW-FUNCTION.md            |   2 +-
 .../admin-manual/auth/authorization/ranger.md      |   2 +-
 .../version-2.1/admin-manual/config/be-config.md   |   4 +-
 .../admin-manual/open-api/be-http/tablet-info.md   |   3 +-
 .../system-tables/information_schema/triggers.md   |  52 +--
 .../import/data-source/azure-storage.md            |  12 +-
 .../data-operate/import/data-source/minio.md       |  20 +-
 .../sql-functions/window-functions/overview.md     |   2 +-
 .../version-3.x/admin-manual/config/be-config.md   |   4 +-
 .../admin-manual/open-api/be-http/tablet-info.md   |   3 +-
 .../system-tables/information_schema/triggers.md   |  52 +--
 .../import/data-source/azure-storage.md            |  12 +-
 .../data-operate/import/data-source/minio.md       |  20 +-
 .../sql-functions/window-functions/overview.md     |   2 +-
 .../version-4.x/admin-manual/config/be-config.md   |   4 +-
 .../admin-manual/open-api/be-http/tablet-info.md   |   3 +-
 .../import/data-source/azure-storage.md            |  12 +-
 .../data-operate/import/data-source/minio.md       |  20 +-
 .../streaming-job/streaming-job-multi-table.md     | 293 ++++++++++++++++
 .../streaming-job-tvf.md}                          |   6 +-
 .../version-4.x/lakehouse/storages/s3.md           |   8 +
 .../version-4.x/query-data/window-function.md      |   4 +-
 .../version-4.x/releasenotes/all-release.md        |   8 +-
 .../version-4.x/releasenotes/v4.0/release-4.0.3.md |  64 ++++
 .../sql-statements/job/CREATE-STREAMING-JOB.md     | 144 ++++++--
 .../table/ALTER-TABLE-DISTRIBUTION.md              | 173 ++++++++++
 .../table-and-view/table/ALTER-TABLE-PROPERTY.md   |   2 +-
 versioned_sidebars/version-2.1-sidebars.json       |  62 +---
 versioned_sidebars/version-3.x-sidebars.json       |  45 +--
 versioned_sidebars/version-4.x-sidebars.json       |  72 ++--
 yarn.lock                                          | 379 ++++++++++++++-------
 129 files changed, 3561 insertions(+), 893 deletions(-)
 create mode 100644 
docs/data-operate/import/streaming-job/streaming-job-multi-table.md
 rename docs/data-operate/import/{streaming-job.md => 
streaming-job/streaming-job-tvf.md} (96%)
 create mode 100644 docs/releasenotes/v4.0/release-4.0.3.md
 create mode 100644 
docs/sql-manual/sql-statements/table-and-view/table/ALTER-TABLE-DISTRIBUTION.md
 create mode 100644 
i18n/zh-CN/docusaurus-plugin-content-docs/current/data-operate/import/streaming-job/streaming-job-multi-table.md
 rename 
i18n/zh-CN/docusaurus-plugin-content-docs/{version-4.x/data-operate/import/streaming-job.md
 => current/data-operate/import/streaming-job/streaming-job-tvf.md} (97%)
 create mode 100644 
i18n/zh-CN/docusaurus-plugin-content-docs/current/releasenotes/v4.0/release-4.0.3.md
 create mode 100644 
i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-statements/table-and-view/table/ALTER-TABLE-DISTRIBUTION.md
 create mode 100644 
i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/data-operate/import/streaming-job/streaming-job-multi-table.md
 rename 
i18n/zh-CN/docusaurus-plugin-content-docs/{current/data-operate/import/streaming-job.md
 => version-4.x/data-operate/import/streaming-job/streaming-job-tvf.md} (97%)
 create mode 100644 
i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/releasenotes/v4.0/release-4.0.3.md
 create mode 100644 
i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/sql-manual/sql-statements/table-and-view/table/ALTER-TABLE-DISTRIBUTION.md
 create mode 100644 
versioned_docs/version-4.x/data-operate/import/streaming-job/streaming-job-multi-table.md
 rename versioned_docs/version-4.x/data-operate/import/{streaming-job.md => 
streaming-job/streaming-job-tvf.md} (96%)
 create mode 100644 
versioned_docs/version-4.x/releasenotes/v4.0/release-4.0.3.md
 create mode 100644 
versioned_docs/version-4.x/sql-manual/sql-statements/table-and-view/table/ALTER-TABLE-DISTRIBUTION.md


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to