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 32c0834fbb0 [feat](navbar) add Roadmap link to Community dropdown
(#3782)
32c0834fbb0 is described below
commit 32c0834fbb0d67f5e6740521a5f15f45e5b5a282
Author: Mingyu Chen (Rayner) <[email protected]>
AuthorDate: Mon May 25 13:00:34 2026 -0700
[feat](navbar) add Roadmap link to Community dropdown (#3782)
## Summary
- Add a `Roadmap` entry as the first item in the Community dropdown of
the new home navbar, linking to
https://github.com/apache/doris/issues/60036 (opens in a new tab).
## Test plan
- [ ] Open the homepage, hover the Community dropdown, confirm `Roadmap`
appears first and opens the GitHub issue in a new tab.
- [ ] Open the mobile menu, expand Community, confirm the same.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.7 <[email protected]>
---
src/components/home-next/NavbarNext.tsx | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/components/home-next/NavbarNext.tsx
b/src/components/home-next/NavbarNext.tsx
index 41043e26498..b56d49cab30 100644
--- a/src/components/home-next/NavbarNext.tsx
+++ b/src/components/home-next/NavbarNext.tsx
@@ -67,6 +67,7 @@ function buildNavItems(
{
label: 'Community',
items: [
+ { label: 'Roadmap', href:
'https://github.com/apache/doris/issues/60036', external: true },
{ label: 'Build with Us', href: joinCommunityHref },
{ label: 'Join GitHub Discussions', href:
'https://github.com/apache/doris/discussions', external: true },
],
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]