starlight_help/src/content/include/_MoveChannelToFolder.mdx
import {TabItem, Tabs} from "@astrojs/starlight/components";
import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; import ChannelSettingsNavbarTip from "../include/_ChannelSettingsNavbarTip.mdx"; import SaveChanges from "../include/_SaveChanges.mdx"; import SelectChannelViewGeneral from "../include/_SelectChannelViewGeneral.mdx";
<Tabs> <TabItem label="Desktop/Web"> <FlattenedSteps> <NavigationSteps target="relative/channel/all" /> 1. Select a channel.
<SelectChannelViewGeneral />
1. *(optional)* [Create a new channel folder](/help/manage-channel-folders#create-a-new-channel-folder).
1. Under **Settings**, select the desired folder from the **Channel folder**
dropdown.
<SaveChanges />
</FlattenedSteps>
<ChannelSettingsNavbarTip />