This is an automated email from the ASF dual-hosted git repository. lhotari pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
commit 0709094d8246514fedda23fd6513b4d5c20b6898 Author: Lari Hotari <[email protected]> AuthorDate: Fri Apr 24 09:30:46 2026 +0300 nav(navbar): add Client Libraries to Get Started dropdown --- docusaurus.config.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index a8e754759ff..c67e02c6073 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -152,6 +152,10 @@ module.exports = async function createConfigAsync() { { to: "/ecosystem/", label: "Ecosystem", + }, + { + to: "/docs/client-libraries/", + label: "Client Libraries", } ], },
