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 9e91693090a [fix] fix 2.0.0 release date error (#293)
9e91693090a is described below
commit 9e91693090a8693b130afc1ba5e88727b5cf6e30
Author: Jeffrey <[email protected]>
AuthorDate: Fri Aug 11 22:10:10 2023 +0800
[fix] fix 2.0.0 release date error (#293)
---
.gitignore | 3 ++-
src/constant/download.data.ts | 4 ++--
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/.gitignore b/.gitignore
index 53196cc785c..a960a157887 100644
--- a/.gitignore
+++ b/.gitignore
@@ -32,4 +32,5 @@ i18n/zh-CN/docusaurus-plugin-content-docs
i18n/zh-CN/docusaurus-plugin-content-docs-community/current
docs/
community/
-versioned_docs
\ No newline at end of file
+versioned_docs
+doris
\ No newline at end of file
diff --git a/src/constant/download.data.ts b/src/constant/download.data.ts
index 8f6a66fb9fe..765bd51ab6c 100644
--- a/src/constant/download.data.ts
+++ b/src/constant/download.data.ts
@@ -323,8 +323,8 @@ export function getAllRelease(locale: string) {
return [
{
version: '2.0.0 ( Latest )',
- date: '2023-07-03',
- note: 'https://github.com/apache/doris/issues/22647',
+ date: '2023-08-11',
+ note: '/docs/dev/releasenotes/release-2.0.0',
download: [
{
cpu: 'X64 ( avx2 )',
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]