This is an automated email from the ASF dual-hosted git repository.
morningman 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 58b48046d57 [event] Update doris meetup (#1220)
58b48046d57 is described below
commit 58b48046d57f4f65c6391fb232132d94f8b59ebf
Author: KassieZ <[email protected]>
AuthorDate: Tue Oct 22 20:10:42 2024 +0800
[event] Update doris meetup (#1220)
# Versions
- [ ] dev
- [ ] 3.0
- [ ] 2.1
- [ ] 2.0
# Languages
- [ ] Chinese
- [ ] English
---
common_docs_zh/gettingStarted/demo-block/latest.tsx | 10 +++++-----
docusaurus.config.js | 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/common_docs_zh/gettingStarted/demo-block/latest.tsx
b/common_docs_zh/gettingStarted/demo-block/latest.tsx
index 21832b47357..486bdf6612f 100644
--- a/common_docs_zh/gettingStarted/demo-block/latest.tsx
+++ b/common_docs_zh/gettingStarted/demo-block/latest.tsx
@@ -24,8 +24,8 @@ export default function Latest() {
</div>
</div> */}
<div className="home-page-hero-right">
- <a className="latest-button"
href="https://ask.selectdb.com">
- <div
className="home-page-hero-button-label"><div>近期事件</div></div>
+ <a className="latest-button" href="https://hdxu.cn/vUrpH">
+ <div
className="home-page-hero-button-label"><div>近期活动</div></div>
<div className="latest-button-title">
{/* <div className="home-page-hero-button-icon">
<svg width="24px" viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg">
@@ -33,10 +33,10 @@ export default function Latest() {
<path fill="none" d="M0 0h24v24H0Z"></path>
</svg>
</div> */}
- <div style={{ marginBottom: 10 }}>技术论坛全面升级上线!</div>
+ <div style={{ marginBottom: 10 }}>Apache Doris x
阿里云城市行@杭州站</div>
</div>
- <div style={{ fontSize: 12, marginBottom: 20
}}>在这里,你可以自由的提出和讨论技术问题、分享和收获技术经验、与 Apache Doris 社区的小伙伴进行互动和交流。</div>
- <div style={{ fontSize: 14, marginBottom: 10
}}>立即加入</div>
+ <div style={{ fontSize: 12, marginBottom: 20 }}>10 月
26 日,由飞轮科技与阿里云联手发起的 Apache Doris 杭州站 Meetup 限时免费参与!</div>
+ <div style={{ fontSize: 14, marginBottom: 10
}}>立即报名</div>
</a>
<a className="latest-button"
href={`/zh-CN/docs${currentVersion === '' ? '' :
`/${currentVersion}`}/releasenotes/v2.0/release-2.0.15`}>
<div
className="home-page-hero-button-label"><div>版本发布</div></div>
diff --git a/docusaurus.config.js b/docusaurus.config.js
index cdca350a5d5..d042a9be40b 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -26,7 +26,7 @@ function getDocsVersions() {
}
function getLatestVersion() {
- return VERSIONS.includes('3.0') ? '3.0' : VERSIONS[0];
+ return VERSIONS.includes('2.1') ? '2.1' : VERSIONS[0];
}
/** @type {import('@docusaurus/types').Config} */
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]