This is an automated email from the ASF dual-hosted git repository. liyang-kylin pushed a commit to branch doc5.0 in repository https://gitbox.apache.org/repos/asf/kylin.git
commit 53d7a412fe830ce1c3c577623ae8ca885d5c70fb Author: Li Yang <[email protected]> AuthorDate: Sun Jul 5 22:52:12 2026 +0800 fix some file naming from .PNG -> .png --- website/README.md | 5 ++++- .../{date.PNG => date.png} | Bin ...sure-extended_column.PNG => measure-extended_column.png} | Bin .../{measure-topn.PNG => measure-topn.png} | Bin .../version-2.4.0/tutorial/create_cube.md | 2 +- .../version-3.1.3/tutorial/create_cube.md | 2 +- .../version-4.0.4/tutorial/create_cube.md | 2 +- .../{date.PNG => date.png} | Bin ...sure-extended_column.PNG => measure-extended_column.png} | Bin .../{measure-topn.PNG => measure-topn.png} | Bin .../versioned_docs/version-2.4.0/tutorial/create_cube.md | 2 +- .../versioned_docs/version-3.1.3/tutorial/create_cube.md | 2 +- .../versioned_docs/version-4.0.4/tutorial/create_cube.md | 2 +- 13 files changed, 10 insertions(+), 7 deletions(-) diff --git a/website/README.md b/website/README.md index 4c804d9db9..97bf01f11b 100644 --- a/website/README.md +++ b/website/README.md @@ -51,6 +51,9 @@ website cd website npm start +## Build HTML from source +npm build + ## Publishes the website to GitHub pages. npm deploy ``` @@ -65,4 +68,4 @@ This will create a new versioned docs folder under `website/versioned_docs/` and ### How to push to apache website -TODO \ No newline at end of file +TODO diff --git a/website/i18n/zh-Hans/docusaurus-plugin-content-docs/images/tutorial/1.5/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/date.PNG b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/images/tutorial/1.5/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/date.png similarity index 100% rename from website/i18n/zh-Hans/docusaurus-plugin-content-docs/images/tutorial/1.5/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/date.PNG rename to website/i18n/zh-Hans/docusaurus-plugin-content-docs/images/tutorial/1.5/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/date.png diff --git a/website/i18n/zh-Hans/docusaurus-plugin-content-docs/images/tutorial/1.5/Kylin-Cube-Creation-Tutorial/measure-extended_column.PNG b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/images/tutorial/1.5/Kylin-Cube-Creation-Tutorial/measure-extended_column.png similarity index 100% rename from website/i18n/zh-Hans/docusaurus-plugin-content-docs/images/tutorial/1.5/Kylin-Cube-Creation-Tutorial/measure-extended_column.PNG rename to website/i18n/zh-Hans/docusaurus-plugin-content-docs/images/tutorial/1.5/Kylin-Cube-Creation-Tutorial/measure-extended_column.png diff --git a/website/i18n/zh-Hans/docusaurus-plugin-content-docs/images/tutorial/1.5/Kylin-Cube-Creation-Tutorial/measure-topn.PNG b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/images/tutorial/1.5/Kylin-Cube-Creation-Tutorial/measure-topn.png similarity index 100% rename from website/i18n/zh-Hans/docusaurus-plugin-content-docs/images/tutorial/1.5/Kylin-Cube-Creation-Tutorial/measure-topn.PNG rename to website/i18n/zh-Hans/docusaurus-plugin-content-docs/images/tutorial/1.5/Kylin-Cube-Creation-Tutorial/measure-topn.png diff --git a/website/i18n/zh-Hans/docusaurus-plugin-content-docs/version-2.4.0/tutorial/create_cube.md b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/version-2.4.0/tutorial/create_cube.md index dbbe3ae816..41b89cf141 100644 --- a/website/i18n/zh-Hans/docusaurus-plugin-content-docs/version-2.4.0/tutorial/create_cube.md +++ b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/version-2.4.0/tutorial/create_cube.md @@ -150,7 +150,7 @@ You can use letters, numbers and '_' to name your cube (blank space in name is n * EXTENDED_COLUMN Extended_Column as a measure rather than a dimension is to save space. One column with another column can generate new columns. -  +  * PERCENTILE Percentile represent the percentage. The larger the value, the smaller the error. 100 is the most suitable. diff --git a/website/i18n/zh-Hans/docusaurus-plugin-content-docs/version-3.1.3/tutorial/create_cube.md b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/version-3.1.3/tutorial/create_cube.md index 09b6c31922..623fe35326 100644 --- a/website/i18n/zh-Hans/docusaurus-plugin-content-docs/version-3.1.3/tutorial/create_cube.md +++ b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/version-3.1.3/tutorial/create_cube.md @@ -151,7 +151,7 @@ You can use letters, numbers and '_' to name your cube (blank space in name is n * EXTENDED_COLUMN Extended_Column as a measure rather than a dimension is to save space. One column with another column can generate new columns. -  +  * PERCENTILE Percentile represent the percentage. The larger the value, the smaller the error. 100 is the most suitable. diff --git a/website/i18n/zh-Hans/docusaurus-plugin-content-docs/version-4.0.4/tutorial/create_cube.md b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/version-4.0.4/tutorial/create_cube.md index 1bc8a6a837..26ebe50cc3 100644 --- a/website/i18n/zh-Hans/docusaurus-plugin-content-docs/version-4.0.4/tutorial/create_cube.md +++ b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/version-4.0.4/tutorial/create_cube.md @@ -151,7 +151,7 @@ You can use letters, numbers and '_' to name your cube (blank space in name is n * EXTENDED_COLUMN Extended_Column as a measure rather than a dimension is to save space. One column with another column can generate new columns. -  +  * PERCENTILE Percentile represent the percentage. The larger the value, the smaller the error. 100 is the most suitable. diff --git a/website/versioned_docs/images/tutorial/1.5/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/date.PNG b/website/versioned_docs/images/tutorial/1.5/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/date.png similarity index 100% rename from website/versioned_docs/images/tutorial/1.5/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/date.PNG rename to website/versioned_docs/images/tutorial/1.5/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/date.png diff --git a/website/versioned_docs/images/tutorial/1.5/Kylin-Cube-Creation-Tutorial/measure-extended_column.PNG b/website/versioned_docs/images/tutorial/1.5/Kylin-Cube-Creation-Tutorial/measure-extended_column.png similarity index 100% rename from website/versioned_docs/images/tutorial/1.5/Kylin-Cube-Creation-Tutorial/measure-extended_column.PNG rename to website/versioned_docs/images/tutorial/1.5/Kylin-Cube-Creation-Tutorial/measure-extended_column.png diff --git a/website/versioned_docs/images/tutorial/1.5/Kylin-Cube-Creation-Tutorial/measure-topn.PNG b/website/versioned_docs/images/tutorial/1.5/Kylin-Cube-Creation-Tutorial/measure-topn.png similarity index 100% rename from website/versioned_docs/images/tutorial/1.5/Kylin-Cube-Creation-Tutorial/measure-topn.PNG rename to website/versioned_docs/images/tutorial/1.5/Kylin-Cube-Creation-Tutorial/measure-topn.png diff --git a/website/versioned_docs/version-2.4.0/tutorial/create_cube.md b/website/versioned_docs/version-2.4.0/tutorial/create_cube.md index dbbe3ae816..41b89cf141 100644 --- a/website/versioned_docs/version-2.4.0/tutorial/create_cube.md +++ b/website/versioned_docs/version-2.4.0/tutorial/create_cube.md @@ -150,7 +150,7 @@ You can use letters, numbers and '_' to name your cube (blank space in name is n * EXTENDED_COLUMN Extended_Column as a measure rather than a dimension is to save space. One column with another column can generate new columns. -  +  * PERCENTILE Percentile represent the percentage. The larger the value, the smaller the error. 100 is the most suitable. diff --git a/website/versioned_docs/version-3.1.3/tutorial/create_cube.md b/website/versioned_docs/version-3.1.3/tutorial/create_cube.md index 09b6c31922..623fe35326 100644 --- a/website/versioned_docs/version-3.1.3/tutorial/create_cube.md +++ b/website/versioned_docs/version-3.1.3/tutorial/create_cube.md @@ -151,7 +151,7 @@ You can use letters, numbers and '_' to name your cube (blank space in name is n * EXTENDED_COLUMN Extended_Column as a measure rather than a dimension is to save space. One column with another column can generate new columns. -  +  * PERCENTILE Percentile represent the percentage. The larger the value, the smaller the error. 100 is the most suitable. diff --git a/website/versioned_docs/version-4.0.4/tutorial/create_cube.md b/website/versioned_docs/version-4.0.4/tutorial/create_cube.md index 1bc8a6a837..26ebe50cc3 100644 --- a/website/versioned_docs/version-4.0.4/tutorial/create_cube.md +++ b/website/versioned_docs/version-4.0.4/tutorial/create_cube.md @@ -151,7 +151,7 @@ You can use letters, numbers and '_' to name your cube (blank space in name is n * EXTENDED_COLUMN Extended_Column as a measure rather than a dimension is to save space. One column with another column can generate new columns. -  +  * PERCENTILE Percentile represent the percentage. The larger the value, the smaller the error. 100 is the most suitable.
