Back to Zulip

ConfigureChannelLinks

starlight_help/src/content/include/_ConfigureChannelLinks.mdx

12.0687 B
Original Source

import {TabItem, Tabs} from "@astrojs/starlight/components";

import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro";

You can configure whether channel links in the left sidebar go to the channel feed, a list of topics in the channel, the top topic, or the top unread topic.

<Tabs> <TabItem label="Desktop/Web"> <FlattenedSteps> <NavigationSteps target="settings/preferences" />
  1. Under **Navigation**, select your preferred option from the
     **Clicking on a channel in the left sidebar navigates to** dropdown.
</FlattenedSteps>
</TabItem> </Tabs>