This is an automated email from the ASF dual-hosted git repository. luzhijing pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push: new 98d4dc9da73 [fix](download) update releasenotes-2.0-beta to releasenotes-2.0-Beta (#278) 98d4dc9da73 is described below commit 98d4dc9da731ba7355046fb65966e190080416db Author: Jeffrey <color.d...@gmail.com> AuthorDate: Wed Aug 2 16:29:49 2023 +0800 [fix](download) update releasenotes-2.0-beta to releasenotes-2.0-Beta (#278) --- src/constant/download.data.ts | 2 +- src/pages/download/index.tsx | 4 ++-- static/images/Beta_1.png | Bin 0 -> 54381 bytes static/images/Beta_2.png | Bin 0 -> 83910 bytes static/images/Beta_3.png | Bin 0 -> 137960 bytes static/images/Beta_4.png | Bin 0 -> 53043 bytes static/images/Beta_5.png | Bin 0 -> 53354 bytes static/images/Beta_6.png | Bin 0 -> 143116 bytes static/images/Beta_7.png | Bin 0 -> 93689 bytes static/images/Beta_8.png | Bin 0 -> 70644 bytes 10 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/constant/download.data.ts b/src/constant/download.data.ts index e10ac9b30ea..742cddbfb1a 100644 --- a/src/constant/download.data.ts +++ b/src/constant/download.data.ts @@ -324,7 +324,7 @@ export function getAllRelease(locale: string) { { version: '2.0-beta ( Latest )', date: '2023-07-03', - note: '/docs/dev/releasenotes/release-2.0-beta', + note: '/docs/dev/releasenotes/release-2.0-Beta', download: [ { cpu: 'X64 ( avx2 )', diff --git a/src/pages/download/index.tsx b/src/pages/download/index.tsx index 2babd4aa497..6435936f61e 100644 --- a/src/pages/download/index.tsx +++ b/src/pages/download/index.tsx @@ -285,7 +285,7 @@ export default function Download(): JSX.Element { {currentLocale === 'zh-CN' ? ( <div className="notice-text"> 详细升级注意事项请参考 - <Link to="/docs/dev/releasenotes/release-2.0-beta"> + <Link to="/docs/dev/releasenotes/release-2.0-Beta"> 2.0-beta Release Note </Link> 以及 @@ -303,7 +303,7 @@ export default function Download(): JSX.Element { ) : ( <div className="notice-text"> For detailed upgrade precautions, please refer to the{' '} - <Link to="/docs/dev/releasenotes/release-2.0-beta"> + <Link to="/docs/dev/releasenotes/release-2.0-Beta"> 2.0-beta Release Note </Link> and the diff --git a/static/images/Beta_1.png b/static/images/Beta_1.png new file mode 100644 index 00000000000..0c2e4bee61d Binary files /dev/null and b/static/images/Beta_1.png differ diff --git a/static/images/Beta_2.png b/static/images/Beta_2.png new file mode 100644 index 00000000000..c34b69fef80 Binary files /dev/null and b/static/images/Beta_2.png differ diff --git a/static/images/Beta_3.png b/static/images/Beta_3.png new file mode 100644 index 00000000000..903d8aaf203 Binary files /dev/null and b/static/images/Beta_3.png differ diff --git a/static/images/Beta_4.png b/static/images/Beta_4.png new file mode 100644 index 00000000000..50989fef2c6 Binary files /dev/null and b/static/images/Beta_4.png differ diff --git a/static/images/Beta_5.png b/static/images/Beta_5.png new file mode 100644 index 00000000000..a899f37dd78 Binary files /dev/null and b/static/images/Beta_5.png differ diff --git a/static/images/Beta_6.png b/static/images/Beta_6.png new file mode 100644 index 00000000000..586d9681b28 Binary files /dev/null and b/static/images/Beta_6.png differ diff --git a/static/images/Beta_7.png b/static/images/Beta_7.png new file mode 100644 index 00000000000..367ad949973 Binary files /dev/null and b/static/images/Beta_7.png differ diff --git a/static/images/Beta_8.png b/static/images/Beta_8.png new file mode 100644 index 00000000000..ff41ac379ff Binary files /dev/null and b/static/images/Beta_8.png differ --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org