You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by ji...@apache.org on 2022/10/17 02:41:39 UTC

[doris-website] branch master updated: update homepage news (#146)

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

jiafengzheng 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 77d9e7e7752 update homepage news (#146)
77d9e7e7752 is described below

commit 77d9e7e77526e10aa42927a3a74a612dad762e1b
Author: wangyongfeng <94...@qq.com>
AuthorDate: Mon Oct 17 10:41:34 2022 +0800

    update homepage news (#146)
    
    * update homepage news
    
    * update news
    
    Co-authored-by: wangyf0555 <wa...@flywheels.com>
---
 i18n/zh-CN/code.json                                   | 4 ++--
 i18n/zh-CN/docusaurus-plugin-content-docs/current.json | 2 +-
 i18n/zh-CN/docusaurus-theme-classic/footer.json        | 2 +-
 src/pages/index.tsx                                    | 4 ++--
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/i18n/zh-CN/code.json b/i18n/zh-CN/code.json
index 0c2a2b3424a..8f9154245db 100644
--- a/i18n/zh-CN/code.json
+++ b/i18n/zh-CN/code.json
@@ -315,7 +315,7 @@
     "message": "Doris 团队"
   },
   "homepage.news": {
-    "message": "2022.9.13,Apache Doris 1.1.2 版本正式发布",
+    "message": "2022.10.17,Apache Doris 1.1.3 版本正式发布",
     "description": "The label for the link to homepage news"
   },
   "homepage.what": {
@@ -762,4 +762,4 @@
   "download.quick.download.version.tips": {
     "message": "apache-doris-1.1.2-bin-x86-noavx2 版本暂不提供下载,我们会在进行更新。"
   }
-}
\ No newline at end of file
+}
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current.json b/i18n/zh-CN/docusaurus-plugin-content-docs/current.json
index c3aa673266f..34e9d140db6 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current.json
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current.json
@@ -69,7 +69,7 @@
   },
   "sidebar.docs.category.Data Cache": {
     "message": "数据缓存",
-    "description": "The label for category Date Cache in sidebar docs"
+    "description": "The label for category Data Cache in sidebar docs"
   },
   "sidebar.docs.category.Best Practice": {
     "message": "最佳实践",
diff --git a/i18n/zh-CN/docusaurus-theme-classic/footer.json b/i18n/zh-CN/docusaurus-theme-classic/footer.json
index 64ceb328f96..5304ade6c58 100644
--- a/i18n/zh-CN/docusaurus-theme-classic/footer.json
+++ b/i18n/zh-CN/docusaurus-theme-classic/footer.json
@@ -13,7 +13,7 @@
   },
   "link.item.label.Docs": {
     "message": "文档",
-    "description": "The label of footer link with label=Docs linking to /docs/get-starting"
+    "description": "The label of footer link with label=Docs linking to /learning"
   },
   "link.item.label.Foundation": {
     "message": "基金会",
diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index 81419ff24b3..c9dbb4faf81 100644
--- a/src/pages/index.tsx
+++ b/src/pages/index.tsx
@@ -151,9 +151,9 @@ export default function Home(): JSX.Element {
                     <div className="news-wrap">
                         <div className="news-item">
                             <span className="news-icon"></span>
-                            <Link to="/blog/release-1.1.2" className="news-content">
+                            <Link to="/docs/releasenotes/release-1.1.3" className="news-content">
                                 <Translate id="homepage.news" description="The label for the link to homepage news">
-                                    2022.9.13, Apache Doris 1.1.2 is officially released
+                                    2022.10.17, Apache Doris 1.1.3 is officially released
                                 </Translate>
                             </Link>
                         </div>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org