diff --git a/docs/my-website/blog/april_townhall_announcement/index.md b/docs/my-website/blog/april_townhall_announcement/index.md index b81f61bae62f..466d9e845f02 100644 --- a/docs/my-website/blog/april_townhall_announcement/index.md +++ b/docs/my-website/blog/april_townhall_announcement/index.md @@ -1,10 +1,10 @@ --- slug: april-townhall-announcement -title: "April Townhall: Friday, 10 April at 7:30 AM" +title: "April Townhall: Security + Product Roadmap" date: 2026-04-02T07:30:00 authors: - krrish -description: "Join the LiteLLM April townhall on Friday, 10 April at 7:30 AM." +description: "Join the LiteLLM April townhall on Friday, 10 April at 7:30 AM to learn about LiteLLM's security and product roadmap." tags: [announcement, townhall] hide_table_of_contents: true --- @@ -26,6 +26,10 @@ We are hosting our April townhall on **Friday, 10 April at 7:30 AM PST**. - Reliability and security updates - Open Q&A with the team +## How to contribute + +Add your thoughts to this [ticket](https://github.com/BerriAI/litellm/issues/24825) to help us shape the agenda. + ## Register Register here: [LiteLLM April Townhall Form](https://forms.gle/hvyVXwbFjzJQE7dEA) diff --git a/docs/my-website/docusaurus.config.js b/docs/my-website/docusaurus.config.js index 81c08609e5d7..0102d96ee6ff 100644 --- a/docs/my-website/docusaurus.config.js +++ b/docs/my-website/docusaurus.config.js @@ -284,8 +284,8 @@ const config = { label: 'Enterprise', to: "docs/enterprise" }, + { to: '/release_notes', label: 'Changelog', position: 'left' }, { to: '/blog', label: 'Blog', position: 'left' }, - { to: '/release_notes', label: 'Release Notes', position: 'left' }, { href: 'https://github.com/BerriAI/litellm', position: 'right',