diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 68142d2ec3..f19ed304ec 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -68,6 +68,51 @@ jobs: cp -r docs/* ../versioned_docs/version-2.5 mv ../versioned_docs/version-2.5/assets ../versioned_docs/version-2.5/_assets + - name: process English 2.3 + run: | + cd /home/runner/work/doc/doc/temp-en + git checkout branch-2.3 + rm -rf ../versioned_docs/version-2.3 + mkdir -p ../versioned_docs/version-2.3 + cp -r docs/* ../versioned_docs/version-2.3 + mv ../versioned_docs/version-2.3/assets ../versioned_docs/version-2.3/_assets + + - name: process English 2.2 + run: | + cd /home/runner/work/doc/doc/temp-en + git checkout branch-2.2 + rm -rf ../versioned_docs/version-2.2 + mkdir -p ../versioned_docs/version-2.2 + cp -r docs/* ../versioned_docs/version-2.2 + mv ../versioned_docs/version-2.2/assets ../versioned_docs/version-2.2/_assets + + - name: process English 2.1 + run: | + cd /home/runner/work/doc/doc/temp-en + git checkout branch-2.1 + rm -rf ../versioned_docs/version-2.1 + mkdir -p ../versioned_docs/version-2.1 + cp -r docs/* ../versioned_docs/version-2.1 + mv ../versioned_docs/version-2.1/assets ../versioned_docs/version-2.1/_assets + + - name: process English 2.0 + run: | + cd /home/runner/work/doc/doc/temp-en + git checkout branch-2.0 + rm -rf ../versioned_docs/version-2.0 + mkdir -p ../versioned_docs/version-2.0 + cp -r docs/* ../versioned_docs/version-2.0 + mv ../versioned_docs/version-2.0/assets ../versioned_docs/version-2.0/_assets + + - name: process English 1.19 + run: | + cd /home/runner/work/doc/doc/temp-en + git checkout branch-1.19 + rm -rf ../versioned_docs/version-1.19 + mkdir -p ../versioned_docs/version-1.19 + cp -r docs/* ../versioned_docs/version-1.19 + mv ../versioned_docs/version-1.19/assets ../versioned_docs/version-1.19/_assets + - name: process Chinese 3.1 run: | cd /home/runner/work/doc/doc/temp-zh @@ -95,6 +140,51 @@ jobs: cp -r * ../i18n/zh/docusaurus-plugin-content-docs/version-2.5/ mv ../i18n/zh/docusaurus-plugin-content-docs/version-2.5/assets ../i18n/zh/docusaurus-plugin-content-docs/version-2.5/_assets + - name: process Chinese 2.3 + run: | + cd /home/runner/work/doc/doc/temp-zh + git checkout 2.3 + rm -rf ../i18n/zh/docusaurus-plugin-content-docs/version-2.3/ + mkdir -p ../i18n/zh/docusaurus-plugin-content-docs/version-2.3 + cp -r * ../i18n/zh/docusaurus-plugin-content-docs/version-2.3/ + mv ../i18n/zh/docusaurus-plugin-content-docs/version-2.3/assets ../i18n/zh/docusaurus-plugin-content-docs/version-2.3/_assets + + - name: process Chinese 2.2 + run: | + cd /home/runner/work/doc/doc/temp-zh + git checkout 2.2 + rm -rf ../i18n/zh/docusaurus-plugin-content-docs/version-2.2/ + mkdir -p ../i18n/zh/docusaurus-plugin-content-docs/version-2.2 + cp -r * ../i18n/zh/docusaurus-plugin-content-docs/version-2.2/ + mv ../i18n/zh/docusaurus-plugin-content-docs/version-2.2/assets ../i18n/zh/docusaurus-plugin-content-docs/version-2.2/_assets + + - name: process Chinese 2.1 + run: | + cd /home/runner/work/doc/doc/temp-zh + git checkout 2.1 + rm -rf ../i18n/zh/docusaurus-plugin-content-docs/version-2.1/ + mkdir -p ../i18n/zh/docusaurus-plugin-content-docs/version-2.1 + cp -r * ../i18n/zh/docusaurus-plugin-content-docs/version-2.1/ + mv ../i18n/zh/docusaurus-plugin-content-docs/version-2.1/assets ../i18n/zh/docusaurus-plugin-content-docs/version-2.1/_assets + + - name: process Chinese 2.0 + run: | + cd /home/runner/work/doc/doc/temp-zh + git checkout 2.0 + rm -rf ../i18n/zh/docusaurus-plugin-content-docs/version-2.0/ + mkdir -p ../i18n/zh/docusaurus-plugin-content-docs/version-2.0 + cp -r * ../i18n/zh/docusaurus-plugin-content-docs/version-2.0/ + mv ../i18n/zh/docusaurus-plugin-content-docs/version-2.0/assets ../i18n/zh/docusaurus-plugin-content-docs/version-2.0/_assets + + - name: process Chinese 1.19 + run: | + cd /home/runner/work/doc/doc/temp-zh + git checkout 1.19 + rm -rf ../i18n/zh/docusaurus-plugin-content-docs/version-1.19/ + mkdir -p ../i18n/zh/docusaurus-plugin-content-docs/version-1.19 + cp -r * ../i18n/zh/docusaurus-plugin-content-docs/version-1.19/ + mv ../i18n/zh/docusaurus-plugin-content-docs/version-1.19/assets ../i18n/zh/docusaurus-plugin-content-docs/version-1.19/_assets + - name: cleanup before running yarn build run: | cd /home/runner/work/doc/doc diff --git a/.github/workflows/test-deploy.yml b/.github/workflows/test-deploy.yml index 6221c958e5..a6d512fb9a 100644 --- a/.github/workflows/test-deploy.yml +++ b/.github/workflows/test-deploy.yml @@ -63,6 +63,51 @@ jobs: cp -r docs/* ../versioned_docs/version-2.5 mv ../versioned_docs/version-2.5/assets ../versioned_docs/version-2.5/_assets + - name: process English 2.3 + run: | + cd /home/runner/work/doc/doc/temp-en + git checkout branch-2.3 + rm -rf ../versioned_docs/version-2.3 + mkdir -p ../versioned_docs/version-2.3 + cp -r docs/* ../versioned_docs/version-2.3 + mv ../versioned_docs/version-2.3/assets ../versioned_docs/version-2.3/_assets + + - name: process English 2.2 + run: | + cd /home/runner/work/doc/doc/temp-en + git checkout branch-2.2 + rm -rf ../versioned_docs/version-2.2 + mkdir -p ../versioned_docs/version-2.2 + cp -r docs/* ../versioned_docs/version-2.2 + mv ../versioned_docs/version-2.2/assets ../versioned_docs/version-2.2/_assets + + - name: process English 2.1 + run: | + cd /home/runner/work/doc/doc/temp-en + git checkout branch-2.1 + rm -rf ../versioned_docs/version-2.1 + mkdir -p ../versioned_docs/version-2.1 + cp -r docs/* ../versioned_docs/version-2.1 + mv ../versioned_docs/version-2.1/assets ../versioned_docs/version-2.1/_assets + + - name: process English 2.0 + run: | + cd /home/runner/work/doc/doc/temp-en + git checkout branch-2.0 + rm -rf ../versioned_docs/version-2.0 + mkdir -p ../versioned_docs/version-2.0 + cp -r docs/* ../versioned_docs/version-2.0 + mv ../versioned_docs/version-2.0/assets ../versioned_docs/version-2.0/_assets + + - name: process English 1.19 + run: | + cd /home/runner/work/doc/doc/temp-en + git checkout branch-1.19 + rm -rf ../versioned_docs/version-1.19 + mkdir -p ../versioned_docs/version-1.19 + cp -r docs/* ../versioned_docs/version-1.19 + mv ../versioned_docs/version-1.19/assets ../versioned_docs/version-1.19/_assets + - name: process Chinese 3.1 run: | cd /home/runner/work/doc/doc/temp-zh @@ -90,6 +135,51 @@ jobs: cp -r * ../i18n/zh/docusaurus-plugin-content-docs/version-2.5/ mv ../i18n/zh/docusaurus-plugin-content-docs/version-2.5/assets ../i18n/zh/docusaurus-plugin-content-docs/version-2.5/_assets + - name: process Chinese 2.3 + run: | + cd /home/runner/work/doc/doc/temp-zh + git checkout 2.3 + rm -rf ../i18n/zh/docusaurus-plugin-content-docs/version-2.3/ + mkdir -p ../i18n/zh/docusaurus-plugin-content-docs/version-2.3 + cp -r * ../i18n/zh/docusaurus-plugin-content-docs/version-2.3/ + mv ../i18n/zh/docusaurus-plugin-content-docs/version-2.3/assets ../i18n/zh/docusaurus-plugin-content-docs/version-2.3/_assets + + - name: process Chinese 2.2 + run: | + cd /home/runner/work/doc/doc/temp-zh + git checkout 2.2 + rm -rf ../i18n/zh/docusaurus-plugin-content-docs/version-2.2/ + mkdir -p ../i18n/zh/docusaurus-plugin-content-docs/version-2.2 + cp -r * ../i18n/zh/docusaurus-plugin-content-docs/version-2.2/ + mv ../i18n/zh/docusaurus-plugin-content-docs/version-2.2/assets ../i18n/zh/docusaurus-plugin-content-docs/version-2.2/_assets + + - name: process Chinese 2.1 + run: | + cd /home/runner/work/doc/doc/temp-zh + git checkout 2.1 + rm -rf ../i18n/zh/docusaurus-plugin-content-docs/version-2.1/ + mkdir -p ../i18n/zh/docusaurus-plugin-content-docs/version-2.1 + cp -r * ../i18n/zh/docusaurus-plugin-content-docs/version-2.1/ + mv ../i18n/zh/docusaurus-plugin-content-docs/version-2.1/assets ../i18n/zh/docusaurus-plugin-content-docs/version-2.1/_assets + + - name: process Chinese 2.0 + run: | + cd /home/runner/work/doc/doc/temp-zh + git checkout 2.0 + rm -rf ../i18n/zh/docusaurus-plugin-content-docs/version-2.0/ + mkdir -p ../i18n/zh/docusaurus-plugin-content-docs/version-2.0 + cp -r * ../i18n/zh/docusaurus-plugin-content-docs/version-2.0/ + mv ../i18n/zh/docusaurus-plugin-content-docs/version-2.0/assets ../i18n/zh/docusaurus-plugin-content-docs/version-2.0/_assets + + - name: process Chinese 1.19 + run: | + cd /home/runner/work/doc/doc/temp-zh + git checkout 1.19 + rm -rf ../i18n/zh/docusaurus-plugin-content-docs/version-1.19/ + mkdir -p ../i18n/zh/docusaurus-plugin-content-docs/version-1.19 + cp -r * ../i18n/zh/docusaurus-plugin-content-docs/version-1.19/ + mv ../i18n/zh/docusaurus-plugin-content-docs/version-1.19/assets ../i18n/zh/docusaurus-plugin-content-docs/version-1.19/_assets + - name: cleanup before running yarn build run: | cd /home/runner/work/doc/doc diff --git a/1 b/1 new file mode 100644 index 0000000000..ae39890d7d --- /dev/null +++ b/1 @@ -0,0 +1,3954 @@ +warning ../package.json: No license field +warning ../package.json: No license field +[ERROR] Client bundle compiled with errors therefore further build is impossible. +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-1.19/table_design/Sort_key.md" +Cause: Could not parse expression with acorn: Expecting Unicode escape sequence \uXXXX +Details: +{ + "name": "88:32", + "message": "Could not parse expression with acorn: Expecting Unicode escape sequence \\uXXXX", + "reason": "Could not parse expression with acorn: Expecting Unicode escape sequence \\uXXXX", + "line": 88, + "column": 32, + "position": { + "start": { + "line": 88, + "column": 32, + "offset": 2696 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-expression", + "ruleId": "acorn" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.0/administration/Cluster_administration.md" +Cause: Could not parse expression with acorn: Unexpected content after expression +Details: +{ + "name": "60:17", + "message": "Could not parse expression with acorn: Unexpected content after expression", + "reason": "Could not parse expression with acorn: Unexpected content after expression", + "line": 60, + "column": 17, + "position": { + "start": { + "line": 60, + "column": 17, + "offset": 1228 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-expression", + "ruleId": "acorn" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.0/administration/Configuration.md" +Cause: Expected a closing tag for `
` (24:44-24:48) before the end of `tableData` +Details: +{ + "name": "24:25-24:82", + "message": "Expected a closing tag for `
` (24:44-24:48) before the end of `tableData`", + "reason": "Expected a closing tag for `
` (24:44-24:48) before the end of `tableData`", + "line": 24, + "column": 25, + "position": { + "start": { + "line": 24, + "column": 25, + "offset": 917, + "_index": 43, + "_bufferIndex": 24 + }, + "end": { + "line": 24, + "column": 82, + "offset": 974, + "_index": 44, + "_bufferIndex": -1 + } + }, + "source": "mdast-util-mdx-jsx", + "ruleId": "end-tag-mismatch" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.0/faq/loading/Broker_load_faq.md" +Cause: Unexpected character `6` (U+0036) after name, expected a character that can start an attribute name, such as a letter, `$`, or `_`; whitespace before attributes; or the end of the tag +Details: +{ + "name": "32:79", + "message": "Unexpected character `6` (U+0036) after name, expected a character that can start an attribute name, such as a letter, `$`, or `_`; whitespace before attributes; or the end of the tag", + "reason": "Unexpected character `6` (U+0036) after name, expected a character that can start an attribute name, such as a letter, `$`, or `_`; whitespace before attributes; or the end of the tag", + "line": 32, + "column": 79, + "position": { + "start": { + "line": 32, + "column": 79, + "offset": 651, + "_index": 0, + "_bufferIndex": 75 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-jsx", + "ruleId": "unexpected-character" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.0/loading/Json_loading.md" +Cause: Expected a closing tag for `
` (103:1-103:5) +Details: +{ + "name": "1:1", + "message": "Expected a closing tag for `
` (103:1-103:5)", + "reason": "Expected a closing tag for `
` (103:1-103:5)", + "line": null, + "column": null, + "position": { + "start": { + "line": null, + "column": null + }, + "end": { + "line": null, + "column": null + } + }, + "source": "md[ERROR] Client bundle compiled with errors therefore further build is impossible. +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-1.19/table_design/Sort_key.md" +Cause: Could not parse expression with acorn: Expecting Unicode escape sequence \uXXXX +Details: +{ + "name": "88:32", + "message": "Could not parse expression with acorn: Expecting Unicode escape sequence \\uXXXX", + "reason": "Could not parse expression with acorn: Expecting Unicode escape sequence \\uXXXX", + "line": 88, + "column": 32, + "position": { + "start": { + "line": 88, + "column": 32, + "offset": 2696 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-expression", + "ruleId": "acorn" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.0/administration/Cluster_administration.md" +Cause: Could not parse expression with acorn: Unexpected content after expression +Details: +{ + "name": "60:17", + "message": "Could not parse expression with acorn: Unexpected content after expression", + "reason": "Could not parse expression with acorn: Unexpected content after expression", + "line": 60, + "column": 17, + "position": { + "start": { + "line": 60, + "column": 17, + "offset": 1228 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-expression", + "ruleId": "acorn" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.0/administration/Configuration.md" +Cause: Expected a closing tag for `
` (24:44-24:48) before the end of `tableData` +Details: +{ + "name": "24:25-24:82", + "message": "Expected a closing tag for `
` (24:44-24:48) before the end of `tableData`", + "reason": "Expected a closing tag for `
` (24:44-24:48) before the end of `tableData`", + "line": 24, + "column": 25, + "position": { + "start": { + "line": 24, + "column": 25, + "offset": 917, + "_index": 43, + "_bufferIndex": 24 + }, + "end": { + "line": 24, + "column": 82, + "offset": 974, + "_index": 44, + "_bufferIndex": -1 + } + }, + "source": "mdast-util-mdx-jsx", + "ruleId": "end-tag-mismatch" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.0/faq/loading/Broker_load_faq.md" +Cause: Unexpected character `6` (U+0036) after name, expected a character that can start an attribute name, such as a letter, `$`, or `_`; whitespace before attributes; or the end of the tag +Details: +{ + "name": "32:79", + "message": "Unexpected character `6` (U+0036) after name, expected a character that can start an attribute name, such as a letter, `$`, or `_`; whitespace before attributes; or the end of the tag", + "reason": "Unexpected character `6` (U+0036) after name, expected a character that can start an attribute name, such as a letter, `$`, or `_`; whitespace before attributes; or the end of the tag", + "line": 32, + "column": 79, + "position": { + "start": { + "line": 32, + "column": 79, + "offset": 651, + "_index": 0, + "_bufferIndex": 75 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-jsx", + "ruleId": "unexpected-character" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.0/loading/Json_loading.md" +Cause: Expected a closing tag for `
` (103:1-103:5) +Details: +{ + "name": "1:1", + "message": "Expected a closing tag for `
` (103:1-103:5)", + "reason": "Expected a closing tag for `
` (103:1-103:5)", + "line": null, + "column": null, + "position": { + "start": { + "line": null, + "column": null + }, + "end": { + "line": null, + "column": null + } + }, + "source": "mdast-util-mdx-jsx", + "ruleId": "end-tag-mismatch" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.0/release_notes/release-2.0.md" +Cause: Unexpected character `/` (U+002F) before local name, expected a character that can start a name, such as a letter, `$`, or `_` (note: to create a link in MDX, use `[text](url)`) +Details: +{ + "name": "38:112", + "message": "Unexpected character `/` (U+002F) before local name, expected a character that can start a name, such as a letter, `$`, or `_` (note: to create a link in MDX, use `[text](url)`)", + "reason": "Unexpected character `/` (U+002F) before local name, expected a character that can start a name, such as a letter, `$`, or `_` (note: to create a link in MDX, use `[text](url)`)", + "line": 38, + "column": 112, + "position": { + "start": { + "line": 38, + "column": 112, + "offset": 1438, + "_index": 0, + "_bufferIndex": 109 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-jsx", + "ruleId": "unexpected-character" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.0/table_design/Bloomfilter_index.md" +Cause: Could not parse expression with acorn: Assigning to rvalue +Details: +{ + "name": "17:30", + "message": "Could not parse expression with acorn: Assigning to rvalue", + "reason": "Could not parse expression with acorn: Assigning to rvalue", + "line": 17, + "column": 30, + "position": { + "start": { + "line": 17, + "column": 30, + "offset": 499 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-expression", + "ruleId": "acorn" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.0/table_design/Sort_key.md" +Cause: Could not parse expression with acorn: Expecting Unicode escape sequence \uXXXX +Details: +{ + "name": "88:32", + "message": "Could not parse expression with acorn: Expecting Unicode escape sequence \\uXXXX", + "reason": "Could not parse expression with acorn: Expecting Unicode escape sequence \\uXXXX", + "line": 88, + "column": 32, + "position": { + "start": { + "line": 88, + "column": 32, + "offset": 2696 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-expression", + "ruleId": "acorn" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.1/administration/Blacklist.md" +Cause: Unexpected character `=` (U+003D) before name, expected a character that can start a name, such as a letter, `$`, or `_` +Details: +{ + "name": "45:28", + "message": "Unexpected character `=` (U+003D) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "reason": "Unexpected character `=` (U+003D) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "line": 45, + "column": 28, + "position": { + "start": { + "line": 45, + "column": 28, + "offset": 1055, + "_index": 0, + "_bufferIndex": 25 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-jsx", + "ruleId": "unexpected-character" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.1/administration/Cluster_administration.md" +Cause: Could not parse expression with acorn: Unexpected content after expression +Details: +{ + "name": "60:17", + "message": "Could not parse expression with acorn: Unexpected content after expression", + "reason": "Could not parse expression with acorn: Unexpected content after expression", + "line": 60, + "column": 17, + "position": { + "start": { + "line": 60, + "column": 17ast-util-mdx-jsx", + "ruleId": "end-tag-mismatch" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.0/release_notes/release-2.0.md" +Cause: Unexpected character `/` (U+002F) before local name, expected a character that can start a name, such as a letter, `$`, or `_` (note: to create a link in MDX, use `[text](url)`) +Details: +{ + "name": "38:112", + "message": "Unexpected character `/` (U+002F) before local name, expected a character that can start a name, such as a letter, `$`, or `_` (note: to create a link in MDX, use `[text](url)`)", + "reason": "Unexpected character `/` (U+002F) before local name, expected a character that can start a name, such as a letter, `$`, or `_` (note: to create a link in MDX, use `[text](url)`)", + "line": 38, + "column": 112, + "position": { + "start": { + "line": 38, + "column": 112, + "offset": 1438, + "_index": 0, + "_bufferIndex": 109 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-jsx", + "ruleId": "unexpected-character" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.0/table_design/Bloomfilter_index.md" +Cause: Could not parse expression with acorn: Assigning to rvalue +Details: +{ + "name": "17:30", + "message": "Could not parse expression with acorn: Assigning to rvalue", + "reason": "Could not parse expression with acorn: Assigning to rvalue", + "line": 17, + "column": 30, + "position": { + "start": { + "line": 17, + "column": 30, + "offset": 499 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-expression", + "ruleId": "acorn" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.0/table_design/Sort_key.md" +Cause: Could not parse expression with acorn: Expecting Unicode escape sequence \uXXXX +Details: +{ + "name": "88:32", + "message": "Could not parse expression with acorn: Expecting Unicode escape sequence \\uXXXX", + "reason": "Could not parse expression with acorn: Expecting Unicode escape sequence \\uXXXX", + "line": 88, + "column": 32, + "position": { + "start": { + "line": 88, + "column": 32, + "offset": 2696 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-expression", + "ruleId": "acorn" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.1/administration/Blacklist.md" +Cause: Unexpected character `=` (U+003D) before name, expected a character that can start a name, such as a letter, `$`, or `_` +Details: +{ + "name": "45:28", + "message": "Unexpected character `=` (U+003D) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "reason": "Unexpected character `=` (U+003D) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "line": 45, + "column": 28, + "position": { + "start": { + "line": 45, + "column": 28, + "offset": 1055, + "_index": 0, + "_bufferIndex": 25 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-jsx", + "ruleId": "unexpected-character" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.1/administration/Cluster_administration.md" +Cause: Could not parse expression with acorn: Unexpected content after expression +Details: +{ + "name": "60:17", + "message": "Could not parse expression with acorn: Unexpected content after expression", + "reason": "Could not parse expression with acorn: Unexpected content after expression", + "line": 60, + "column": 17, + "position": { + "start": { + "line": 60, + "column": 17, + "offset": 1228 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-expression", + "ruleId": "acorn" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.1/administration/Configuration.md" +Cause: Expected a closing tag for `
` (24:44-24:48) before the end of `tableData` +Details: +{ + "name": "24:25-24:82", + "message": "Expected a closing tag for `
` (24:44-24:48) before the end of `tableData`", + "reason": "Expected a closing tag for `
` (24:44-24:48) before the end of `tableData`", + "line": 24, + "column": 25, + "position": { + "start": { + "line": 24, + "column": 25, + "offset": 914, + "_index": 43, + "_bufferIndex": 24 + }, + "end": { + "line": 24, + "column": 82, + "offset": 971, + "_index": 44, + "_bufferIndex": -1 + } + }, + "source": "mdast-util-mdx-jsx", + "ruleId": "end-tag-mismatch" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.1/administration/Monitor_and_Alert.md" +Cause: Unexpected character `/` (U+002F) before local name, expected a character that can start a name, such as a letter, `$`, or `_` (note: to create a link in MDX, use `[text](url)`) +Details: +{ + "name": "282:186", + "message": "Unexpected character `/` (U+002F) before local name, expected a character that can start a name, such as a letter, `$`, or `_` (note: to create a link in MDX, use `[text](url)`)", + "reason": "Unexpected character `/` (U+002F) before local name, expected a character that can start a name, such as a letter, `$`, or `_` (note: to create a link in MDX, use `[text](url)`)", + "line": 282, + "column": 186, + "position": { + "start": { + "line": 282, + "column": 186, + "offset": 8798, + "_index": 0, + "_bufferIndex": 185 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-jsx", + "ruleId": "unexpected-character" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.1/administration/Query_planning.md" +Cause: Expected a closing tag for `
` (5:199-5:203) before the end of `paragraph` +Details: +{ + "name": "5:1-6:73", + "message": "Expected a closing tag for `
` (5:199-5:203) before the end of `paragraph`", + "reason": "Expected a closing tag for `
` (5:199-5:203) before the end of `paragraph`", + "line": 5, + "column": 1, + "position": { + "start": { + "line": 5, + "column": 1, + "offset": 90, + "_index": 0, + "_bufferIndex": 0 + }, + "end": { + "line": 6, + "column": 73, + "offset": 365, + "_index": 3, + "_bufferIndex": -1 + } + }, + "source": "mdast-util-mdx-jsx", + "ruleId": "end-tag-mismatch" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.1/benchmarking/SSB_Benchmarking.md" +Cause: Unexpected character `5` (U+0035) before name, expected a character that can start a name, such as a letter, `$`, or `_` +Details: +{ + "name": "204:101", + "message": "Unexpected character `5` (U+0035) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "reason": "Unexpected character `5` (U+0035) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "line": 204, + "column": 101, + "position": { + "start": { + "line": 204, + "column": 101, + "offset": 10366, + "_index": 0, + "_bufferIndex": 19 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-jsx", + "ruleId": "unexpected-character" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.1/faq/loading/Broker_load_faq.md" +C, + "offset": 1228 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-expression", + "ruleId": "acorn" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.1/administration/Configuration.md" +Cause: Expected a closing tag for `
` (24:44-24:48) before the end of `tableData` +Details: +{ + "name": "24:25-24:82", + "message": "Expected a closing tag for `
` (24:44-24:48) before the end of `tableData`", + "reason": "Expected a closing tag for `
` (24:44-24:48) before the end of `tableData`", + "line": 24, + "column": 25, + "position": { + "start": { + "line": 24, + "column": 25, + "offset": 914, + "_index": 43, + "_bufferIndex": 24 + }, + "end": { + "line": 24, + "column": 82, + "offset": 971, + "_index": 44, + "_bufferIndex": -1 + } + }, + "source": "mdast-util-mdx-jsx", + "ruleId": "end-tag-mismatch" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.1/administration/Monitor_and_Alert.md" +Cause: Unexpected character `/` (U+002F) before local name, expected a character that can start a name, such as a letter, `$`, or `_` (note: to create a link in MDX, use `[text](url)`) +Details: +{ + "name": "282:186", + "message": "Unexpected character `/` (U+002F) before local name, expected a character that can start a name, such as a letter, `$`, or `_` (note: to create a link in MDX, use `[text](url)`)", + "reason": "Unexpected character `/` (U+002F) before local name, expected a character that can start a name, such as a letter, `$`, or `_` (note: to create a link in MDX, use `[text](url)`)", + "line": 282, + "column": 186, + "position": { + "start": { + "line": 282, + "column": 186, + "offset": 8798, + "_index": 0, + "_bufferIndex": 185 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-jsx", + "ruleId": "unexpected-character" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.1/administration/Query_planning.md" +Cause: Expected a closing tag for `
` (5:199-5:203) before the end of `paragraph` +Details: +{ + "name": "5:1-6:73", + "message": "Expected a closing tag for `
` (5:199-5:203) before the end of `paragraph`", + "reason": "Expected a closing tag for `
` (5:199-5:203) before the end of `paragraph`", + "line": 5, + "column": 1, + "position": { + "start": { + "line": 5, + "column": 1, + "offset": 90, + "_index": 0, + "_bufferIndex": 0 + }, + "end": { + "line": 6, + "column": 73, + "offset": 365, + "_index": 3, + "_bufferIndex": -1 + } + }, + "source": "mdast-util-mdx-jsx", + "ruleId": "end-tag-mismatch" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.1/benchmarking/SSB_Benchmarking.md" +Cause: Unexpected character `5` (U+0035) before name, expected a character that can start a name, such as a letter, `$`, or `_` +Details: +{ + "name": "204:101", + "message": "Unexpected character `5` (U+0035) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "reason": "Unexpected character `5` (U+0035) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "line": 204, + "column": 101, + "position": { + "start": { + "line": 204, + "column": 101, + "offset": 10366, + "_index": 0, + "_bufferIndex": 19 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-jsx", + "ruleId": "unexpected-character" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.1/faq/loading/Broker_load_faq.md" +Cause: Unexpected character `6` (U+0036) after name, expected a character that can start an attribute name, such as a letter, `$`, or `_`; whitespace before attributes; or the end of the tag +Details: +{ + "name": "32:79", + "message": "Unexpected character `6` (U+0036) after name, expected a character that can start an attribute name, such as a letter, `$`, or `_`; whitespace before attributes; or the end of the tag", + "reason": "Unexpected character `6` (U+0036) after name, expected a character that can start an attribute name, such as a letter, `$`, or `_`; whitespace before attributes; or the end of the tag", + "line": 32, + "column": 79, + "position": { + "start": { + "line": 32, + "column": 79, + "offset": 651, + "_index": 0, + "_bufferIndex": 75 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-jsx", + "ruleId": "unexpected-character" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.1/loading/Json_loading.md" +Cause: Expected a closing tag for `
` (103:1-103:5) +Details: +{ + "name": "1:1", + "message": "Expected a closing tag for `
` (103:1-103:5)", + "reason": "Expected a closing tag for `
` (103:1-103:5)", + "line": null, + "column": null, + "position": { + "start": { + "line": null, + "column": null + }, + "end": { + "line": null, + "column": null + } + }, + "source": "mdast-util-mdx-jsx", + "ruleId": "end-tag-mismatch" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.1/release_notes/release-2.0.md" +Cause: Unexpected character `/` (U+002F) before local name, expected a character that can start a name, such as a letter, `$`, or `_` (note: to create a link in MDX, use `[text](url)`) +Details: +{ + "name": "38:112", + "message": "Unexpected character `/` (U+002F) before local name, expected a character that can start a name, such as a letter, `$`, or `_` (note: to create a link in MDX, use `[text](url)`)", + "reason": "Unexpected character `/` (U+002F) before local name, expected a character that can start a name, such as a letter, `$`, or `_` (note: to create a link in MDX, use `[text](url)`)", + "line": 38, + "column": 112, + "position": { + "start": { + "line": 38, + "column": 112, + "offset": 1438, + "_index": 0, + "_bufferIndex": 109 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-jsx", + "ruleId": "unexpected-character" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.1/sql-reference/sql-statements/data-manipulation/DELETE.md" +Cause: Unexpected character `,` (U+002C) before name, expected a character that can start a name, such as a letter, `$`, or `_` +Details: +{ + "name": "19:22", + "message": "Unexpected character `,` (U+002C) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "reason": "Unexpected character `,` (U+002C) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "line": 19, + "column": 22, + "position": { + "start": { + "line": 19, + "column": 22, + "offset": 308, + "_index": 0, + "_bufferIndex": 18 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-jsx", + "ruleId": "unexpected-character" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.1/sql-reference/sql-statements/data-manipulation/SELECT.md" +Cause: Unexpected character `。` (U+3002) in name, expected a name character such as letters, digits, `$`, or `_`; whitespace before attributes; or the end of the tag +Details: +{ + "name": "475:19", + "message": "Unexpected character `。` (U+3002) in name, expected a nameause: Unexpected character `6` (U+0036) after name, expected a character that can start an attribute name, such as a letter, `$`, or `_`; whitespace before attributes; or the end of the tag +Details: +{ + "name": "32:79", + "message": "Unexpected character `6` (U+0036) after name, expected a character that can start an attribute name, such as a letter, `$`, or `_`; whitespace before attributes; or the end of the tag", + "reason": "Unexpected character `6` (U+0036) after name, expected a character that can start an attribute name, such as a letter, `$`, or `_`; whitespace before attributes; or the end of the tag", + "line": 32, + "column": 79, + "position": { + "start": { + "line": 32, + "column": 79, + "offset": 651, + "_index": 0, + "_bufferIndex": 75 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-jsx", + "ruleId": "unexpected-character" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.1/loading/Json_loading.md" +Cause: Expected a closing tag for `
` (103:1-103:5) +Details: +{ + "name": "1:1", + "message": "Expected a closing tag for `
` (103:1-103:5)", + "reason": "Expected a closing tag for `
` (103:1-103:5)", + "line": null, + "column": null, + "position": { + "start": { + "line": null, + "column": null + }, + "end": { + "line": null, + "column": null + } + }, + "source": "mdast-util-mdx-jsx", + "ruleId": "end-tag-mismatch" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.1/release_notes/release-2.0.md" +Cause: Unexpected character `/` (U+002F) before local name, expected a character that can start a name, such as a letter, `$`, or `_` (note: to create a link in MDX, use `[text](url)`) +Details: +{ + "name": "38:112", + "message": "Unexpected character `/` (U+002F) before local name, expected a character that can start a name, such as a letter, `$`, or `_` (note: to create a link in MDX, use `[text](url)`)", + "reason": "Unexpected character `/` (U+002F) before local name, expected a character that can start a name, such as a letter, `$`, or `_` (note: to create a link in MDX, use `[text](url)`)", + "line": 38, + "column": 112, + "position": { + "start": { + "line": 38, + "column": 112, + "offset": 1438, + "_index": 0, + "_bufferIndex": 109 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-jsx", + "ruleId": "unexpected-character" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.1/sql-reference/sql-statements/data-manipulation/DELETE.md" +Cause: Unexpected character `,` (U+002C) before name, expected a character that can start a name, such as a letter, `$`, or `_` +Details: +{ + "name": "19:22", + "message": "Unexpected character `,` (U+002C) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "reason": "Unexpected character `,` (U+002C) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "line": 19, + "column": 22, + "position": { + "start": { + "line": 19, + "column": 22, + "offset": 308, + "_index": 0, + "_bufferIndex": 18 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-jsx", + "ruleId": "unexpected-character" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.1/sql-reference/sql-statements/data-manipulation/SELECT.md" +Cause: Unexpected character `。` (U+3002) in name, expected a name character such as letters, digits, `$`, or `_`; whitespace before attributes; or the end of the tag +Details: +{ + "name": "475:19", + "message": "Unexpected character `。` (U+3002) in name, expected a name character such as letters, digits, `$`, or `_`; whitespace before attributes; or the end of the tag", + "reason": "Unexpected character `。` (U+3002) in name, expected a name character such as letters, digits, `$`, or `_`; whitespace before attributes; or the end of the tag", + "line": 475, + "column": 19, + "position": { + "start": { + "line": 475, + "column": 19, + "offset": 8956, + "_index": 0, + "_bufferIndex": 18 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-jsx", + "ruleId": "unexpected-character" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.1/sql-reference/sql-statements/data-types/DECIMAL.md" +Cause: Unexpected character `=` (U+003D) before name, expected a character that can start a name, such as a letter, `$`, or `_` +Details: +{ + "name": "25:38", + "message": "Unexpected character `=` (U+003D) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "reason": "Unexpected character `=` (U+003D) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "line": 25, + "column": 38, + "position": { + "start": { + "line": 25, + "column": 38, + "offset": 580, + "_index": 0, + "_bufferIndex": 32 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-jsx", + "ruleId": "unexpected-character" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.1/table_design/Bloomfilter_index.md" +Cause: Could not parse expression with acorn: Assigning to rvalue +Details: +{ + "name": "17:30", + "message": "Could not parse expression with acorn: Assigning to rvalue", + "reason": "Could not parse expression with acorn: Assigning to rvalue", + "line": 17, + "column": 30, + "position": { + "start": { + "line": 17, + "column": 30, + "offset": 499 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-expression", + "ruleId": "acorn" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.1/table_design/Sort_key.md" +Cause: Could not parse expression with acorn: Expecting Unicode escape sequence \uXXXX +Details: +{ + "name": "88:32", + "message": "Could not parse expression with acorn: Expecting Unicode escape sequence \\uXXXX", + "reason": "Could not parse expression with acorn: Expecting Unicode escape sequence \\uXXXX", + "line": 88, + "column": 32, + "position": { + "start": { + "line": 88, + "column": 32, + "offset": 2696 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-expression", + "ruleId": "acorn" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.2/administration/Blacklist.md" +Cause: Unexpected character `=` (U+003D) before name, expected a character that can start a name, such as a letter, `$`, or `_` +Details: +{ + "name": "45:28", + "message": "Unexpected character `=` (U+003D) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "reason": "Unexpected character `=` (U+003D) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "line": 45, + "column": 28, + "position": { + "start": { + "line": 45, + "column": 28, + "offset": 1059, + "_index": 0, + "_bufferIndex": 25 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-jsx", + "ruleId": "unexpected-character" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.2/administration/Cluster_administration.md character such as letters, digits, `$`, or `_`; whitespace before attributes; or the end of the tag", + "reason": "Unexpected character `。` (U+3002) in name, expected a name character such as letters, digits, `$`, or `_`; whitespace before attributes; or the end of the tag", + "line": 475, + "column": 19, + "position": { + "start": { + "line": 475, + "column": 19, + "offset": 8956, + "_index": 0, + "_bufferIndex": 18 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-jsx", + "ruleId": "unexpected-character" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.1/sql-reference/sql-statements/data-types/DECIMAL.md" +Cause: Unexpected character `=` (U+003D) before name, expected a character that can start a name, such as a letter, `$`, or `_` +Details: +{ + "name": "25:38", + "message": "Unexpected character `=` (U+003D) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "reason": "Unexpected character `=` (U+003D) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "line": 25, + "column": 38, + "position": { + "start": { + "line": 25, + "column": 38, + "offset": 580, + "_index": 0, + "_bufferIndex": 32 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-jsx", + "ruleId": "unexpected-character" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.1/table_design/Bloomfilter_index.md" +Cause: Could not parse expression with acorn: Assigning to rvalue +Details: +{ + "name": "17:30", + "message": "Could not parse expression with acorn: Assigning to rvalue", + "reason": "Could not parse expression with acorn: Assigning to rvalue", + "line": 17, + "column": 30, + "position": { + "start": { + "line": 17, + "column": 30, + "offset": 499 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-expression", + "ruleId": "acorn" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.1/table_design/Sort_key.md" +Cause: Could not parse expression with acorn: Expecting Unicode escape sequence \uXXXX +Details: +{ + "name": "88:32", + "message": "Could not parse expression with acorn: Expecting Unicode escape sequence \\uXXXX", + "reason": "Could not parse expression with acorn: Expecting Unicode escape sequence \\uXXXX", + "line": 88, + "column": 32, + "position": { + "start": { + "line": 88, + "column": 32, + "offset": 2696 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-expression", + "ruleId": "acorn" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.2/administration/Blacklist.md" +Cause: Unexpected character `=` (U+003D) before name, expected a character that can start a name, such as a letter, `$`, or `_` +Details: +{ + "name": "45:28", + "message": "Unexpected character `=` (U+003D) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "reason": "Unexpected character `=` (U+003D) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "line": 45, + "column": 28, + "position": { + "start": { + "line": 45, + "column": 28, + "offset": 1059, + "_index": 0, + "_bufferIndex": 25 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-jsx", + "ruleId": "unexpected-character" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.2/administration/Cluster_administration.md" +Cause: Could not parse expression with acorn: Unexpected content after expression +Details: +{ + "name": "63:17", + "message": "Could not parse expression with acorn: Unexpected content after expression", + "reason": "Could not parse expression with acorn: Unexpected content after expression", + "line": 63, + "column": 17, + "position": { + "start": { + "line": 63, + "column": 17, + "offset": 1529 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-expression", + "ruleId": "acorn" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.2/administration/Configuration.md" +Cause: Expected a closing tag for `
` (49:80-49:84) before the end of `tableData` +Details: +{ + "name": "49:29-49:121", + "message": "Expected a closing tag for `
` (49:80-49:84) before the end of `tableData`", + "reason": "Expected a closing tag for `
` (49:80-49:84) before the end of `tableData`", + "line": 49, + "column": 29, + "position": { + "start": { + "line": 49, + "column": 29, + "offset": 1144, + "_index": 40, + "_bufferIndex": 28 + }, + "end": { + "line": 49, + "column": 121, + "offset": 1236, + "_index": 41, + "_bufferIndex": -1 + } + }, + "source": "mdast-util-mdx-jsx", + "ruleId": "end-tag-mismatch" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.2/administration/Monitor_and_Alert.md" +Cause: Unexpected character `/` (U+002F) before local name, expected a character that can start a name, such as a letter, `$`, or `_` (note: to create a link in MDX, use `[text](url)`) +Details: +{ + "name": "283:186", + "message": "Unexpected character `/` (U+002F) before local name, expected a character that can start a name, such as a letter, `$`, or `_` (note: to create a link in MDX, use `[text](url)`)", + "reason": "Unexpected character `/` (U+002F) before local name, expected a character that can start a name, such as a letter, `$`, or `_` (note: to create a link in MDX, use `[text](url)`)", + "line": 283, + "column": 186, + "position": { + "start": { + "line": 283, + "column": 186, + "offset": 8881, + "_index": 0, + "_bufferIndex": 185 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-jsx", + "ruleId": "unexpected-character" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.2/administration/Query_planning.md" +Cause: Expected a closing tag for `
` (5:199-5:203) before the end of `paragraph` +Details: +{ + "name": "5:1-6:73", + "message": "Expected a closing tag for `
` (5:199-5:203) before the end of `paragraph`", + "reason": "Expected a closing tag for `
` (5:199-5:203) before the end of `paragraph`", + "line": 5, + "column": 1, + "position": { + "start": { + "line": 5, + "column": 1, + "offset": 90, + "_index": 0, + "_bufferIndex": 0 + }, + "end": { + "line": 6, + "column": 73, + "offset": 365, + "_index": 3, + "_bufferIndex": -1 + } + }, + "source": "mdast-util-mdx-jsx", + "ruleId": "end-tag-mismatch" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.2/benchmarking/SSB_Benchmarking.md" +Cause: Unexpected character `5` (U+0035) before name, expected a character that can start a name, such as a letter, `$`, or `_` +Details: +{ + "name": "204:101", + "message": "Unexpected character `5` (U+0035) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "reason": "Unexpected character `5` (U+0035) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "line": 204, + "column": 101, + "position": { + "start": { + "line": 204, + "column": 101, + " +Cause: Could not parse expression with acorn: Unexpected content after expression +Details: +{ + "name": "63:17", + "message": "Could not parse expression with acorn: Unexpected content after expression", + "reason": "Could not parse expression with acorn: Unexpected content after expression", + "line": 63, + "column": 17, + "position": { + "start": { + "line": 63, + "column": 17, + "offset": 1529 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-expression", + "ruleId": "acorn" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.2/administration/Configuration.md" +Cause: Expected a closing tag for `
` (49:80-49:84) before the end of `tableData` +Details: +{ + "name": "49:29-49:121", + "message": "Expected a closing tag for `
` (49:80-49:84) before the end of `tableData`", + "reason": "Expected a closing tag for `
` (49:80-49:84) before the end of `tableData`", + "line": 49, + "column": 29, + "position": { + "start": { + "line": 49, + "column": 29, + "offset": 1144, + "_index": 40, + "_bufferIndex": 28 + }, + "end": { + "line": 49, + "column": 121, + "offset": 1236, + "_index": 41, + "_bufferIndex": -1 + } + }, + "source": "mdast-util-mdx-jsx", + "ruleId": "end-tag-mismatch" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.2/administration/Monitor_and_Alert.md" +Cause: Unexpected character `/` (U+002F) before local name, expected a character that can start a name, such as a letter, `$`, or `_` (note: to create a link in MDX, use `[text](url)`) +Details: +{ + "name": "283:186", + "message": "Unexpected character `/` (U+002F) before local name, expected a character that can start a name, such as a letter, `$`, or `_` (note: to create a link in MDX, use `[text](url)`)", + "reason": "Unexpected character `/` (U+002F) before local name, expected a character that can start a name, such as a letter, `$`, or `_` (note: to create a link in MDX, use `[text](url)`)", + "line": 283, + "column": 186, + "position": { + "start": { + "line": 283, + "column": 186, + "offset": 8881, + "_index": 0, + "_bufferIndex": 185 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-jsx", + "ruleId": "unexpected-character" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.2/administration/Query_planning.md" +Cause: Expected a closing tag for `
` (5:199-5:203) before the end of `paragraph` +Details: +{ + "name": "5:1-6:73", + "message": "Expected a closing tag for `
` (5:199-5:203) before the end of `paragraph`", + "reason": "Expected a closing tag for `
` (5:199-5:203) before the end of `paragraph`", + "line": 5, + "column": 1, + "position": { + "start": { + "line": 5, + "column": 1, + "offset": 90, + "_index": 0, + "_bufferIndex": 0 + }, + "end": { + "line": 6, + "column": 73, + "offset": 365, + "_index": 3, + "_bufferIndex": -1 + } + }, + "source": "mdast-util-mdx-jsx", + "ruleId": "end-tag-mismatch" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.2/benchmarking/SSB_Benchmarking.md" +Cause: Unexpected character `5` (U+0035) before name, expected a character that can start a name, such as a letter, `$`, or `_` +Details: +{ + "name": "204:101", + "message": "Unexpected character `5` (U+0035) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "reason": "Unexpected character `5` (U+0035) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "line": 204, + "column": 101, + "position": { + "start": { + "line": 204, + "column": 101, + "offset": 10364, + "_index": 0, + "_bufferIndex": 19 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-jsx", + "ruleId": "unexpected-character" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.2/data_source/External_table.md" +Cause: Unexpected character `=` (U+003D) before name, expected a character that can start a name, such as a letter, `$`, or `_` +Details: +{ + "name": "111:10", + "message": "Unexpected character `=` (U+003D) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "reason": "Unexpected character `=` (U+003D) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "line": 111, + "column": 10, + "position": { + "start": { + "line": 111, + "column": 10, + "offset": 3537, + "_index": 0, + "_bufferIndex": 7 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-jsx", + "ruleId": "unexpected-character" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.2/faq/Sql_faq.md" +Cause: Could not parse expression with acorn: Unexpected content after expression +Details: +{ + "name": "196:23", + "message": "Could not parse expression with acorn: Unexpected content after expression", + "reason": "Could not parse expression with acorn: Unexpected content after expression", + "line": 196, + "column": 23, + "position": { + "start": { + "line": 196, + "column": 23, + "offset": 5175 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-expression", + "ruleId": "acorn" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.2/faq/loading/Broker_load_faq.md" +Cause: Unexpected character `6` (U+0036) after name, expected a character that can start an attribute name, such as a letter, `$`, or `_`; whitespace before attributes; or the end of the tag +Details: +{ + "name": "11:92", + "message": "Unexpected character `6` (U+0036) after name, expected a character that can start an attribute name, such as a letter, `$`, or `_`; whitespace before attributes; or the end of the tag", + "reason": "Unexpected character `6` (U+0036) after name, expected a character that can start an attribute name, such as a letter, `$`, or `_`; whitespace before attributes; or the end of the tag", + "line": 11, + "column": 92, + "position": { + "start": { + "line": 11, + "column": 92, + "offset": 633, + "_index": 0, + "_bufferIndex": 88 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-jsx", + "ruleId": "unexpected-character" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.2/faq/loading/Loading_faq.md" +Cause: Unexpected character `<` (U+003C) before name, expected a character that can start a name, such as a letter, `$`, or `_` +Details: +{ + "name": "75:2", + "message": "Unexpected character `<` (U+003C) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "reason": "Unexpected character `<` (U+003C) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "line": 75, + "column": 2, + "position": { + "start": { + "line": 75, + "column": 2, + "offset": 2041, + "_index": 6, + "_bufferIndex": 1 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-jsx", + "ruleId": "unexpected-character" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.2/loading/BrokerLoad.md" +Cause: Image static/_ "offset": 10364, + "_index": 0, + "_bufferIndex": 19 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-jsx", + "ruleId": "unexpected-character" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.2/data_source/External_table.md" +Cause: Unexpected character `=` (U+003D) before name, expected a character that can start a name, such as a letter, `$`, or `_` +Details: +{ + "name": "111:10", + "message": "Unexpected character `=` (U+003D) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "reason": "Unexpected character `=` (U+003D) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "line": 111, + "column": 10, + "position": { + "start": { + "line": 111, + "column": 10, + "offset": 3537, + "_index": 0, + "_bufferIndex": 7 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-jsx", + "ruleId": "unexpected-character" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.2/faq/Sql_faq.md" +Cause: Could not parse expression with acorn: Unexpected content after expression +Details: +{ + "name": "196:23", + "message": "Could not parse expression with acorn: Unexpected content after expression", + "reason": "Could not parse expression with acorn: Unexpected content after expression", + "line": 196, + "column": 23, + "position": { + "start": { + "line": 196, + "column": 23, + "offset": 5175 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-expression", + "ruleId": "acorn" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.2/faq/loading/Broker_load_faq.md" +Cause: Unexpected character `6` (U+0036) after name, expected a character that can start an attribute name, such as a letter, `$`, or `_`; whitespace before attributes; or the end of the tag +Details: +{ + "name": "11:92", + "message": "Unexpected character `6` (U+0036) after name, expected a character that can start an attribute name, such as a letter, `$`, or `_`; whitespace before attributes; or the end of the tag", + "reason": "Unexpected character `6` (U+0036) after name, expected a character that can start an attribute name, such as a letter, `$`, or `_`; whitespace before attributes; or the end of the tag", + "line": 11, + "column": 92, + "position": { + "start": { + "line": 11, + "column": 92, + "offset": 633, + "_index": 0, + "_bufferIndex": 88 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-jsx", + "ruleId": "unexpected-character" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.2/faq/loading/Loading_faq.md" +Cause: Unexpected character `<` (U+003C) before name, expected a character that can start a name, such as a letter, `$`, or `_` +Details: +{ + "name": "75:2", + "message": "Unexpected character `<` (U+003C) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "reason": "Unexpected character `<` (U+003C) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "line": 75, + "column": 2, + "position": { + "start": { + "line": 75, + "column": 2, + "offset": 2041, + "_index": 6, + "_bufferIndex": 1 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-jsx", + "ruleId": "unexpected-character" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.2/loading/BrokerLoad.md" +Cause: Image static/_assets/4.3-1-zh.png used in i18n/zh/docusaurus-plugin-content-docs/version-2.2/loading/BrokerLoad.md not found. +Details: +Error: Image static/_assets/4.3-1-zh.png used in i18n/zh/docusaurus-plugin-content-docs/version-2.2/loading/BrokerLoad.md not found. + at async Promise.all (index 0) + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.2/loading/Flink_cdc_load.md" +Cause: Image i18n/zh/docusaurus-plugin-content-docs/version-2.2/_assets/4.9.3.png used in i18n/zh/docusaurus-plugin-content-docs/version-2.2/loading/Flink_cdc_load.md not found. +Details: +Error: Image i18n/zh/docusaurus-plugin-content-docs/version-2.2/_assets/4.9.3.png used in i18n/zh/docusaurus-plugin-content-docs/version-2.2/loading/Flink_cdc_load.md not found. + at async Promise.all (index 1) + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.2/loading/Json_loading.md" +Cause: Expected a closing tag for `
` (103:1-103:5) +Details: +{ + "name": "1:1", + "message": "Expected a closing tag for `
` (103:1-103:5)", + "reason": "Expected a closing tag for `
` (103:1-103:5)", + "line": null, + "column": null, + "position": { + "start": { + "line": null, + "column": null + }, + "end": { + "line": null, + "column": null + } + }, + "source": "mdast-util-mdx-jsx", + "ruleId": "end-tag-mismatch" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.2/loading/Loading_intro.md" +Cause: Image static/_assets/4.1-1.png used in i18n/zh/docusaurus-plugin-content-docs/version-2.2/loading/Loading_intro.md not found. +Details: +Error: Image static/_assets/4.1-1.png used in i18n/zh/docusaurus-plugin-content-docs/version-2.2/loading/Loading_intro.md not found. + at async Promise.all (index 0) + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.2/reference/Error_code.md" +Cause: Unexpected character `<` (U+003C) before name, expected a character that can start a name, such as a letter, `$`, or `_` +Details: +{ + "name": "76:2", + "message": "Unexpected character `<` (U+003C) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "reason": "Unexpected character `<` (U+003C) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "line": 76, + "column": 2, + "position": { + "start": { + "line": 76, + "column": 2, + "offset": 1753, + "_index": 148, + "_bufferIndex": 1 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-jsx", + "ruleId": "unexpected-character" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.2/release_notes/release-2.0.md" +Cause: Unexpected character `/` (U+002F) before local name, expected a character that can start a name, such as a letter, `$`, or `_` (note: to create a link in MDX, use `[text](url)`) +Details: +{ + "name": "38:112", + "message": "Unexpected character `/` (U+002F) before local name, expected a character that can start a name, such as a letter, `$`, or `_` (note: to create a link in MDX, use `[text](url)`)", + "reason": "Unexpected character `/` (U+002F) before local name, expected a character that can start a name, such as a letter, `$`, or `_` (note: to create a link in MDX, use `[text](url)`)", + "line": 38, + "column": 112, + "position": { + "start": { + "line": 38, + "column": 112, + "offset": 1438, + "_index": 0, + "_bufferIndex": 109 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-jsx", + "ruleId": "unexpected-character" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/assets/4.3-1-zh.png used in i18n/zh/docusaurus-plugin-content-docs/version-2.2/loading/BrokerLoad.md not found. +Details: +Error: Image static/_assets/4.3-1-zh.png used in i18n/zh/docusaurus-plugin-content-docs/version-2.2/loading/BrokerLoad.md not found. + at async Promise.all (index 0) + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.2/loading/Flink_cdc_load.md" +Cause: Image i18n/zh/docusaurus-plugin-content-docs/version-2.2/_assets/4.9.3.png used in i18n/zh/docusaurus-plugin-content-docs/version-2.2/loading/Flink_cdc_load.md not found. +Details: +Error: Image i18n/zh/docusaurus-plugin-content-docs/version-2.2/_assets/4.9.3.png used in i18n/zh/docusaurus-plugin-content-docs/version-2.2/loading/Flink_cdc_load.md not found. + at async Promise.all (index 1) + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.2/loading/Json_loading.md" +Cause: Expected a closing tag for `
` (103:1-103:5) +Details: +{ + "name": "1:1", + "message": "Expected a closing tag for `
` (103:1-103:5)", + "reason": "Expected a closing tag for `
` (103:1-103:5)", + "line": null, + "column": null, + "position": { + "start": { + "line": null, + "column": null + }, + "end": { + "line": null, + "column": null + } + }, + "source": "mdast-util-mdx-jsx", + "ruleId": "end-tag-mismatch" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.2/loading/Loading_intro.md" +Cause: Image static/_assets/4.1-1.png used in i18n/zh/docusaurus-plugin-content-docs/version-2.2/loading/Loading_intro.md not found. +Details: +Error: Image static/_assets/4.1-1.png used in i18n/zh/docusaurus-plugin-content-docs/version-2.2/loading/Loading_intro.md not found. + at async Promise.all (index 0) + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.2/reference/Error_code.md" +Cause: Unexpected character `<` (U+003C) before name, expected a character that can start a name, such as a letter, `$`, or `_` +Details: +{ + "name": "76:2", + "message": "Unexpected character `<` (U+003C) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "reason": "Unexpected character `<` (U+003C) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "line": 76, + "column": 2, + "position": { + "start": { + "line": 76, + "column": 2, + "offset": 1753, + "_index": 148, + "_bufferIndex": 1 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-jsx", + "ruleId": "unexpected-character" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.2/release_notes/release-2.0.md" +Cause: Unexpected character `/` (U+002F) before local name, expected a character that can start a name, such as a letter, `$`, or `_` (note: to create a link in MDX, use `[text](url)`) +Details: +{ + "name": "38:112", + "message": "Unexpected character `/` (U+002F) before local name, expected a character that can start a name, such as a letter, `$`, or `_` (note: to create a link in MDX, use `[text](url)`)", + "reason": "Unexpected character `/` (U+002F) before local name, expected a character that can start a name, such as a letter, `$`, or `_` (note: to create a link in MDX, use `[text](url)`)", + "line": 38, + "column": 112, + "position": { + "start": { + "line": 38, + "column": 112, + "offset": 1438, + "_index": 0, + "_bufferIndex": 109 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-jsx", + "ruleId": "unexpected-character" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.2/sql-reference/sql-statements/data-manipulation/DELETE.md" +Cause: Unexpected character `,` (U+002C) before name, expected a character that can start a name, such as a letter, `$`, or `_` +Details: +{ + "name": "98:22", + "message": "Unexpected character `,` (U+002C) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "reason": "Unexpected character `,` (U+002C) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "line": 98, + "column": 22, + "position": { + "start": { + "line": 98, + "column": 22, + "offset": 1616, + "_index": 0, + "_bufferIndex": 18 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-jsx", + "ruleId": "unexpected-character" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.2/sql-reference/sql-statements/data-manipulation/SELECT.md" +Cause: Unexpected character `=` (U+003D) before name, expected a character that can start a name, such as a letter, `$`, or `_` +Details: +{ + "name": "582:34", + "message": "Unexpected character `=` (U+003D) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "reason": "Unexpected character `=` (U+003D) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "line": 582, + "column": 34, + "position": { + "start": { + "line": 582, + "column": 34, + "offset": 11622, + "_index": 0, + "_bufferIndex": 33 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-jsx", + "ruleId": "unexpected-character" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.2/sql-reference/sql-statements/data-types/DECIMAL.md" +Cause: Unexpected character `=` (U+003D) before name, expected a character that can start a name, such as a letter, `$`, or `_` +Details: +{ + "name": "29:39", + "message": "Unexpected character `=` (U+003D) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "reason": "Unexpected character `=` (U+003D) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "line": 29, + "column": 39, + "position": { + "start": { + "line": 29, + "column": 39, + "offset": 639, + "_index": 0, + "_bufferIndex": 33 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-jsx", + "ruleId": "unexpected-character" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.2/sql-reference/sql-statements/data-types/JSON.md" +Cause: Unexpected character `,` (U+FF0C) before name, expected a character that can start a name, such as a letter, `$`, or `_` +Details: +{ + "name": "172:19", + "message": "Unexpected character `,` (U+FF0C) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "reason": "Unexpected character `,` (U+FF0C) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "line": 172, + "column": 19, + "position": { + "start": { + "line": 172, + "column": 19, + "offset": 5885, + "_index": 0, + "_bufferIndex": 16 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-jsx", + "ruleId": "unexpected-character" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.2/table_design/Bloomfilter_index.md" +Cause: Could not parse expression with acorn: Assigning to rvalue +Details: +{ + "name": "17:30", + "message": "Could not parse expression with acorn: Assigning to rvalue", + "reason": "Could not parse exzh/docusaurus-plugin-content-docs/version-2.2/sql-reference/sql-statements/data-manipulation/DELETE.md" +Cause: Unexpected character `,` (U+002C) before name, expected a character that can start a name, such as a letter, `$`, or `_` +Details: +{ + "name": "98:22", + "message": "Unexpected character `,` (U+002C) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "reason": "Unexpected character `,` (U+002C) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "line": 98, + "column": 22, + "position": { + "start": { + "line": 98, + "column": 22, + "offset": 1616, + "_index": 0, + "_bufferIndex": 18 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-jsx", + "ruleId": "unexpected-character" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.2/sql-reference/sql-statements/data-manipulation/SELECT.md" +Cause: Unexpected character `=` (U+003D) before name, expected a character that can start a name, such as a letter, `$`, or `_` +Details: +{ + "name": "582:34", + "message": "Unexpected character `=` (U+003D) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "reason": "Unexpected character `=` (U+003D) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "line": 582, + "column": 34, + "position": { + "start": { + "line": 582, + "column": 34, + "offset": 11622, + "_index": 0, + "_bufferIndex": 33 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-jsx", + "ruleId": "unexpected-character" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.2/sql-reference/sql-statements/data-types/DECIMAL.md" +Cause: Unexpected character `=` (U+003D) before name, expected a character that can start a name, such as a letter, `$`, or `_` +Details: +{ + "name": "29:39", + "message": "Unexpected character `=` (U+003D) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "reason": "Unexpected character `=` (U+003D) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "line": 29, + "column": 39, + "position": { + "start": { + "line": 29, + "column": 39, + "offset": 639, + "_index": 0, + "_bufferIndex": 33 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-jsx", + "ruleId": "unexpected-character" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.2/sql-reference/sql-statements/data-types/JSON.md" +Cause: Unexpected character `,` (U+FF0C) before name, expected a character that can start a name, such as a letter, `$`, or `_` +Details: +{ + "name": "172:19", + "message": "Unexpected character `,` (U+FF0C) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "reason": "Unexpected character `,` (U+FF0C) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "line": 172, + "column": 19, + "position": { + "start": { + "line": 172, + "column": 19, + "offset": 5885, + "_index": 0, + "_bufferIndex": 16 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-jsx", + "ruleId": "unexpected-character" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.2/table_design/Bloomfilter_index.md" +Cause: Could not parse expression with acorn: Assigning to rvalue +Details: +{ + "name": "17:30", + "message": "Could not parse expression with acorn: Assigning to rvalue", + "reason": "Could not parse expression with acorn: Assigning to rvalue", + "line": 17, + "column": 30, + "position": { + "start": { + "line": 17, + "column": 30, + "offset": 499 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-expression", + "ruleId": "acorn" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.2/table_design/Data_model.md" +Cause: Expected a closing tag for `
` (266:162-266:166) before the end of `paragraph` +Details: +{ + "name": "266:5-267:33", + "message": "Expected a closing tag for `
` (266:162-266:166) before the end of `paragraph`", + "reason": "Expected a closing tag for `
` (266:162-266:166) before the end of `paragraph`", + "line": 266, + "column": 5, + "position": { + "start": { + "line": 266, + "column": 5, + "offset": 7559, + "_index": 0, + "_bufferIndex": 0 + }, + "end": { + "line": 267, + "column": 33, + "offset": 7753, + "_index": 3, + "_bufferIndex": -1 + } + }, + "source": "mdast-util-mdx-jsx", + "ruleId": "end-tag-mismatch" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.2/table_design/StarRocks_table_design.md" +Cause: Image static/_assets/3.1-1.png used in i18n/zh/docusaurus-plugin-content-docs/version-2.2/table_design/StarRocks_table_design.md not found. +Details: +Error: Image static/_assets/3.1-1.png used in i18n/zh/docusaurus-plugin-content-docs/version-2.2/table_design/StarRocks_table_design.md not found. + at async Promise.all (index 0) + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.2/unloading/Export.md" +Cause: Image static/_assets/5.1-2.png used in i18n/zh/docusaurus-plugin-content-docs/version-2.2/unloading/Export.md not found. +Details: +Error: Image static/_assets/5.1-2.png used in i18n/zh/docusaurus-plugin-content-docs/version-2.2/unloading/Export.md not found. + at async Promise.all (index 0) + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.3/administration/Configuration.md" +Cause: Expected a closing tag for `
` (53:80-53:84) before the end of `tableData` +Details: +{ + "name": "53:29-53:121", + "message": "Expected a closing tag for `
` (53:80-53:84) before the end of `tableData`", + "reason": "Expected a closing tag for `
` (53:80-53:84) before the end of `tableData`", + "line": 53, + "column": 29, + "position": { + "start": { + "line": 53, + "column": 29, + "offset": 1370, + "_index": 27, + "_bufferIndex": 28 + }, + "end": { + "line": 53, + "column": 121, + "offset": 1462, + "_index": 28, + "_bufferIndex": -1 + } + }, + "source": "mdast-util-mdx-jsx", + "ruleId": "end-tag-mismatch" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.3/administration/resource_group.md" +Cause: Unexpected character `=` (U+003D) before name, expected a character that can start a name, such as a letter, `$`, or `_` +Details: +{ + "name": "73:26", + "message": "Unexpected character `=` (U+003D) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "reason": "Unexpected character `=` (U+003D) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "line": 73, + "column": 26, + "position": { + "start": { + "line": 73, + "column": 26, + "offset": 2593, + "_index": 0, + "_bufferIndex": 21 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-jsx", + "ruleId": "unexpected-character" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/versionpression with acorn: Assigning to rvalue", + "line": 17, + "column": 30, + "position": { + "start": { + "line": 17, + "column": 30, + "offset": 499 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-expression", + "ruleId": "acorn" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.2/table_design/Data_model.md" +Cause: Expected a closing tag for `
` (266:162-266:166) before the end of `paragraph` +Details: +{ + "name": "266:5-267:33", + "message": "Expected a closing tag for `
` (266:162-266:166) before the end of `paragraph`", + "reason": "Expected a closing tag for `
` (266:162-266:166) before the end of `paragraph`", + "line": 266, + "column": 5, + "position": { + "start": { + "line": 266, + "column": 5, + "offset": 7559, + "_index": 0, + "_bufferIndex": 0 + }, + "end": { + "line": 267, + "column": 33, + "offset": 7753, + "_index": 3, + "_bufferIndex": -1 + } + }, + "source": "mdast-util-mdx-jsx", + "ruleId": "end-tag-mismatch" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.2/table_design/StarRocks_table_design.md" +Cause: Image static/_assets/3.1-1.png used in i18n/zh/docusaurus-plugin-content-docs/version-2.2/table_design/StarRocks_table_design.md not found. +Details: +Error: Image static/_assets/3.1-1.png used in i18n/zh/docusaurus-plugin-content-docs/version-2.2/table_design/StarRocks_table_design.md not found. + at async Promise.all (index 0) + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.2/unloading/Export.md" +Cause: Image static/_assets/5.1-2.png used in i18n/zh/docusaurus-plugin-content-docs/version-2.2/unloading/Export.md not found. +Details: +Error: Image static/_assets/5.1-2.png used in i18n/zh/docusaurus-plugin-content-docs/version-2.2/unloading/Export.md not found. + at async Promise.all (index 0) + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.3/administration/Configuration.md" +Cause: Expected a closing tag for `
` (53:80-53:84) before the end of `tableData` +Details: +{ + "name": "53:29-53:121", + "message": "Expected a closing tag for `
` (53:80-53:84) before the end of `tableData`", + "reason": "Expected a closing tag for `
` (53:80-53:84) before the end of `tableData`", + "line": 53, + "column": 29, + "position": { + "start": { + "line": 53, + "column": 29, + "offset": 1370, + "_index": 27, + "_bufferIndex": 28 + }, + "end": { + "line": 53, + "column": 121, + "offset": 1462, + "_index": 28, + "_bufferIndex": -1 + } + }, + "source": "mdast-util-mdx-jsx", + "ruleId": "end-tag-mismatch" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.3/administration/resource_group.md" +Cause: Unexpected character `=` (U+003D) before name, expected a character that can start a name, such as a letter, `$`, or `_` +Details: +{ + "name": "73:26", + "message": "Unexpected character `=` (U+003D) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "reason": "Unexpected character `=` (U+003D) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "line": 73, + "column": 26, + "position": { + "start": { + "line": 73, + "column": 26, + "offset": 2593, + "_index": 0, + "_bufferIndex": 21 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-jsx", + "ruleId": "unexpected-character" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.3/benchmarking/SSB_Benchmarking.md" +Cause: Unexpected character `5` (U+0035) before name, expected a character that can start a name, such as a letter, `$`, or `_` +Details: +{ + "name": "204:101", + "message": "Unexpected character `5` (U+0035) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "reason": "Unexpected character `5` (U+0035) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "line": 204, + "column": 101, + "position": { + "start": { + "line": 204, + "column": 101, + "offset": 10388, + "_index": 0, + "_bufferIndex": 19 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-jsx", + "ruleId": "unexpected-character" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.3/data_source/External_table.md" +Cause: Unexpected character `=` (U+003D) before name, expected a character that can start a name, such as a letter, `$`, or `_` +Details: +{ + "name": "291:10", + "message": "Unexpected character `=` (U+003D) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "reason": "Unexpected character `=` (U+003D) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "line": 291, + "column": 10, + "position": { + "start": { + "line": 291, + "column": 10, + "offset": 8979, + "_index": 0, + "_bufferIndex": 7 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-jsx", + "ruleId": "unexpected-character" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.3/faq/Sql_faq.md" +Cause: Could not parse expression with acorn: Unexpected content after expression +Details: +{ + "name": "194:23", + "message": "Could not parse expression with acorn: Unexpected content after expression", + "reason": "Could not parse expression with acorn: Unexpected content after expression", + "line": 194, + "column": 23, + "position": { + "start": { + "line": 194, + "column": 23, + "offset": 5278 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-expression", + "ruleId": "acorn" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.3/faq/loading/Broker_load_faq.md" +Cause: Unexpected character `6` (U+0036) after name, expected a character that can start an attribute name, such as a letter, `$`, or `_`; whitespace before attributes; or the end of the tag +Details: +{ + "name": "11:92", + "message": "Unexpected character `6` (U+0036) after name, expected a character that can start an attribute name, such as a letter, `$`, or `_`; whitespace before attributes; or the end of the tag", + "reason": "Unexpected character `6` (U+0036) after name, expected a character that can start an attribute name, such as a letter, `$`, or `_`; whitespace before attributes; or the end of the tag", + "line": 11, + "column": 92, + "position": { + "start": { + "line": 11, + "column": 92, + "offset": 630, + "_index": 0, + "_bufferIndex": 88 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-jsx", + "ruleId": "unexpected-character" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.3/loading/BrokerLoad.md" +Cause: Image static/_assets/4.3-1-zh.png used in i18n/zh/docusaurus-plugin-content-docs/version-2.3/loading/BrokerLoad.md not found. +Details: +Error: Image static/_assets/4.3-1-zh.png used in i18n/zh/docusaurus-plugin-content-docs/version-2.3/loading/BrokerLoad.md not found. + at async Promise.all (index 0) + +-------------------------- + +Error: MDX compilation -2.3/benchmarking/SSB_Benchmarking.md" +Cause: Unexpected character `5` (U+0035) before name, expected a character that can start a name, such as a letter, `$`, or `_` +Details: +{ + "name": "204:101", + "message": "Unexpected character `5` (U+0035) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "reason": "Unexpected character `5` (U+0035) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "line": 204, + "column": 101, + "position": { + "start": { + "line": 204, + "column": 101, + "offset": 10388, + "_index": 0, + "_bufferIndex": 19 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-jsx", + "ruleId": "unexpected-character" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.3/data_source/External_table.md" +Cause: Unexpected character `=` (U+003D) before name, expected a character that can start a name, such as a letter, `$`, or `_` +Details: +{ + "name": "291:10", + "message": "Unexpected character `=` (U+003D) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "reason": "Unexpected character `=` (U+003D) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "line": 291, + "column": 10, + "position": { + "start": { + "line": 291, + "column": 10, + "offset": 8979, + "_index": 0, + "_bufferIndex": 7 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-jsx", + "ruleId": "unexpected-character" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.3/faq/Sql_faq.md" +Cause: Could not parse expression with acorn: Unexpected content after expression +Details: +{ + "name": "194:23", + "message": "Could not parse expression with acorn: Unexpected content after expression", + "reason": "Could not parse expression with acorn: Unexpected content after expression", + "line": 194, + "column": 23, + "position": { + "start": { + "line": 194, + "column": 23, + "offset": 5278 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-expression", + "ruleId": "acorn" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.3/faq/loading/Broker_load_faq.md" +Cause: Unexpected character `6` (U+0036) after name, expected a character that can start an attribute name, such as a letter, `$`, or `_`; whitespace before attributes; or the end of the tag +Details: +{ + "name": "11:92", + "message": "Unexpected character `6` (U+0036) after name, expected a character that can start an attribute name, such as a letter, `$`, or `_`; whitespace before attributes; or the end of the tag", + "reason": "Unexpected character `6` (U+0036) after name, expected a character that can start an attribute name, such as a letter, `$`, or `_`; whitespace before attributes; or the end of the tag", + "line": 11, + "column": 92, + "position": { + "start": { + "line": 11, + "column": 92, + "offset": 630, + "_index": 0, + "_bufferIndex": 88 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-jsx", + "ruleId": "unexpected-character" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.3/loading/BrokerLoad.md" +Cause: Image static/_assets/4.3-1-zh.png used in i18n/zh/docusaurus-plugin-content-docs/version-2.3/loading/BrokerLoad.md not found. +Details: +Error: Image static/_assets/4.3-1-zh.png used in i18n/zh/docusaurus-plugin-content-docs/version-2.3/loading/BrokerLoad.md not found. + at async Promise.all (index 0) + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.3/loading/InsertInto.md" +Cause: Unexpected end of file in expression, expected a corresponding closing brace for `{` +Details: +{ + "name": "285:179", + "message": "Unexpected end of file in expression, expected a corresponding closing brace for `{`", + "reason": "Unexpected end of file in expression, expected a corresponding closing brace for `{`", + "line": 285, + "column": 179, + "position": { + "start": { + "line": 285, + "column": 179, + "offset": 8650, + "_index": 1, + "_bufferIndex": -1 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-expression", + "ruleId": "unexpected-eof" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.3/loading/Loading_intro.md" +Cause: Image static/_assets/4.1-1.png used in i18n/zh/docusaurus-plugin-content-docs/version-2.3/loading/Loading_intro.md not found. +Details: +Error: Image static/_assets/4.1-1.png used in i18n/zh/docusaurus-plugin-content-docs/version-2.3/loading/Loading_intro.md not found. + at async Promise.all (index 0) + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.3/release_notes/release-2.0.md" +Cause: Unexpected character `/` (U+002F) before local name, expected a character that can start a name, such as a letter, `$`, or `_` (note: to create a link in MDX, use `[text](url)`) +Details: +{ + "name": "38:112", + "message": "Unexpected character `/` (U+002F) before local name, expected a character that can start a name, such as a letter, `$`, or `_` (note: to create a link in MDX, use `[text](url)`)", + "reason": "Unexpected character `/` (U+002F) before local name, expected a character that can start a name, such as a letter, `$`, or `_` (note: to create a link in MDX, use `[text](url)`)", + "line": 38, + "column": 112, + "position": { + "start": { + "line": 38, + "column": 112, + "offset": 1426, + "_index": 0, + "_bufferIndex": 109 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-jsx", + "ruleId": "unexpected-character" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.3/sql-reference/sql-functions/JAVA_UDF.md" +Cause: Expected a closing tag for `` (294:9-294:13) before the end of `paragraph` +Details: +{ + "name": "293:9-294:130", + "message": "Expected a closing tag for `` (294:9-294:13) before the end of `paragraph`", + "reason": "Expected a closing tag for `` (294:9-294:13) before the end of `paragraph`", + "line": 293, + "column": 9, + "position": { + "start": { + "line": 293, + "column": 9, + "offset": 9186, + "_index": 0, + "_bufferIndex": 0 + }, + "end": { + "line": 294, + "column": 130, + "offset": 9381, + "_index": 3, + "_bufferIndex": -1 + } + }, + "source": "mdast-util-mdx-jsx", + "ruleId": "end-tag-mismatch" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.3/sql-reference/sql-functions/aggregate-functions/sum.md" +Cause: Expected a closing tag for `
` (93:54-93:58) before the end of `paragraph` +Details: +{ + "name": "93:5-93:106", + "message": "Expected a closing tag for `
` (93:54-93:58) before the end of `paragraph`", + "reason": "Expected a closing tag for `
` (93:54-93:58) before the end of `paragraph`", + "line": 93, + "column": 5, + "position": { + "start": { + "line": 93, + "column": 5, + "offset": 2218, + "_index": 0, + "_bufferIndex": 0 + }, + "end": { + "line": 93, + "column": 106, + "offset": 2319, + "_index": 1, + "_bufferIndex": -1 + } + }, + "source": "mdast-util-mdx-jsx", + "ruleId": "end-tag-mismatch" +}failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.3/loading/InsertInto.md" +Cause: Unexpected end of file in expression, expected a corresponding closing brace for `{` +Details: +{ + "name": "285:179", + "message": "Unexpected end of file in expression, expected a corresponding closing brace for `{`", + "reason": "Unexpected end of file in expression, expected a corresponding closing brace for `{`", + "line": 285, + "column": 179, + "position": { + "start": { + "line": 285, + "column": 179, + "offset": 8650, + "_index": 1, + "_bufferIndex": -1 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-expression", + "ruleId": "unexpected-eof" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.3/loading/Loading_intro.md" +Cause: Image static/_assets/4.1-1.png used in i18n/zh/docusaurus-plugin-content-docs/version-2.3/loading/Loading_intro.md not found. +Details: +Error: Image static/_assets/4.1-1.png used in i18n/zh/docusaurus-plugin-content-docs/version-2.3/loading/Loading_intro.md not found. + at async Promise.all (index 0) + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.3/release_notes/release-2.0.md" +Cause: Unexpected character `/` (U+002F) before local name, expected a character that can start a name, such as a letter, `$`, or `_` (note: to create a link in MDX, use `[text](url)`) +Details: +{ + "name": "38:112", + "message": "Unexpected character `/` (U+002F) before local name, expected a character that can start a name, such as a letter, `$`, or `_` (note: to create a link in MDX, use `[text](url)`)", + "reason": "Unexpected character `/` (U+002F) before local name, expected a character that can start a name, such as a letter, `$`, or `_` (note: to create a link in MDX, use `[text](url)`)", + "line": 38, + "column": 112, + "position": { + "start": { + "line": 38, + "column": 112, + "offset": 1426, + "_index": 0, + "_bufferIndex": 109 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-jsx", + "ruleId": "unexpected-character" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.3/sql-reference/sql-functions/JAVA_UDF.md" +Cause: Expected a closing tag for `` (294:9-294:13) before the end of `paragraph` +Details: +{ + "name": "293:9-294:130", + "message": "Expected a closing tag for `` (294:9-294:13) before the end of `paragraph`", + "reason": "Expected a closing tag for `` (294:9-294:13) before the end of `paragraph`", + "line": 293, + "column": 9, + "position": { + "start": { + "line": 293, + "column": 9, + "offset": 9186, + "_index": 0, + "_bufferIndex": 0 + }, + "end": { + "line": 294, + "column": 130, + "offset": 9381, + "_index": 3, + "_bufferIndex": -1 + } + }, + "source": "mdast-util-mdx-jsx", + "ruleId": "end-tag-mismatch" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.3/sql-reference/sql-functions/aggregate-functions/sum.md" +Cause: Expected a closing tag for `
` (93:54-93:58) before the end of `paragraph` +Details: +{ + "name": "93:5-93:106", + "message": "Expected a closing tag for `
` (93:54-93:58) before the end of `paragraph`", + "reason": "Expected a closing tag for `
` (93:54-93:58) before the end of `paragraph`", + "line": 93, + "column": 5, + "position": { + "start": { + "line": 93, + "column": 5, + "offset": 2218, + "_index": 0, + "_bufferIndex": 0 + }, + "end": { + "line": 93, + "column": 106, + "offset": 2319, + "_index": 1, + "_bufferIndex": -1 + } + }, + "source": "mdast-util-mdx-jsx", + "ruleId": "end-tag-mismatch" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.3/sql-reference/sql-functions/json-functions/overview-of-json-functions-and-operators.md" +Cause: Could not parse expression with acorn: Unexpected content after expression +Details: +{ + "name": "11:221", + "message": "Could not parse expression with acorn: Unexpected content after expression", + "reason": "Could not parse expression with acorn: Unexpected content after expression", + "line": 11, + "column": 221, + "position": { + "start": { + "line": 11, + "column": 221, + "offset": 770 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-expression", + "ruleId": "acorn" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.3/sql-reference/sql-statements/data-manipulation/SELECT.md" +Cause: Unexpected character `=` (U+003D) before name, expected a character that can start a name, such as a letter, `$`, or `_` +Details: +{ + "name": "582:34", + "message": "Unexpected character `=` (U+003D) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "reason": "Unexpected character `=` (U+003D) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "line": 582, + "column": 34, + "position": { + "start": { + "line": 582, + "column": 34, + "offset": 11621, + "_index": 0, + "_bufferIndex": 33 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-jsx", + "ruleId": "unexpected-character" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.3/sql-reference/sql-statements/data-types/DECIMAL.md" +Cause: Unexpected character `=` (U+003D) before name, expected a character that can start a name, such as a letter, `$`, or `_` +Details: +{ + "name": "29:39", + "message": "Unexpected character `=` (U+003D) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "reason": "Unexpected character `=` (U+003D) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "line": 29, + "column": 39, + "position": { + "start": { + "line": 29, + "column": 39, + "offset": 639, + "_index": 0, + "_bufferIndex": 33 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-jsx", + "ruleId": "unexpected-character" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.3/sql-reference/sql-statements/data-types/HLL.md" +Cause: Unexpected character `=` (U+003D) before name, expected a character that can start a name, such as a letter, `$`, or `_` +Details: +{ + "name": "10:23", + "message": "Unexpected character `=` (U+003D) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "reason": "Unexpected character `=` (U+003D) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "line": 10, + "column": 23, + "position": { + "start": { + "line": 10, + "column": 23, + "offset": 160, + "_index": 0, + "_bufferIndex": 20 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-jsx", + "ruleId": "unexpected-character" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.3/table_design/Data_model.md" +Cause: Expected a closing tag for `
` (268:162-268:166) before the end of `paragraph` +Details: +{ + "name": "268:5-269:33", + "message": "Expected a closing tag for `
` (268:162-268:166) before the end of `paragraph`", + "reason": "Expected a closing tag for `
` (268:1 + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.3/sql-reference/sql-functions/json-functions/overview-of-json-functions-and-operators.md" +Cause: Could not parse expression with acorn: Unexpected content after expression +Details: +{ + "name": "11:221", + "message": "Could not parse expression with acorn: Unexpected content after expression", + "reason": "Could not parse expression with acorn: Unexpected content after expression", + "line": 11, + "column": 221, + "position": { + "start": { + "line": 11, + "column": 221, + "offset": 770 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-expression", + "ruleId": "acorn" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.3/sql-reference/sql-statements/data-manipulation/SELECT.md" +Cause: Unexpected character `=` (U+003D) before name, expected a character that can start a name, such as a letter, `$`, or `_` +Details: +{ + "name": "582:34", + "message": "Unexpected character `=` (U+003D) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "reason": "Unexpected character `=` (U+003D) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "line": 582, + "column": 34, + "position": { + "start": { + "line": 582, + "column": 34, + "offset": 11621, + "_index": 0, + "_bufferIndex": 33 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-jsx", + "ruleId": "unexpected-character" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.3/sql-reference/sql-statements/data-types/DECIMAL.md" +Cause: Unexpected character `=` (U+003D) before name, expected a character that can start a name, such as a letter, `$`, or `_` +Details: +{ + "name": "29:39", + "message": "Unexpected character `=` (U+003D) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "reason": "Unexpected character `=` (U+003D) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "line": 29, + "column": 39, + "position": { + "start": { + "line": 29, + "column": 39, + "offset": 639, + "_index": 0, + "_bufferIndex": 33 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-jsx", + "ruleId": "unexpected-character" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.3/sql-reference/sql-statements/data-types/HLL.md" +Cause: Unexpected character `=` (U+003D) before name, expected a character that can start a name, such as a letter, `$`, or `_` +Details: +{ + "name": "10:23", + "message": "Unexpected character `=` (U+003D) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "reason": "Unexpected character `=` (U+003D) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "line": 10, + "column": 23, + "position": { + "start": { + "line": 10, + "column": 23, + "offset": 160, + "_index": 0, + "_bufferIndex": 20 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-jsx", + "ruleId": "unexpected-character" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.3/table_design/Data_model.md" +Cause: Expected a closing tag for `
` (268:162-268:166) before the end of `paragraph` +Details: +{ + "name": "268:5-269:33", + "message": "Expected a closing tag for `
` (268:162-268:166) before the end of `paragraph`", + "reason": "Expected a closing tag for `
` (268:162-268:166) before the end of `paragraph`", + "line": 268, + "column": 5, + "position": { + "start": { + "line": 268, + "column": 5, + "offset": 7747, + "_index": 0, + "_bufferIndex": 0 + }, + "end": { + "line": 269, + "column": 33, + "offset": 7941, + "_index": 3, + "_bufferIndex": -1 + } + }, + "source": "mdast-util-mdx-jsx", + "ruleId": "end-tag-mismatch" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.3/table_design/StarRocks_table_design.md" +Cause: Image static/_assets/3.1-1.png used in i18n/zh/docusaurus-plugin-content-docs/version-2.3/table_design/StarRocks_table_design.md not found. +Details: +Error: Image static/_assets/3.1-1.png used in i18n/zh/docusaurus-plugin-content-docs/version-2.3/table_design/StarRocks_table_design.md not found. + at async Promise.all (index 0) + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.3/unloading/Export.md" +Cause: Image static/_assets/5.1-2.png used in i18n/zh/docusaurus-plugin-content-docs/version-2.3/unloading/Export.md not found. +Details: +Error: Image static/_assets/5.1-2.png used in i18n/zh/docusaurus-plugin-content-docs/version-2.3/unloading/Export.md not found. + at async Promise.all (index 0) + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.4/administration/Configuration.md" +Cause: Expected a closing tag for `
` (53:80-53:84) before the end of `tableData` +Details: +{ + "name": "53:29-53:121", + "message": "Expected a closing tag for `
` (53:80-53:84) before the end of `tableData`", + "reason": "Expected a closing tag for `
` (53:80-53:84) before the end of `tableData`", + "line": 53, + "column": 29, + "position": { + "start": { + "line": 53, + "column": 29, + "offset": 1419, + "_index": 27, + "_bufferIndex": 28 + }, + "end": { + "line": 53, + "column": 121, + "offset": 1511, + "_index": 28, + "_bufferIndex": -1 + } + }, + "source": "mdast-util-mdx-jsx", + "ruleId": "end-tag-mismatch" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.4/administration/resource_group.md" +Cause: Unexpected character `=` (U+003D) before name, expected a character that can start a name, such as a letter, `$`, or `_` +Details: +{ + "name": "73:26", + "message": "Unexpected character `=` (U+003D) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "reason": "Unexpected character `=` (U+003D) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "line": 73, + "column": 26, + "position": { + "start": { + "line": 73, + "column": 26, + "offset": 2593, + "_index": 0, + "_bufferIndex": 21 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-jsx", + "ruleId": "unexpected-character" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.4/benchmarking/SSB_Benchmarking.md" +Cause: Unexpected character `5` (U+0035) before name, expected a character that can start a name, such as a letter, `$`, or `_` +Details: +{ + "name": "204:101", + "message": "Unexpected character `5` (U+0035) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "reason": "Unexpected character `5` (U+0035) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "line": 204, + "column": 101, + "position": { + "start": { + "line": 204, + "column": 101, + "offset": 10376, + "_index": 0, + "_bufferIndex": 19 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-jsx", + 62-268:166) before the end of `paragraph`", + "line": 268, + "column": 5, + "position": { + "start": { + "line": 268, + "column": 5, + "offset": 7747, + "_index": 0, + "_bufferIndex": 0 + }, + "end": { + "line": 269, + "column": 33, + "offset": 7941, + "_index": 3, + "_bufferIndex": -1 + } + }, + "source": "mdast-util-mdx-jsx", + "ruleId": "end-tag-mismatch" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.3/table_design/StarRocks_table_design.md" +Cause: Image static/_assets/3.1-1.png used in i18n/zh/docusaurus-plugin-content-docs/version-2.3/table_design/StarRocks_table_design.md not found. +Details: +Error: Image static/_assets/3.1-1.png used in i18n/zh/docusaurus-plugin-content-docs/version-2.3/table_design/StarRocks_table_design.md not found. + at async Promise.all (index 0) + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.3/unloading/Export.md" +Cause: Image static/_assets/5.1-2.png used in i18n/zh/docusaurus-plugin-content-docs/version-2.3/unloading/Export.md not found. +Details: +Error: Image static/_assets/5.1-2.png used in i18n/zh/docusaurus-plugin-content-docs/version-2.3/unloading/Export.md not found. + at async Promise.all (index 0) + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.4/administration/Configuration.md" +Cause: Expected a closing tag for `
` (53:80-53:84) before the end of `tableData` +Details: +{ + "name": "53:29-53:121", + "message": "Expected a closing tag for `
` (53:80-53:84) before the end of `tableData`", + "reason": "Expected a closing tag for `
` (53:80-53:84) before the end of `tableData`", + "line": 53, + "column": 29, + "position": { + "start": { + "line": 53, + "column": 29, + "offset": 1419, + "_index": 27, + "_bufferIndex": 28 + }, + "end": { + "line": 53, + "column": 121, + "offset": 1511, + "_index": 28, + "_bufferIndex": -1 + } + }, + "source": "mdast-util-mdx-jsx", + "ruleId": "end-tag-mismatch" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.4/administration/resource_group.md" +Cause: Unexpected character `=` (U+003D) before name, expected a character that can start a name, such as a letter, `$`, or `_` +Details: +{ + "name": "73:26", + "message": "Unexpected character `=` (U+003D) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "reason": "Unexpected character `=` (U+003D) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "line": 73, + "column": 26, + "position": { + "start": { + "line": 73, + "column": 26, + "offset": 2593, + "_index": 0, + "_bufferIndex": 21 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-jsx", + "ruleId": "unexpected-character" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.4/benchmarking/SSB_Benchmarking.md" +Cause: Unexpected character `5` (U+0035) before name, expected a character that can start a name, such as a letter, `$`, or `_` +Details: +{ + "name": "204:101", + "message": "Unexpected character `5` (U+0035) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "reason": "Unexpected character `5` (U+0035) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "line": 204, + "column": 101, + "position": { + "start": { + "line": 204, + "column": 101, + "offset": 10376, + "_index": 0, + "_bufferIndex": 19 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-jsx", + "ruleId": "unexpected-character" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.4/data_source/External_table.md" +Cause: Unexpected character `=` (U+003D) before name, expected a character that can start a name, such as a letter, `$`, or `_` +Details: +{ + "name": "291:10", + "message": "Unexpected character `=` (U+003D) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "reason": "Unexpected character `=` (U+003D) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "line": 291, + "column": 10, + "position": { + "start": { + "line": 291, + "column": 10, + "offset": 8972, + "_index": 0, + "_bufferIndex": 7 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-jsx", + "ruleId": "unexpected-character" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.4/data_source/catalog/catalog_overview.md" +Cause: Image static/_assets/3.12-1.png used in i18n/zh/docusaurus-plugin-content-docs/version-2.4/data_source/catalog/catalog_overview.md not found. +Details: +Error: Image static/_assets/3.12-1.png used in i18n/zh/docusaurus-plugin-content-docs/version-2.4/data_source/catalog/catalog_overview.md not found. + at async Promise.all (index 0) + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.4/data_source/catalog/hive_catalog.md" +Cause: Expected a closing tag for `
` (211:40-211:44) before the end of `paragraph` +Details: +{ + "name": "211:3-211:51", + "message": "Expected a closing tag for `
` (211:40-211:44) before the end of `paragraph`", + "reason": "Expected a closing tag for `
` (211:40-211:44) before the end of `paragraph`", + "line": 211, + "column": 3, + "position": { + "start": { + "line": 211, + "column": 3, + "offset": 9667, + "_index": 0, + "_bufferIndex": 0 + }, + "end": { + "line": 211, + "column": 51, + "offset": 9715, + "_index": 1, + "_bufferIndex": -1 + } + }, + "source": "mdast-util-mdx-jsx", + "ruleId": "end-tag-mismatch" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.4/data_source/catalog/hudi_catalog.md" +Cause: Expected a closing tag for `
` (30:40-30:44) before the end of `paragraph` +Details: +{ + "name": "30:3-30:51", + "message": "Expected a closing tag for `
` (30:40-30:44) before the end of `paragraph`", + "reason": "Expected a closing tag for `
` (30:40-30:44) before the end of `paragraph`", + "line": 30, + "column": 3, + "position": { + "start": { + "line": 30, + "column": 3, + "offset": 1122, + "_index": 0, + "_bufferIndex": 0 + }, + "end": { + "line": 30, + "column": 51, + "offset": 1170, + "_index": 1, + "_bufferIndex": -1 + } + }, + "source": "mdast-util-mdx-jsx", + "ruleId": "end-tag-mismatch" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.4/data_source/catalog/iceberg_catalog.md" +Cause: Expected a closing tag for `
` (36:43-36:47) before the end of `paragraph` +Details: +{ + "name": "36:3-36:54", + "message": "Expected a closing tag for `
` (36:43-36:47) before the end of `paragraph`", + "reason": "Expected a closing tag for `
` (36:43-36:47) before the end of `paragraph`", + "line": 36, + "column": 3, + "position": { + "start": { + "line": 36, + "column": 3, + "offset": 1359, + "_index": 0, + "_bufferIndex": 0 + }, + "end": { + "line": 36, + "column": 54, + "offset": 1410, + "_index": 1, + "_bufferIndex": -1 + } + }, + "source": "mdast-util-mdx-jsx", + "ruleId": "end-tag-mismatch" +} + +------------------ "ruleId": "unexpected-character" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.4/data_source/External_table.md" +Cause: Unexpected character `=` (U+003D) before name, expected a character that can start a name, such as a letter, `$`, or `_` +Details: +{ + "name": "291:10", + "message": "Unexpected character `=` (U+003D) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "reason": "Unexpected character `=` (U+003D) before name, expected a character that can start a name, such as a letter, `$`, or `_`", + "line": 291, + "column": 10, + "position": { + "start": { + "line": 291, + "column": 10, + "offset": 8972, + "_index": 0, + "_bufferIndex": 7 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-jsx", + "ruleId": "unexpected-character" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.4/data_source/catalog/catalog_overview.md" +Cause: Image static/_assets/3.12-1.png used in i18n/zh/docusaurus-plugin-content-docs/version-2.4/data_source/catalog/catalog_overview.md not found. +Details: +Error: Image static/_assets/3.12-1.png used in i18n/zh/docusaurus-plugin-content-docs/version-2.4/data_source/catalog/catalog_overview.md not found. + at async Promise.all (index 0) + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.4/data_source/catalog/hive_catalog.md" +Cause: Expected a closing tag for `
` (211:40-211:44) before the end of `paragraph` +Details: +{ + "name": "211:3-211:51", + "message": "Expected a closing tag for `
` (211:40-211:44) before the end of `paragraph`", + "reason": "Expected a closing tag for `
` (211:40-211:44) before the end of `paragraph`", + "line": 211, + "column": 3, + "position": { + "start": { + "line": 211, + "column": 3, + "offset": 9667, + "_index": 0, + "_bufferIndex": 0 + }, + "end": { + "line": 211, + "column": 51, + "offset": 9715, + "_index": 1, + "_bufferIndex": -1 + } + }, + "source": "mdast-util-mdx-jsx", + "ruleId": "end-tag-mismatch" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.4/data_source/catalog/hudi_catalog.md" +Cause: Expected a closing tag for `
` (30:40-30:44) before the end of `paragraph` +Details: +{ + "name": "30:3-30:51", + "message": "Expected a closing tag for `
` (30:40-30:44) before the end of `paragraph`", + "reason": "Expected a closing tag for `
` (30:40-30:44) before the end of `paragraph`", + "line": 30, + "column": 3, + "position": { + "start": { + "line": 30, + "column": 3, + "offset": 1122, + "_index": 0, + "_bufferIndex": 0 + }, + "end": { + "line": 30, + "column": 51, + "offset": 1170, + "_index": 1, + "_bufferIndex": -1 + } + }, + "source": "mdast-util-mdx-jsx", + "ruleId": "end-tag-mismatch" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.4/data_source/catalog/iceberg_catalog.md" +Cause: Expected a closing tag for `
` (36:43-36:47) before the end of `paragraph` +Details: +{ + "name": "36:3-36:54", + "message": "Expected a closing tag for `
` (36:43-36:47) before the end of `paragraph`", + "reason": "Expected a closing tag for `
` (36:43-36:47) before the end of `paragraph`", + "line": 36, + "column": 3, + "position": { + "start": { + "line": 36, + "column": 3, + "offset": 1359, + "_index": 0, + "_bufferIndex": 0 + }, + "end": { + "line": 36, + "column": 54, + "offset": 1410, + "_index": 1, + "_bufferIndex": -1 + } + }, + "source": "mdast-util-mdx-jsx", + "ruleId": "end-tag-mismatch" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.4/faq/Sql_faq.md" +Cause: Could not parse expression with acorn: Unexpected content after expression +Details: +{ + "name": "194:23", + "message": "Could not parse expression with acorn: Unexpected content after expression", + "reason": "Could not parse expression with acorn: Unexpected content after expression", + "line": 194, + "column": 23, + "position": { + "start": { + "line": 194, + "column": 23, + "offset": 5249 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-expression", + "ruleId": "acorn" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.4/faq/loading/Broker_load_faq.md" +Cause: Unexpected character `6` (U+0036) after name, expected a character that can start an attribute name, such as a letter, `$`, or `_`; whitespace before attributes; or the end of the tag +Details: +{ + "name": "11:92", + "message": "Unexpected character `6` (U+0036) after name, expected a character that can start an attribute name, such as a letter, `$`, or `_`; whitespace before attributes; or the end of the tag", + "reason": "Unexpected character `6` (U+0036) after name, expected a character that can start an attribute name, such as a letter, `$`, or `_`; whitespace before attributes; or the end of the tag", + "line": 11, + "column": 92, + "position": { + "start": { + "line": 11, + "column": 92, + "offset": 630, + "_index": 0, + "_bufferIndex": 88 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-jsx", + "ruleId": "unexpected-character" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.4/loading/BrokerLoad.md" +Cause: Image static/_assets/4.3-1-zh.png used in i18n/zh/docusaurus-plugin-content-docs/version-2.4/loading/BrokerLoad.md not found. +Details: +Error: Image static/_assets/4.3-1-zh.png used in i18n/zh/docusaurus-plugin-content-docs/version-2.4/loading/BrokerLoad.md not found. + at async Promise.all (index 0) + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.4/loading/Flink-connector-starrocks.md" +Cause: Expected a closing tag for `
` (168:232-168:236) before the end of `tableData` +Details: +{ + "name": "168:70-168:290", + "message": "Expected a closing tag for `
` (168:232-168:236) before the end of `tableData`", + "reason": "Expected a closing tag for `
` (168:232-168:236) before the end of `tableData`", + "line": 168, + "column": 70, + "position": { + "start": { + "line": 168, + "column": 70, + "offset": 8665, + "_index": 104, + "_bufferIndex": 69 + }, + "end": { + "line": 168, + "column": 290, + "offset": 8885, + "_index": 105, + "_bufferIndex": -1 + } + }, + "source": "mdast-util-mdx-jsx", + "ruleId": "end-tag-mismatch" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.4/loading/InsertInto.md" +Cause: Unexpected end of file in expression, expected a corresponding closing brace for `{` +Details: +{ + "name": "402:179", + "message": "Unexpected end of file in expression, expected a corresponding closing brace for `{`", + "reason": "Unexpected end of file in expression, expected a corresponding closing brace for `{`", + "line": 402, + "column": 179, + "position": { + "start": { + "line": 402, + "column": 179, + "offset": 15593, + "_index": 1, + "_bufferIndex": -1 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-expression", + "ruleId": "unexpected-eof" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/-------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.4/faq/Sql_faq.md" +Cause: Could not parse expression with acorn: Unexpected content after expression +Details: +{ + "name": "194:23", + "message": "Could not parse expression with acorn: Unexpected content after expression", + "reason": "Could not parse expression with acorn: Unexpected content after expression", + "line": 194, + "column": 23, + "position": { + "start": { + "line": 194, + "column": 23, + "offset": 5249 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-expression", + "ruleId": "acorn" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.4/faq/loading/Broker_load_faq.md" +Cause: Unexpected character `6` (U+0036) after name, expected a character that can start an attribute name, such as a letter, `$`, or `_`; whitespace before attributes; or the end of the tag +Details: +{ + "name": "11:92", + "message": "Unexpected character `6` (U+0036) after name, expected a character that can start an attribute name, such as a letter, `$`, or `_`; whitespace before attributes; or the end of the tag", + "reason": "Unexpected character `6` (U+0036) after name, expected a character that can start an attribute name, such as a letter, `$`, or `_`; whitespace before attributes; or the end of the tag", + "line": 11, + "column": 92, + "position": { + "start": { + "line": 11, + "column": 92, + "offset": 630, + "_index": 0, + "_bufferIndex": 88 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-jsx", + "ruleId": "unexpected-character" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.4/loading/BrokerLoad.md" +Cause: Image static/_assets/4.3-1-zh.png used in i18n/zh/docusaurus-plugin-content-docs/version-2.4/loading/BrokerLoad.md not found. +Details: +Error: Image static/_assets/4.3-1-zh.png used in i18n/zh/docusaurus-plugin-content-docs/version-2.4/loading/BrokerLoad.md not found. + at async Promise.all (index 0) + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.4/loading/Flink-connector-starrocks.md" +Cause: Expected a closing tag for `
` (168:232-168:236) before the end of `tableData` +Details: +{ + "name": "168:70-168:290", + "message": "Expected a closing tag for `
` (168:232-168:236) before the end of `tableData`", + "reason": "Expected a closing tag for `
` (168:232-168:236) before the end of `tableData`", + "line": 168, + "column": 70, + "position": { + "start": { + "line": 168, + "column": 70, + "offset": 8665, + "_index": 104, + "_bufferIndex": 69 + }, + "end": { + "line": 168, + "column": 290, + "offset": 8885, + "_index": 105, + "_bufferIndex": -1 + } + }, + "source": "mdast-util-mdx-jsx", + "ruleId": "end-tag-mismatch" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.4/loading/InsertInto.md" +Cause: Unexpected end of file in expression, expected a corresponding closing brace for `{` +Details: +{ + "name": "402:179", + "message": "Unexpected end of file in expression, expected a corresponding closing brace for `{`", + "reason": "Unexpected end of file in expression, expected a corresponding closing brace for `{`", + "line": 402, + "column": 179, + "position": { + "start": { + "line": 402, + "column": 179, + "offset": 15593, + "_index": 1, + "_bufferIndex": -1 + }, + "end": { + "line": null, + "column": null + } + }, + "source": "micromark-extension-mdx-expression", + "ruleId": "unexpected-eof" +} + +-------------------------- + +Error: MDX compilation failed for file "/Users/droscign/GitHub/doc/i18n/zh/docusaurus-plugin-content-docs/version-2.4/loading/Ldoc/i18n/zh/docusaurus-plugin-content-docs/version-2.4/loading/Lerror Command failed with exit code 1. +error Command failed with exit code 1. diff --git a/_IGNORE/README-VERSIONS.md b/_IGNORE/README-VERSIONS.md index 67b1404e25..6472c0c27d 100644 --- a/_IGNORE/README-VERSIONS.md +++ b/_IGNORE/README-VERSIONS.md @@ -9,7 +9,7 @@ cd GitHub/Docusaurus/starrocks ```shell yarn docusaurus docs:version 3.0 yarn docusaurus docs:version 2.5 -yarn docusaurus docs:version 2.4 +yarn docusaurus docs:version 2.3 ``` ## Create temp dirs to clone the repos in @@ -53,13 +53,13 @@ mkdir ../../versioned_docs/version-2.5 cp -r docs/* ../../versioned_docs/version-2.5 ``` -### Process English version 2.4 +### Process English version 2.3 ```shell -git checkout branch-2.4 -rm -rf ../../versioned_docs/version-2.4 -mkdir ../../versioned_docs/version-2.4 -cp -r docs/* ../../versioned_docs/version-2.4/ +git checkout branch-2.3 +rm -rf ../../versioned_docs/version-2.3 +mkdir ../../versioned_docs/version-2.3 +cp -r docs/* ../../versioned_docs/version-2.3/ ``` ## Work on the Chinese docs @@ -97,13 +97,13 @@ mkdir ../../i18n/zh/docusaurus-plugin-content-docs/version-2.5 cp -r * ../../i18n/zh/docusaurus-plugin-content-docs/version-2.5 ``` -### Process Chinese version 2.4 +### Process Chinese version 2.3 ```shell -git checkout 2.4 -rm -rf ../../i18n/zh/docusaurus-plugin-content-docs/version-2.4 -mkdir ../../i18n/zh/docusaurus-plugin-content-docs/version-2.4 -cp -r * ../../i18n/zh/docusaurus-plugin-content-docs/version-2.4 +git checkout 2.3 +rm -rf ../../i18n/zh/docusaurus-plugin-content-docs/version-2.3 +mkdir ../../i18n/zh/docusaurus-plugin-content-docs/version-2.3 +cp -r * ../../i18n/zh/docusaurus-plugin-content-docs/version-2.3 ``` ## Back up to the working dir diff --git a/_IGNORE/REMOVED_FILES.md b/_IGNORE/REMOVED_FILES.md deleted file mode 100755 index 589806bccc..0000000000 --- a/_IGNORE/REMOVED_FILES.md +++ /dev/null @@ -1,166 +0,0 @@ -```shell -rm i18n/zh/docusaurus-plugin-content-docs/current/administration/Cluster_administration.md -rm i18n/zh/docusaurus-plugin-content-docs/current/administration/Configuration.md -rm i18n/zh/docusaurus-plugin-content-docs/current/administration/deploy_with_manager.md -rm i18n/zh/docusaurus-plugin-content-docs/current/administration/http_interface.md -rm i18n/zh/docusaurus-plugin-content-docs/current/administration/resource_group.md -rm i18n/zh/docusaurus-plugin-content-docs/current/data_source/External_table.md -rm i18n/zh/docusaurus-plugin-content-docs/current/data_source/catalog/elasticsearch_catalog.md -rm i18n/zh/docusaurus-plugin-content-docs/current/deployment/deploy_shared_data.md -rm i18n/zh/docusaurus-plugin-content-docs/current/faq/Sql_faq.md -rm i18n/zh/docusaurus-plugin-content-docs/current/faq/loading/Broker_load_faq.md -rm i18n/zh/docusaurus-plugin-content-docs/current/loading/Spark-connector-starrocks.md -rm i18n/zh/docusaurus-plugin-content-docs/current/loading/SparkLoad.md -rm i18n/zh/docusaurus-plugin-content-docs/current/release_notes/release-2.0.md -rm i18n/zh/docusaurus-plugin-content-docs/current/sql-reference/sql-functions/JAVA_UDF.md -rm i18n/zh/docusaurus-plugin-content-docs/current/sql-reference/sql-functions/json-functions/overview-of-json-functions-and-operators.md -rm i18n/zh/docusaurus-plugin-content-docs/current/sql-reference/sql-statements/Administration/CREATE\ STORAGE\ VOLUME.md -rm i18n/zh/docusaurus-plugin-content-docs/current/sql-reference/sql-statements/data-definition/ALTER\ TABLE.md -rm i18n/zh/docusaurus-plugin-content-docs/current/sql-reference/sql-statements/data-definition/CREATE\ TABLE.md -rm i18n/zh/docusaurus-plugin-content-docs/current/sql-reference/sql-statements/data-manipulation/SELECT.md -rm i18n/zh/docusaurus-plugin-content-docs/current/sql-reference/sql-statements/data-types/DECIMAL.md -rm i18n/zh/docusaurus-plugin-content-docs/current/sql-reference/sql-statements/data-types/HLL.md -rm i18n/zh/docusaurus-plugin-content-docs/version-2.4/administration/Cluster_administration.md -rm i18n/zh/docusaurus-plugin-content-docs/version-2.4/administration/Configuration.md -rm i18n/zh/docusaurus-plugin-content-docs/version-2.4/administration/deploy_with_manager.md -rm i18n/zh/docusaurus-plugin-content-docs/version-2.4/administration/resource_group.md -rm i18n/zh/docusaurus-plugin-content-docs/version-2.4/benchmarking/SSB_Benchmarking.md -rm i18n/zh/docusaurus-plugin-content-docs/version-2.4/data_source/External_table.md -rm i18n/zh/docusaurus-plugin-content-docs/version-2.4/faq/Sql_faq.md -rm i18n/zh/docusaurus-plugin-content-docs/version-2.4/faq/loading/Broker_load_faq.md -rm i18n/zh/docusaurus-plugin-content-docs/version-2.4/loading/InsertInto.md -rm i18n/zh/docusaurus-plugin-content-docs/version-2.4/loading/SparkLoad.md -rm i18n/zh/docusaurus-plugin-content-docs/version-2.4/release_notes/release-2.0.md -rm i18n/zh/docusaurus-plugin-content-docs/version-2.4/sql-reference/sql-functions/JAVA_UDF.md -rm i18n/zh/docusaurus-plugin-content-docs/version-2.4/sql-reference/sql-functions/json-functions/json-functions-and-operators.md -rm i18n/zh/docusaurus-plugin-content-docs/version-2.4/sql-reference/sql-functions/json-functions/overview-of-json-functions-and-operators.md -rm i18n/zh/docusaurus-plugin-content-docs/version-2.4/sql-reference/sql-statements/data-definition/ALTER\ TABLE.md -rm i18n/zh/docusaurus-plugin-content-docs/version-2.4/sql-reference/sql-statements/data-manipulation/ROUTINE\ LOAD.md -rm i18n/zh/docusaurus-plugin-content-docs/version-2.4/sql-reference/sql-statements/data-manipulation/SELECT.md -rm i18n/zh/docusaurus-plugin-content-docs/version-2.4/sql-reference/sql-statements/data-types/DECIMAL.md -rm i18n/zh/docusaurus-plugin-content-docs/version-2.4/sql-reference/sql-statements/data-types/HLL.md -rm i18n/zh/docusaurus-plugin-content-docs/version-2.5/administration/Cluster_administration.md -rm i18n/zh/docusaurus-plugin-content-docs/version-2.5/administration/Configuration.md -rm i18n/zh/docusaurus-plugin-content-docs/version-2.5/administration/deploy_broker.md -rm i18n/zh/docusaurus-plugin-content-docs/version-2.5/administration/deploy_with_manager.md -rm i18n/zh/docusaurus-plugin-content-docs/version-2.5/administration/resource_group.md -rm i18n/zh/docusaurus-plugin-content-docs/version-2.5/data_source/External_table.md -rm i18n/zh/docusaurus-plugin-content-docs/version-2.5/deployment/deploy_broker.md -rm i18n/zh/docusaurus-plugin-content-docs/version-2.5/deployment/deploy_shared_data.md -rm i18n/zh/docusaurus-plugin-content-docs/version-2.5/faq/Sql_faq.md -rm i18n/zh/docusaurus-plugin-content-docs/version-2.5/faq/loading/Broker_load_faq.md -rm i18n/zh/docusaurus-plugin-content-docs/version-2.5/loading/Spark-connector-starrocks.md -rm i18n/zh/docusaurus-plugin-content-docs/version-2.5/loading/SparkLoad.md -rm i18n/zh/docusaurus-plugin-content-docs/version-2.5/release_notes/release-2.0.md -rm i18n/zh/docusaurus-plugin-content-docs/version-2.5/sql-reference/sql-functions/JAVA_UDF.md -rm i18n/zh/docusaurus-plugin-content-docs/version-2.5/sql-reference/sql-functions/json-functions/overview-of-json-functions-and-operators.md -rm i18n/zh/docusaurus-plugin-content-docs/version-2.5/sql-reference/sql-statements/data-definition/ALTER\ TABLE.md -rm i18n/zh/docusaurus-plugin-content-docs/version-2.5/sql-reference/sql-statements/data-definition/CREATE\ TABLE.md -rm i18n/zh/docusaurus-plugin-content-docs/version-2.5/sql-reference/sql-statements/data-manipulation/SELECT.md -rm i18n/zh/docusaurus-plugin-content-docs/version-2.5/sql-reference/sql-statements/data-types/DECIMAL.md -rm i18n/zh/docusaurus-plugin-content-docs/version-2.5/sql-reference/sql-statements/data-types/HLL.md -rm i18n/zh/docusaurus-plugin-content-docs/version-2.5/using_starrocks/data_modeling_with_materialized_views.md -rm i18n/zh/docusaurus-plugin-content-docs/version-3.0/administration/Cluster_administration.md -rm i18n/zh/docusaurus-plugin-content-docs/version-3.0/administration/Configuration.md -rm i18n/zh/docusaurus-plugin-content-docs/version-3.0/administration/deploy_with_manager.md -rm i18n/zh/docusaurus-plugin-content-docs/version-3.0/administration/resource_group.md -rm i18n/zh/docusaurus-plugin-content-docs/version-3.0/data_source/External_table.md -rm i18n/zh/docusaurus-plugin-content-docs/version-3.0/data_source/data_cache.md -rm i18n/zh/docusaurus-plugin-content-docs/version-3.0/deployment/deploy_broker.md -rm i18n/zh/docusaurus-plugin-content-docs/version-3.0/deployment/deploy_shared_data.md -rm i18n/zh/docusaurus-plugin-content-docs/version-3.0/faq/Sql_faq.md -rm i18n/zh/docusaurus-plugin-content-docs/version-3.0/faq/loading/Broker_load_faq.md -rm i18n/zh/docusaurus-plugin-content-docs/version-3.0/loading/Spark-connector-starrocks.md -rm i18n/zh/docusaurus-plugin-content-docs/version-3.0/loading/SparkLoad.md -rm i18n/zh/docusaurus-plugin-content-docs/version-3.0/release_notes/release-2.0.md -rm i18n/zh/docusaurus-plugin-content-docs/version-3.0/sql-reference/sql-functions/JAVA_UDF.md -rm i18n/zh/docusaurus-plugin-content-docs/version-3.0/sql-reference/sql-functions/json-functions/overview-of-json-functions-and-operators.md -rm i18n/zh/docusaurus-plugin-content-docs/version-3.0/sql-reference/sql-statements/account-management/GRANT.md -rm i18n/zh/docusaurus-plugin-content-docs/version-3.0/sql-reference/sql-statements/data-definition/ALTER\ TABLE.md -rm i18n/zh/docusaurus-plugin-content-docs/version-3.0/sql-reference/sql-statements/data-definition/CREATE\ TABLE.md -rm i18n/zh/docusaurus-plugin-content-docs/version-3.0/sql-reference/sql-statements/data-manipulation/SELECT.md -rm i18n/zh/docusaurus-plugin-content-docs/version-3.0/sql-reference/sql-statements/data-types/DECIMAL.md -rm i18n/zh/docusaurus-plugin-content-docs/version-3.0/sql-reference/sql-statements/data-types/HLL.md -rm i18n/zh/docusaurus-plugin-content-docs/version-3.0/using_starrocks/data_modeling_with_materialized_views.md -rm i18n/zh/docusaurus-plugin-content-docs/version-3.1/administration/Cluster_administration.md -rm i18n/zh/docusaurus-plugin-content-docs/version-3.1/administration/Configuration.md -rm i18n/zh/docusaurus-plugin-content-docs/version-3.1/administration/deploy_with_manager.md -rm i18n/zh/docusaurus-plugin-content-docs/version-3.1/administration/http_interface.md -rm i18n/zh/docusaurus-plugin-content-docs/version-3.1/administration/resource_group.md -rm i18n/zh/docusaurus-plugin-content-docs/version-3.1/data_source/External_table.md -rm i18n/zh/docusaurus-plugin-content-docs/version-3.1/data_source/catalog/elasticsearch_catalog.md -rm i18n/zh/docusaurus-plugin-content-docs/version-3.1/data_source/data_cache.md -rm i18n/zh/docusaurus-plugin-content-docs/version-3.1/deployment/deploy_broker.md -rm i18n/zh/docusaurus-plugin-content-docs/version-3.1/deployment/deploy_shared_data.md -rm i18n/zh/docusaurus-plugin-content-docs/version-3.1/faq/Sql_faq.md -rm i18n/zh/docusaurus-plugin-content-docs/version-3.1/faq/loading/Broker_load_faq.md -rm i18n/zh/docusaurus-plugin-content-docs/version-3.1/loading/Spark-connector-starrocks.md -rm i18n/zh/docusaurus-plugin-content-docs/version-3.1/loading/SparkLoad.md -rm i18n/zh/docusaurus-plugin-content-docs/version-3.1/release_notes/release-2.0.md -rm i18n/zh/docusaurus-plugin-content-docs/version-3.1/sql-reference/sql-functions/JAVA_UDF.md -rm i18n/zh/docusaurus-plugin-content-docs/version-3.1/sql-reference/sql-functions/json-functions/overview-of-json-functions-and-operators.md -rm i18n/zh/docusaurus-plugin-content-docs/version-3.1/sql-reference/sql-statements/account-management/GRANT.md -rm i18n/zh/docusaurus-plugin-content-docs/version-3.1/sql-reference/sql-statements/data-definition/ALTER\ TABLE.md -rm i18n/zh/docusaurus-plugin-content-docs/version-3.1/sql-reference/sql-statements/data-definition/CREATE\ TABLE.md -rm i18n/zh/docusaurus-plugin-content-docs/version-3.1/sql-reference/sql-statements/data-manipulation/SELECT.md -rm i18n/zh/docusaurus-plugin-content-docs/version-3.1/sql-reference/sql-statements/data-types/DECIMAL.md -rm i18n/zh/docusaurus-plugin-content-docs/version-3.1/sql-reference/sql-statements/data-types/HLL.md -rm i18n/zh/docusaurus-plugin-content-docs/version-3.1/using_starrocks/data_modeling_with_materialized_views.md -rm versioned_docs/version-2.4/administration/Blacklist.md -rm versioned_docs/version-2.4/administration/Configuration.md -rm versioned_docs/version-2.4/administration/Monitor_and_Alert.md -rm versioned_docs/version-2.4/administration/resource_group.md -rm versioned_docs/version-2.4/data_source/External_table.md -rm versioned_docs/version-2.4/developers/trace-tools/Trace.md -rm versioned_docs/version-2.4/faq/loading/Broker_load_faq.md -rm versioned_docs/version-2.4/loading/InsertInto.md -rm versioned_docs/version-2.4/sql-reference/sql-functions/JAVA_UDF.md -rm versioned_docs/version-2.4/sql-reference/sql-functions/json-functions/overview-of-json-functions-and-operators.md -rm versioned_docs/version-2.4/sql-reference/sql-statements/data-definition/ALTER\ TABLE.md -rm versioned_docs/version-2.4/sql-reference/sql-statements/data-manipulation/SELECT.md -rm versioned_docs/version-2.4/sql-reference/sql-statements/data-manipulation/alter-routine-load.md -rm versioned_docs/version-2.5/administration/Blacklist.md -rm versioned_docs/version-2.5/administration/Configuration.md -rm versioned_docs/version-2.5/administration/Monitor_and_Alert.md -rm versioned_docs/version-2.5/administration/deploy_broker.md -rm versioned_docs/version-2.5/administration/resource_group.md -rm versioned_docs/version-2.5/data_source/External_table.md -rm versioned_docs/version-2.5/deployment/deploy_broker.md -rm versioned_docs/version-2.5/deployment/deploy_shared_data.md -rm versioned_docs/version-2.5/developers/trace-tools/Trace.md -rm versioned_docs/version-2.5/faq/loading/Broker_load_faq.md -rm versioned_docs/version-2.5/sql-reference/sql-functions/json-functions/overview-of-json-functions-and-operators.md -rm versioned_docs/version-2.5/sql-reference/sql-statements/data-definition/ALTER\ TABLE.md -rm versioned_docs/version-2.5/sql-reference/sql-statements/data-definition/CREATE\ TABLE.md -rm versioned_docs/version-2.5/sql-reference/sql-statements/data-manipulation/SELECT.md -rm versioned_docs/version-2.5/sql-reference/sql-statements/data-manipulation/alter-routine-load.md -rm versioned_docs/version-3.0/administration/Blacklist.md -rm versioned_docs/version-3.0/administration/Configuration.md -rm versioned_docs/version-3.0/administration/Monitor_and_Alert.md -rm versioned_docs/version-3.0/administration/resource_group.md -rm versioned_docs/version-3.0/data_source/External_table.md -rm versioned_docs/version-3.0/deployment/deploy_broker.md -rm versioned_docs/version-3.0/deployment/deploy_shared_data.md -rm versioned_docs/version-3.0/developers/trace-tools/Trace.md -rm versioned_docs/version-3.0/faq/loading/Broker_load_faq.md -rm versioned_docs/version-3.0/loading/Flink-connector-starrocks.md -rm versioned_docs/version-3.0/sql-reference/sql-functions/json-functions/overview-of-json-functions-and-operators.md -rm versioned_docs/version-3.0/sql-reference/sql-statements/account-management/GRANT.md -rm versioned_docs/version-3.0/sql-reference/sql-statements/data-definition/ALTER\ TABLE.md -rm versioned_docs/version-3.0/sql-reference/sql-statements/data-definition/CREATE\ TABLE.md -rm versioned_docs/version-3.0/sql-reference/sql-statements/data-manipulation/SELECT.md -rm versioned_docs/version-3.0/sql-reference/sql-statements/data-manipulation/alter-routine-load.md -rm versioned_docs/version-3.1/administration/Blacklist.md -rm versioned_docs/version-3.1/administration/Configuration.md -rm versioned_docs/version-3.1/administration/Monitor_and_Alert.md -rm versioned_docs/version-3.1/administration/resource_group.md -rm versioned_docs/version-3.1/data_source/External_table.md -rm versioned_docs/version-3.1/data_source/catalog/elasticsearch_catalog.md -rm versioned_docs/version-3.1/deployment/deploy_broker.md -rm versioned_docs/version-3.1/deployment/deploy_shared_data.md -rm versioned_docs/version-3.1/developers/trace-tools/Trace.md -rm versioned_docs/version-3.1/faq/loading/Broker_load_faq.md -rm versioned_docs/version-3.1/loading/Flink-connector-starrocks.md -rm versioned_docs/version-3.1/sql-reference/sql-functions/json-functions/overview-of-json-functions-and-operators.md -rm versioned_docs/version-3.1/sql-reference/sql-statements/account-management/GRANT.md -``` diff --git a/_IGNORE/add_missing_english_files.sh b/_IGNORE/add_missing_english_files.sh index 5a8793c987..cdb8eb4453 100755 --- a/_IGNORE/add_missing_english_files.sh +++ b/_IGNORE/add_missing_english_files.sh @@ -8,7 +8,6 @@ This document only exists in the Chinese docs EOF cp english-missing.txt versioned_docs/version-3.1/deployment/deploy_shared_data.md -cp english-missing.txt versioned_docs/version-3.1/integrations/BI_integrations/Dataphin.md rm english-missing.txt diff --git a/_IGNORE/testbuild b/_IGNORE/testbuild index d18358bad6..59d06a7d6c 100755 --- a/_IGNORE/testbuild +++ b/_IGNORE/testbuild @@ -30,6 +30,36 @@ mkdir -p ${WORKINGDIR}/versioned_docs/version-2.5 cp -r docs/* ${WORKINGDIR}/versioned_docs/version-2.5 mv ${WORKINGDIR}/versioned_docs/version-2.5/assets ${WORKINGDIR}/versioned_docs/version-2.5/_assets +git checkout branch-2.3 +rm -rf ${WORKINGDIR}/versioned_docs/version-2.3 +mkdir -p ${WORKINGDIR}/versioned_docs/version-2.3 +cp -r docs/* ${WORKINGDIR}/versioned_docs/version-2.3 +mv ${WORKINGDIR}/versioned_docs/version-2.3/assets ${WORKINGDIR}/versioned_docs/version-2.3/_assets + +git checkout branch-2.2 +rm -rf ${WORKINGDIR}/versioned_docs/version-2.2 +mkdir -p ${WORKINGDIR}/versioned_docs/version-2.2 +cp -r docs/* ${WORKINGDIR}/versioned_docs/version-2.2 +mv ${WORKINGDIR}/versioned_docs/version-2.2/assets ${WORKINGDIR}/versioned_docs/version-2.2/_assets + +git checkout branch-2.1 +rm -rf ${WORKINGDIR}/versioned_docs/version-2.1 +mkdir -p ${WORKINGDIR}/versioned_docs/version-2.1 +cp -r docs/* ${WORKINGDIR}/versioned_docs/version-2.1 +mv ${WORKINGDIR}/versioned_docs/version-2.1/assets ${WORKINGDIR}/versioned_docs/version-2.1/_assets + +git checkout branch-2.0 +rm -rf ${WORKINGDIR}/versioned_docs/version-2.0 +mkdir -p ${WORKINGDIR}/versioned_docs/version-2.0 +cp -r docs/* ${WORKINGDIR}/versioned_docs/version-2.0 +mv ${WORKINGDIR}/versioned_docs/version-2.0/assets ${WORKINGDIR}/versioned_docs/version-2.0/_assets + +git checkout branch-1.19 +rm -rf ${WORKINGDIR}/versioned_docs/version-1.19 +mkdir -p ${WORKINGDIR}/versioned_docs/version-1.19 +cp -r docs/* ${WORKINGDIR}/versioned_docs/version-1.19 +mv ${WORKINGDIR}/versioned_docs/version-1.19/assets ${WORKINGDIR}/versioned_docs/version-1.19/_assets + cd ${WORKINGDIR}/temp-zh gh repo clone StarRocks/docs.zh-cn cd docs.zh-cn @@ -52,6 +82,36 @@ mkdir -p ${WORKINGDIR}/i18n/zh/docusaurus-plugin-content-docs/version-2.5 cp -r * ${WORKINGDIR}/i18n/zh/docusaurus-plugin-content-docs/version-2.5/ mv ${WORKINGDIR}/i18n/zh/docusaurus-plugin-content-docs/version-2.5/assets ${WORKINGDIR}/i18n/zh/docusaurus-plugin-content-docs/version-2.5/_assets +git checkout 2.3 +rm -rf ${WORKINGDIR}/i18n/zh/docusaurus-plugin-content-docs/version-2.3/ +mkdir -p ${WORKINGDIR}/i18n/zh/docusaurus-plugin-content-docs/version-2.3 +cp -r * ${WORKINGDIR}/i18n/zh/docusaurus-plugin-content-docs/version-2.3/ +mv ${WORKINGDIR}/i18n/zh/docusaurus-plugin-content-docs/version-2.3/assets ${WORKINGDIR}/i18n/zh/docusaurus-plugin-content-docs/version-2.3/_assets + +git checkout 2.2 +rm -rf ${WORKINGDIR}/i18n/zh/docusaurus-plugin-content-docs/version-2.2/ +mkdir -p ${WORKINGDIR}/i18n/zh/docusaurus-plugin-content-docs/version-2.2 +cp -r * ${WORKINGDIR}/i18n/zh/docusaurus-plugin-content-docs/version-2.2/ +mv ${WORKINGDIR}/i18n/zh/docusaurus-plugin-content-docs/version-2.2/assets ${WORKINGDIR}/i18n/zh/docusaurus-plugin-content-docs/version-2.2/_assets + +git checkout 2.1 +rm -rf ${WORKINGDIR}/i18n/zh/docusaurus-plugin-content-docs/version-2.1/ +mkdir -p ${WORKINGDIR}/i18n/zh/docusaurus-plugin-content-docs/version-2.1 +cp -r * ${WORKINGDIR}/i18n/zh/docusaurus-plugin-content-docs/version-2.1/ +mv ${WORKINGDIR}/i18n/zh/docusaurus-plugin-content-docs/version-2.1/assets ${WORKINGDIR}/i18n/zh/docusaurus-plugin-content-docs/version-2.1/_assets + +git checkout 2.0 +rm -rf ${WORKINGDIR}/i18n/zh/docusaurus-plugin-content-docs/version-2.0/ +mkdir -p ${WORKINGDIR}/i18n/zh/docusaurus-plugin-content-docs/version-2.0 +cp -r * ${WORKINGDIR}/i18n/zh/docusaurus-plugin-content-docs/version-2.0/ +mv ${WORKINGDIR}/i18n/zh/docusaurus-plugin-content-docs/version-2.0/assets ${WORKINGDIR}/i18n/zh/docusaurus-plugin-content-docs/version-2.0/_assets + +git checkout 1.19 +rm -rf ${WORKINGDIR}/i18n/zh/docusaurus-plugin-content-docs/version-1.19/ +mkdir -p ${WORKINGDIR}/i18n/zh/docusaurus-plugin-content-docs/version-1.19 +cp -r * ${WORKINGDIR}/i18n/zh/docusaurus-plugin-content-docs/version-1.19/ +mv ${WORKINGDIR}/i18n/zh/docusaurus-plugin-content-docs/version-1.19/assets ${WORKINGDIR}/i18n/zh/docusaurus-plugin-content-docs/version-1.19/_assets + echo "cleanup before running yarn build" cd ${WORKINGDIR} rm -rf temp-en @@ -83,7 +143,4 @@ find versioned_docs -type d -name _assets -prune -o \ echo "verifying Markdown" npx docusaurus-mdx-checker -c versioned_docs -npx docusaurus-mdx-checker -c docs -npx docusaurus-mdx-checker -c i18n - -yarn build +npx docusaurus-mdx-checker -c i18n/zh/docusaurus-plugin-content-docs diff --git a/docusaurus.config.js b/docusaurus.config.js index 6ae3d5b339..0d9a29e944 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -70,7 +70,7 @@ const config = { // versions, so the banner is set to none on the versions other than latest (latest // doesn't get a banner by default). lastVersion: '3.1', - onlyIncludeVersions: ['3.1', '3.0', '2.5'], + //onlyIncludeVersions: ['3.1', '3.0', '2.5'], versions: { '3.1': { label: 'Latest-3.1' @@ -83,6 +83,26 @@ const config = { label: 'Stable-2.5', banner: 'none' }, + '2.3': { + label: '2.3', + banner: 'none' + }, + '2.2': { + label: '2.2', + banner: 'none' + }, + '2.1': { + label: '2.1', + banner: 'none' + }, + '2.0': { + label: '2.0', + banner: 'none' + }, + '1.19': { + label: '1.19', + banner: 'none' + }, }, }, theme: { diff --git a/versioned_sidebars/version-1.19-sidebars.json b/versioned_sidebars/version-1.19-sidebars.json new file mode 100644 index 0000000000..3e5328cd72 --- /dev/null +++ b/versioned_sidebars/version-1.19-sidebars.json @@ -0,0 +1,14 @@ +{ + "English": [ + { + "type": "autogenerated", + "dirName": "." + } + ], + "Chinese": [ + { + "type": "autogenerated", + "dirName": "." + } + ] +} diff --git a/versioned_sidebars/version-2.0-sidebars.json b/versioned_sidebars/version-2.0-sidebars.json new file mode 100644 index 0000000000..3e5328cd72 --- /dev/null +++ b/versioned_sidebars/version-2.0-sidebars.json @@ -0,0 +1,14 @@ +{ + "English": [ + { + "type": "autogenerated", + "dirName": "." + } + ], + "Chinese": [ + { + "type": "autogenerated", + "dirName": "." + } + ] +} diff --git a/versioned_sidebars/version-2.1-sidebars.json b/versioned_sidebars/version-2.1-sidebars.json new file mode 100644 index 0000000000..3e5328cd72 --- /dev/null +++ b/versioned_sidebars/version-2.1-sidebars.json @@ -0,0 +1,14 @@ +{ + "English": [ + { + "type": "autogenerated", + "dirName": "." + } + ], + "Chinese": [ + { + "type": "autogenerated", + "dirName": "." + } + ] +} diff --git a/versioned_sidebars/version-2.2-sidebars.json b/versioned_sidebars/version-2.2-sidebars.json new file mode 100644 index 0000000000..3e5328cd72 --- /dev/null +++ b/versioned_sidebars/version-2.2-sidebars.json @@ -0,0 +1,14 @@ +{ + "English": [ + { + "type": "autogenerated", + "dirName": "." + } + ], + "Chinese": [ + { + "type": "autogenerated", + "dirName": "." + } + ] +} diff --git a/versioned_sidebars/version-2.3-sidebars.json b/versioned_sidebars/version-2.3-sidebars.json new file mode 100644 index 0000000000..3e5328cd72 --- /dev/null +++ b/versioned_sidebars/version-2.3-sidebars.json @@ -0,0 +1,14 @@ +{ + "English": [ + { + "type": "autogenerated", + "dirName": "." + } + ], + "Chinese": [ + { + "type": "autogenerated", + "dirName": "." + } + ] +} diff --git a/versioned_sidebars/version-2.4-sidebars.json b/versioned_sidebars/version-2.4-sidebars.json new file mode 100644 index 0000000000..3e5328cd72 --- /dev/null +++ b/versioned_sidebars/version-2.4-sidebars.json @@ -0,0 +1,14 @@ +{ + "English": [ + { + "type": "autogenerated", + "dirName": "." + } + ], + "Chinese": [ + { + "type": "autogenerated", + "dirName": "." + } + ] +} diff --git a/versioned_sidebars/version-3.1-sidebars.json b/versioned_sidebars/version-3.1-sidebars.json index 7e541187ea..acff7c1092 100644 --- a/versioned_sidebars/version-3.1-sidebars.json +++ b/versioned_sidebars/version-3.1-sidebars.json @@ -801,7 +801,6 @@ "link": { "type": "generated-index" }, "items": [ "integrations/BI_integrations/Superset", - "integrations/BI_integrations/Dataphin", "integrations/BI_integrations/FineBI", "integrations/BI_integrations/Hex", "integrations/BI_integrations/Querybook", @@ -815,6 +814,7 @@ "link": { "type": "generated-index" }, "items": [ "integrations/IDE_integrations/DataGrip", + "integrations/IDE_integrations/Dataphin", "integrations/IDE_integrations/DBeaver" ] }, diff --git a/versions.json b/versions.json index 8fd260b8c1..de4af4dea5 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,10 @@ [ "3.1", "3.0", - "2.5" + "2.5", + "2.3", + "2.2", + "2.1", + "2.0", + "1.19" ]