From 5759d90629f0a37fe60febb583d13e977be43884 Mon Sep 17 00:00:00 2001 From: Alya Abbott Date: Fri, 5 Sep 2025 12:10:33 -0700 Subject: [PATCH] help: Remove unnecessary "with Zulip". --- starlight_help/astro.config.mjs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/starlight_help/astro.config.mjs b/starlight_help/astro.config.mjs index 0ac36de0d9..2bc0ffb64f 100644 --- a/starlight_help/astro.config.mjs +++ b/starlight_help/astro.config.mjs @@ -93,7 +93,10 @@ export default defineConfig({ { label: "Guides for getting started", items: [ - "getting-started-with-zulip", + { + label: "Getting started", + link: "/getting-started-with-zulip", + }, { label: "Choosing a team chat app", link: "https://blog.zulip.com/2024/11/04/choosing-a-team-chat-app/",