This is an automated email from the ASF dual-hosted git repository. urfree pushed a commit to branch fix/new-website-beta-link in repository https://gitbox.apache.org/repos/asf/pulsar.git
commit 7f18a7c396ec057cec8aada50c6bed8d94d8f7aa Author: LiLi <[email protected]> AuthorDate: Tue Feb 22 09:56:38 2022 +0800 feat: new website beta link Signed-off-by: LiLi <[email protected]> --- site2/website/siteConfig.js | 1 + 1 file changed, 1 insertion(+) diff --git a/site2/website/siteConfig.js b/site2/website/siteConfig.js index 430cecd..c51fdfe 100644 --- a/site2/website/siteConfig.js +++ b/site2/website/siteConfig.js @@ -130,6 +130,7 @@ const siteConfig = { {blog: true, label: 'Blog'}, {href: '#community', label: 'Community'}, {href: '#apache', label: 'Apache'}, + { href: 'https://pulsar-next.staged.apache.org/', label: 'New Website(Beta)' }, // Determines search bar position among links //{ search: true }, // Determines language drop down position among links
