From 8ddc7bee008f7e8d13cbe0b5ec4d1e1eb2333a9d Mon Sep 17 00:00:00 2001 From: Shubham Padia Date: Fri, 26 Sep 2025 11:23:16 +0000 Subject: [PATCH] help: Make `include` a sibling of `content/docs` directory. When moving content between the include files and the docs files while copy pasting them, there was a need to change the imports everytime this was done. This was inconvenient to do. We considered path aliases to solve this problem but not all editors support path resolution via those aliases and thus we change the directory structure instead. We change imports for components, include files and images in this commit. See https://chat.zulip.org/#narrow/channel/19-documentation/topic/confused.20about.20include.20file for more info. --- docs/documentation/helpcenter.md | 2 +- eslint.config.js | 9 +++ .../content/docs/add-a-custom-linkifier.mdx | 3 +- .../content/docs/animated-gifs-from-giphy.mdx | 7 +- .../src/content/docs/archive-a-channel.mdx | 3 +- .../src/content/docs/bulleted-lists.mdx | 7 +- .../src/content/docs/change-a-users-name.mdx | 9 ++- .../content/docs/change-organization-url.mdx | 5 +- .../docs/change-the-channel-description.mdx | 9 ++- .../docs/change-the-color-of-a-channel.mdx | 5 +- .../docs/change-the-privacy-of-a-channel.mdx | 13 ++-- .../src/content/docs/change-your-language.mdx | 3 +- .../src/content/docs/change-your-password.mdx | 3 +- .../src/content/docs/channel-feed.mdx | 7 +- .../src/content/docs/channel-folders.mdx | 5 +- .../content/docs/channel-notifications.mdx | 5 +- .../src/content/docs/channel-permissions.mdx | 9 ++- .../content/docs/channel-posting-policy.mdx | 7 +- .../src/content/docs/code-blocks.mdx | 9 ++- .../docs/collaborative-to-do-lists.mdx | 7 +- .../src/content/docs/collapse-a-message.mdx | 3 +- .../src/content/docs/combined-feed.mdx | 3 +- .../content/docs/communities-directory.mdx | 7 +- .../configure-a-custom-welcome-message.mdx | 7 +- .../docs/configure-authentication-methods.mdx | 5 +- .../docs/configure-automated-notices.mdx | 5 +- .../content/docs/configure-call-provider.mdx | 5 +- .../configure-default-new-user-settings.mdx | 5 +- .../docs/configure-email-visibility.mdx | 3 +- .../content/docs/configure-how-links-open.mdx | 3 +- .../docs/configure-organization-language.mdx | 7 +- .../docs/configure-send-message-keys.mdx | 3 +- .../content/docs/configure-where-you-land.mdx | 3 +- ...configure-who-can-administer-a-channel.mdx | 7 +- .../configure-who-can-create-channels.mdx | 5 +- .../configure-who-can-invite-to-channels.mdx | 9 ++- .../docs/configure-who-can-subscribe.mdx | 5 +- .../configure-who-can-unsubscribe-others.mdx | 5 +- .../content/docs/connect-through-a-proxy.mdx | 3 +- .../src/content/docs/create-a-channel.mdx | 4 +- .../src/content/docs/create-a-poll.mdx | 7 +- .../src/content/docs/create-channels.mdx | 4 +- .../src/content/docs/create-user-groups.mdx | 10 +-- .../docs/create-your-organization-profile.mdx | 10 +-- .../src/content/docs/custom-certificates.mdx | 3 +- .../src/content/docs/custom-emoji.mdx | 5 +- .../content/docs/custom-profile-fields.mdx | 3 +- .../docs/customize-organization-settings.mdx | 2 +- .../docs/customize-settings-for-new-users.mdx | 2 +- .../src/content/docs/dark-theme.mdx | 5 +- .../docs/deactivate-or-reactivate-a-bot.mdx | 3 +- .../docs/deactivate-or-reactivate-a-user.mdx | 7 +- .../docs/deactivate-your-organization.mdx | 3 +- .../src/content/docs/delete-a-message.mdx | 7 +- .../src/content/docs/delete-a-topic.mdx | 5 +- .../src/content/docs/demo-organizations.mdx | 3 +- .../docs/desktop-app-install-guide.mdx | 3 +- .../src/content/docs/digest-emails.mdx | 3 +- .../src/content/docs/direct-messages.mdx | 13 ++-- .../content/docs/disable-welcome-emails.mdx | 3 +- .../src/content/docs/do-not-disturb.mdx | 3 +- .../src/content/docs/edit-a-message.mdx | 5 +- .../src/content/docs/emoji-and-emoticons.mdx | 7 +- .../src/content/docs/emoji-reactions.mdx | 7 +- .../content/docs/export-your-organization.mdx | 9 ++- .../src/content/docs/find-administrators.mdx | 3 +- .../docs/finding-a-conversation-to-read.mdx | 12 ++-- .../src/content/docs/follow-a-topic.mdx | 17 +++-- starlight_help/src/content/docs/font-size.mdx | 3 +- .../src/content/docs/format-a-quote.mdx | 7 +- .../format-your-message-using-markdown.mdx | 65 +++++++++---------- .../content/docs/general-chat-channels.mdx | 5 +- .../src/content/docs/general-chat-topic.mdx | 5 +- .../content/docs/generate-integration-url.mdx | 3 +- .../docs/getting-started-with-zulip.mdx | 16 ++--- .../src/content/docs/global-times.mdx | 7 +- .../src/content/docs/guest-users.mdx | 5 +- .../docs/hide-message-content-in-emails.mdx | 3 +- .../docs/image-video-and-website-previews.mdx | 5 +- .../content/docs/import-from-mattermost.mdx | 19 +++--- .../content/docs/import-from-rocketchat.mdx | 17 +++-- .../src/content/docs/import-from-slack.mdx | 19 +++--- starlight_help/src/content/docs/inbox.mdx | 9 ++- .../content/docs/include/_ManageThisUser.mdx | 9 --- .../docs/include/_RightSidebarViewProfile.mdx | 9 --- .../_SelectChannelViewGeneralAdvanced.mdx | 9 --- .../src/content/docs/insert-a-link.mdx | 7 +- .../content/docs/introduction-to-channels.mdx | 3 +- .../content/docs/introduction-to-topics.mdx | 8 +-- .../src/content/docs/invite-new-users.mdx | 3 +- .../src/content/docs/invite-users-to-join.mdx | 3 +- starlight_help/src/content/docs/latex.mdx | 7 +- .../src/content/docs/left-sidebar.mdx | 17 +++-- .../src/content/docs/line-spacing.mdx | 3 +- .../link-to-a-message-or-conversation.mdx | 15 ++--- .../content/docs/linking-to-zulip-website.mdx | 2 +- .../src/content/docs/list-of-topics.mdx | 7 +- .../src/content/docs/logging-in.mdx | 9 ++- .../src/content/docs/logging-out.mdx | 5 +- .../src/content/docs/manage-a-bot.mdx | 3 +- .../src/content/docs/manage-a-user.mdx | 7 +- .../content/docs/manage-channel-folders.mdx | 9 ++- .../content/docs/manage-inactive-channels.mdx | 3 +- .../src/content/docs/manage-permissions.mdx | 5 +- .../manage-user-channel-subscriptions.mdx | 7 +- .../docs/manage-user-group-membership.mdx | 7 +- .../src/content/docs/manage-user-groups.mdx | 19 +++--- .../content/docs/marking-messages-as-read.mdx | 9 ++- .../docs/marking-messages-as-unread.mdx | 7 +- .../docs/mastering-the-compose-box.mdx | 3 +- .../src/content/docs/me-action-messages.mdx | 4 +- .../content/docs/mention-a-user-or-group.mdx | 9 ++- .../docs/message-a-channel-by-email.mdx | 3 +- .../src/content/docs/message-actions.mdx | 5 +- .../content/docs/message-retention-policy.mdx | 9 ++- .../src/content/docs/messaging-tips.mdx | 2 +- .../src/content/docs/mobile-notifications.mdx | 3 +- .../docs/moderating-open-organizations.mdx | 4 +- .../docs/move-content-to-another-channel.mdx | 5 +- .../docs/move-content-to-another-topic.mdx | 3 +- .../src/content/docs/move-to-zulip-cloud.mdx | 3 +- .../src/content/docs/moving-to-zulip.mdx | 2 +- .../src/content/docs/mute-a-channel.mdx | 7 +- .../src/content/docs/mute-a-topic.mdx | 15 ++--- .../src/content/docs/mute-a-user.mdx | 5 +- .../src/content/docs/numbered-lists.mdx | 7 +- .../src/content/docs/organization-type.mdx | 5 +- .../docs/paragraph-and-section-formatting.mdx | 4 +- .../src/content/docs/pin-a-channel.mdx | 5 +- .../src/content/docs/pin-information.mdx | 7 +- .../preview-your-message-before-sending.mdx | 3 +- .../src/content/docs/protect-your-account.mdx | 3 +- .../src/content/docs/public-access-option.mdx | 3 +- .../docs/quote-or-forward-a-message.mdx | 5 +- .../src/content/docs/read-receipts.mdx | 9 ++- .../content/docs/reading-conversations.mdx | 2 +- .../src/content/docs/reading-strategies.mdx | 14 ++-- .../src/content/docs/recent-conversations.mdx | 7 +- .../src/content/docs/rename-a-channel.mdx | 9 ++- .../src/content/docs/rename-a-topic.mdx | 3 +- .../src/content/docs/replying-to-messages.mdx | 4 +- .../src/content/docs/require-topics.mdx | 9 ++- .../content/docs/resize-the-compose-box.mdx | 3 +- .../src/content/docs/resolve-a-topic.mdx | 11 ++-- .../docs/restrict-account-creation.mdx | 5 +- .../content/docs/restrict-bot-creation.mdx | 5 +- .../content/docs/restrict-direct-messages.mdx | 5 +- .../restrict-message-edit-history-access.mdx | 7 +- .../restrict-message-editing-and-deletion.mdx | 7 +- .../content/docs/restrict-moving-messages.mdx | 7 +- .../docs/restrict-name-and-email-changes.mdx | 5 +- .../restrict-permissions-of-new-members.mdx | 5 +- .../docs/restrict-profile-picture-changes.mdx | 5 +- .../docs/restrict-resolving-topics.mdx | 7 +- .../docs/restrict-wildcard-mentions.mdx | 5 +- .../src/content/docs/saml-authentication.mdx | 11 ++-- .../src/content/docs/saved-snippets.mdx | 3 +- .../src/content/docs/schedule-a-message.mdx | 5 +- .../src/content/docs/schedule-a-reminder.mdx | 5 +- starlight_help/src/content/docs/scim.mdx | 7 +- .../src/content/docs/search-for-messages.mdx | 3 +- .../src/content/docs/self-hosted-billing.mdx | 21 +++--- .../set-default-channels-for-new-users.mdx | 3 +- .../src/content/docs/set-up-your-account.mdx | 2 +- .../docs/setting-up-zulip-for-a-class.mdx | 15 ++--- .../content/docs/share-and-upload-files.mdx | 5 +- starlight_help/src/content/docs/spoilers.mdx | 7 +- .../src/content/docs/star-a-message.mdx | 9 ++- .../src/content/docs/start-a-call.mdx | 3 +- .../docs/starting-a-new-direct-message.mdx | 2 +- .../content/docs/status-and-availability.mdx | 11 ++-- .../docs/subscribe-users-to-a-channel.mdx | 2 +- .../content/docs/support-zulip-project.mdx | 2 +- .../docs/switching-between-organizations.mdx | 2 +- starlight_help/src/content/docs/tables.mdx | 4 +- .../src/content/docs/text-emphasis.mdx | 7 +- .../src/content/docs/topic-notifications.mdx | 6 +- .../docs/unsubscribe-from-a-channel.mdx | 7 +- .../docs/unsubscribe-users-from-a-channel.mdx | 2 +- .../src/content/docs/user-cards.mdx | 3 +- .../src/content/docs/user-groups.mdx | 7 +- .../src/content/docs/user-roles.mdx | 11 ++-- .../docs/view-a-messages-edit-history.mdx | 3 +- .../view-and-edit-your-message-drafts.mdx | 5 +- .../content/docs/view-channel-information.mdx | 3 +- .../content/docs/view-channel-subscribers.mdx | 5 +- .../docs/view-messages-sent-by-a-user.mdx | 5 +- .../content/docs/view-someones-profile.mdx | 3 +- ...view-the-exact-time-a-message-was-sent.mdx | 3 +- .../view-the-markdown-source-of-a-message.mdx | 5 +- .../src/content/docs/view-your-mentions.mdx | 3 +- .../src/content/docs/view-zulip-version.mdx | 3 +- .../src/content/docs/zulip-cloud-billing.mdx | 19 +++--- .../docs/zulip-cloud-or-self-hosting.mdx | 3 +- .../{docs => }/include/_AddAWideLogo.mdx | 7 +- .../{docs => }/include/_AddUsersToAGroup.mdx | 7 +- .../content/{docs => }/include/_AdminOnly.mdx | 2 +- .../include/_AdvantagesOfZulipCloud.mdx | 0 .../{docs => }/include/_AppWillUpdateTip.mdx | 2 +- .../_AutomatedDmChannelSubscription.mdx | 2 +- .../include/_AutomatedNoticeChannelEvent.mdx | 2 +- .../{docs => }/include/_AutomaticBilling.mdx | 2 +- .../include/_AutomaticallyFollowTopics.mdx | 4 +- ...tomaticallyUnmuteTopicsInMutedChannels.mdx | 4 +- .../include/_BulletedListsExamples.mdx | 2 +- .../include/_BulletedListsIntro.mdx | 0 .../include/_ChangePasswordAndAPIKey.mdx | 6 +- .../_ChangePasswordViaEmailConfirmation.mdx | 0 .../{docs => }/include/_ChannelActions.mdx | 0 .../include/_ChannelAdminPermissions.mdx | 0 .../include/_ChannelFoldersIntro.mdx | 0 .../include/_ChannelLongPressMenu.mdx | 0 .../include/_ChannelLongPressMenuTip.mdx | 2 +- .../include/_ChannelMenuSubscribersTabTip.mdx | 2 +- .../include/_ChannelNameLongPressMenu.mdx | 0 .../include/_ChannelNameLongPressMenuTip.mdx | 2 +- .../include/_ChannelPrivacyTypes.mdx | 0 .../include/_ChannelSettingsGeneralTabTip.mdx | 2 +- .../{docs => }/include/_ChannelsIntro.mdx | 0 .../{docs => }/include/_ClearStatus.mdx | 0 .../include/_CloudPaidPlansOnly.mdx | 2 +- .../{docs => }/include/_CloudPlusOnly.mdx | 2 +- .../include/_CodeBlocksExamples.mdx | 4 +- .../{docs => }/include/_CodeBlocksIntro.mdx | 0 .../{docs => }/include/_CombinedFeed.mdx | 5 +- .../_CommunitiesDirectoryInstructions.mdx | 7 +- .../include/_CommunitiesDirectoryIntro.mdx | 0 .../include/_ComposeAndSendMessage.mdx | 0 .../include/_ConfigureChannelLinks.mdx | 4 +- ...onfigureNotificationsForFollowedTopics.mdx | 6 +- .../_ConfigureResolvedNoticesMarkedAsRead.mdx | 4 +- ..._ConfigureTopicNotificationsDesktopWeb.mdx | 7 +- .../include/_ConfigureWhoCanManagePlans.mdx | 7 +- .../include/_ContentAccessDefinition.mdx | 0 .../include/_ConversationDefinition.mdx | 0 .../include/_ConversationRecommendation.mdx | 0 .../include/_CreateAChannelInstructions.mdx | 6 +- .../include/_CreateChannelsIntro.mdx | 5 +- .../include/_CustomizeSettingsForNewUsers.mdx | 0 .../include/_DependsOnPermissions.mdx | 2 +- .../include/_DesktopSidebarSettingsMenu.mdx | 0 .../include/_DesktopToggleSidebarTip.mdx | 2 +- .../include/_DmFeedInstructions.mdx | 2 +- .../include/_EditOrganizationProfile.mdx | 7 +- .../include/_EmojiAndEmoticonsExamples.mdx | 2 +- .../include/_EmojiAndEmoticonsIntro.mdx | 0 .../{docs => }/include/_EmphasisExamples.mdx | 2 +- .../{docs => }/include/_EmphasisIntro.mdx | 0 .../_ExportWithoutConsentRequirements.mdx | 0 .../{docs => }/include/_FilterChannels.mdx | 2 +- .../include/_FilterResolvedLeftSidebar.mdx | 0 .../_FindDmConversationLeftSidebar.mdx | 2 +- .../include/_FollowedTopicWorkflows.mdx | 0 .../{docs => }/include/_GeneralChatIntro.mdx | 0 .../include/_GlobalTimesExamples.mdx | 6 +- .../{docs => }/include/_GlobalTimesIntro.mdx | 0 .../{docs => }/include/_GoToChannel.mdx | 0 .../{docs => }/include/_GoToCombinedFeed.mdx | 0 .../{docs => }/include/_GoToDraftMessages.mdx | 0 .../content/{docs => }/include/_GoToInbox.mdx | 0 .../include/_GoToRecentConversations.mdx | 0 .../{docs => }/include/_GoToReminders.mdx | 0 .../include/_GoToScheduledMessages.mdx | 0 .../include/_HowToCreateAUserGroup.mdx | 6 +- .../include/_HowToInviteUsersToJoin.mdx | 0 .../{docs => }/include/_HowToReplyIntro.mdx | 0 .../include/_HowToStartANewTopic.mdx | 11 ++-- .../_ImportGetYourOrganizationStarted.mdx | 0 .../include/_ImportHowUsersWillLogIn.mdx | 4 +- ...ImportIntoASelfHostedServerDescription.mdx | 0 ...mportIntoASelfHostedServerInstructions.mdx | 0 .../_ImportIntoAZulipCloudOrganization.mdx | 2 +- .../include/_ImportSelfHostedServerTips.mdx | 4 +- .../include/_ImportWorkspaceToZulip.mdx | 0 .../include/_ImportYourDataIntoZulip.mdx | 2 +- .../_ImportZulipCloudOrganizationWarning.mdx | 2 +- .../{docs => }/include/_InboxInstructions.mdx | 7 +- .../{docs => }/include/_InboxIntro.mdx | 0 .../include/_InternationalWireTransfers.mdx | 0 .../{docs => }/include/_InviteUsers.mdx | 0 .../{docs => }/include/_LatexExamples.mdx | 2 +- .../{docs => }/include/_LatexIntro.mdx | 0 .../include/_LeftSidebarConversations.mdx | 2 +- .../{docs => }/include/_LinksExamples.mdx | 2 +- .../{docs => }/include/_LinksIntro.mdx | 0 .../include/_ManageBillingIntro.mdx | 0 .../_ManageConfiguredTopicsDesktopWeb.mdx | 4 +- .../include/_ManageConfiguredTopicsMobile.mdx | 7 +- .../src/content/include/_ManageThisUser.mdx | 8 +++ .../include/_ManageThisUserViaUserProfile.mdx | 5 +- .../{docs => }/include/_ManageUserTabTip.mdx | 2 +- .../include/_ManualAddLicenseInstructions.mdx | 2 +- .../include/_MeActionMessagesExamples.mdx | 2 +- .../include/_MeActionMessagesIntro.mdx | 0 .../{docs => }/include/_MentionsExamples.mdx | 4 +- .../{docs => }/include/_MentionsIntro.mdx | 0 .../{docs => }/include/_MessageActions.mdx | 0 .../include/_MessageActionsMenu.mdx | 0 .../include/_MessageEditHistoryIntro.mdx | 0 .../include/_MessageLongPressMenu.mdx | 0 .../{docs => }/include/_MessagingTips.mdx | 0 .../{docs => }/include/_MobileChannels.mdx | 0 .../include/_MobileDirectMessages.mdx | 0 .../{docs => }/include/_MobileMenu.mdx | 0 .../{docs => }/include/_MobileSettings.mdx | 5 +- .../include/_MobileSwitchAccount.mdx | 5 +- .../{docs => }/include/_ModifyLinkText.mdx | 0 .../include/_MoveChannelToFolder.mdx | 11 ++-- .../{docs => }/include/_MuteUnmuteIntro.mdx | 2 +- .../include/_NotHumanExportFormat.mdx | 2 +- .../include/_NumberedListsExamples.mdx | 2 +- .../include/_NumberedListsIntro.mdx | 0 .../content/{docs => }/include/_OwnerOnly.mdx | 2 +- .../_ParagraphsAndSectionsExamples.mdx | 2 +- .../include/_ParagraphsAndSectionsIntro.mdx | 0 .../{docs => }/include/_PayByInvoiceSteps.mdx | 2 +- .../include/_PayByInvoiceWarning.mdx | 2 +- .../{docs => }/include/_PaymentOptions.mdx | 0 .../{docs => }/include/_PersonalMenu.mdx | 0 .../{docs => }/include/_PlanUpgradeSteps.mdx | 0 .../{docs => }/include/_PollsExamples.mdx | 2 +- .../{docs => }/include/_PollsIntro.mdx | 0 .../{docs => }/include/_QuotesExamples.mdx | 2 +- .../{docs => }/include/_QuotesIntro.mdx | 0 .../include/_ReadingConversations.mdx | 15 ++--- .../include/_RecentConversations.mdx | 7 +- .../include/_ReplyingToMessages.mdx | 2 +- ...ReviewOrganizationSettingsInstructions.mdx | 7 +- .../include/_RightSidebarUserCard.mdx | 0 .../include/_RightSidebarViewProfile.mdx | 8 +++ .../{docs => }/include/_SamlLoginButton.mdx | 0 .../{docs => }/include/_SaveChanges.mdx | 0 .../include/_SearchNoteForDmConversations.mdx | 0 .../include/_SelectChannelViewGeneral.mdx | 0 .../_SelectChannelViewGeneralAdvanced.mdx | 8 +++ .../include/_SelectChannelViewPersonal.mdx | 0 .../include/_SelectChannelViewSubscribers.mdx | 0 .../include/_SelfHostedBillingLogInStep.mdx | 0 .../{docs => }/include/_SelfUserCard.mdx | 0 .../content/{docs => }/include/_SendDm.mdx | 11 ++-- .../{docs => }/include/_SendUsInfo.mdx | 0 .../content/{docs => }/include/_SetStatus.mdx | 0 .../{docs => }/include/_SetUpYourAccount.mdx | 2 +- .../{docs => }/include/_SidebarIndex.mdx | 0 .../{docs => }/include/_SpoilersExamples.mdx | 4 +- .../{docs => }/include/_SpoilersIntro.mdx | 0 .../{docs => }/include/_StartComposing.mdx | 0 .../include/_StartTopicViaLeftSidebar.mdx | 7 +- .../include/_StartingANewDirectMessage.mdx | 5 +- .../include/_SubscribeUserToChannel.mdx | 17 +++-- .../include/_SupportingZulipMotivation.mdx | 0 .../_SwitchingBetweenOrganizations.mdx | 7 +- .../{docs => }/include/_TablesExamples.mdx | 4 +- .../{docs => }/include/_TablesIntro.mdx | 0 .../{docs => }/include/_ToDoListsExamples.mdx | 2 +- .../{docs => }/include/_ToDoListsIntro.mdx | 0 .../{docs => }/include/_TopicActions.mdx | 0 .../include/_TopicLongPressMenu.mdx | 0 .../include/_TopicLongPressMenuTip.mdx | 2 +- .../{docs => }/include/_TopicsIntro.mdx | 2 +- .../include/_TranslationProjectInfo.mdx | 0 .../include/_UnsubscribeUserFromChannel.mdx | 13 ++-- .../include/_UpgradeToPlusIfNeeded.mdx | 0 .../include/_UserCardThreeDotMenu.mdx | 5 +- .../include/_UserGroupsApplications.mdx | 0 .../{docs => }/include/_UserGroupsIntro.mdx | 0 .../{docs => }/include/_UserRolesIntro.mdx | 0 .../include/_UserSubgroupsIntro.mdx | 0 .../include/_ViewDmsLeftSidebar.mdx | 0 .../include/_ViewEmojiReactions.mdx | 2 +- .../{docs => }/include/_ViewMentions.mdx | 7 +- .../include/_ViewStarredMessages.mdx | 9 ++- .../{docs => }/include/_ViewUsersByRole.mdx | 4 +- .../include/_WebPublicChannelsIntro.mdx | 0 .../include/_WhenToStartANewTopic.mdx | 0 375 files changed, 734 insertions(+), 918 deletions(-) delete mode 100644 starlight_help/src/content/docs/include/_ManageThisUser.mdx delete mode 100644 starlight_help/src/content/docs/include/_RightSidebarViewProfile.mdx delete mode 100644 starlight_help/src/content/docs/include/_SelectChannelViewGeneralAdvanced.mdx rename starlight_help/src/content/{docs => }/include/_AddAWideLogo.mdx (75%) rename starlight_help/src/content/{docs => }/include/_AddUsersToAGroup.mdx (81%) rename starlight_help/src/content/{docs => }/include/_AdminOnly.mdx (62%) rename starlight_help/src/content/{docs => }/include/_AdvantagesOfZulipCloud.mdx (100%) rename starlight_help/src/content/{docs => }/include/_AppWillUpdateTip.mdx (57%) rename starlight_help/src/content/{docs => }/include/_AutomatedDmChannelSubscription.mdx (69%) rename starlight_help/src/content/{docs => }/include/_AutomatedNoticeChannelEvent.mdx (70%) rename starlight_help/src/content/{docs => }/include/_AutomaticBilling.mdx (95%) rename starlight_help/src/content/{docs => }/include/_AutomaticallyFollowTopics.mdx (89%) rename starlight_help/src/content/{docs => }/include/_AutomaticallyUnmuteTopicsInMutedChannels.mdx (71%) rename starlight_help/src/content/{docs => }/include/_BulletedListsExamples.mdx (79%) rename starlight_help/src/content/{docs => }/include/_BulletedListsIntro.mdx (100%) rename starlight_help/src/content/{docs => }/include/_ChangePasswordAndAPIKey.mdx (75%) rename starlight_help/src/content/{docs => }/include/_ChangePasswordViaEmailConfirmation.mdx (100%) rename starlight_help/src/content/{docs => }/include/_ChannelActions.mdx (100%) rename starlight_help/src/content/{docs => }/include/_ChannelAdminPermissions.mdx (100%) rename starlight_help/src/content/{docs => }/include/_ChannelFoldersIntro.mdx (100%) rename starlight_help/src/content/{docs => }/include/_ChannelLongPressMenu.mdx (100%) rename starlight_help/src/content/{docs => }/include/_ChannelLongPressMenuTip.mdx (68%) rename starlight_help/src/content/{docs => }/include/_ChannelMenuSubscribersTabTip.mdx (81%) rename starlight_help/src/content/{docs => }/include/_ChannelNameLongPressMenu.mdx (100%) rename starlight_help/src/content/{docs => }/include/_ChannelNameLongPressMenuTip.mdx (69%) rename starlight_help/src/content/{docs => }/include/_ChannelPrivacyTypes.mdx (100%) rename starlight_help/src/content/{docs => }/include/_ChannelSettingsGeneralTabTip.mdx (81%) rename starlight_help/src/content/{docs => }/include/_ChannelsIntro.mdx (100%) rename starlight_help/src/content/{docs => }/include/_ClearStatus.mdx (100%) rename starlight_help/src/content/{docs => }/include/_CloudPaidPlansOnly.mdx (76%) rename starlight_help/src/content/{docs => }/include/_CloudPlusOnly.mdx (71%) rename starlight_help/src/content/{docs => }/include/_CodeBlocksExamples.mdx (80%) rename starlight_help/src/content/{docs => }/include/_CodeBlocksIntro.mdx (100%) rename starlight_help/src/content/{docs => }/include/_CombinedFeed.mdx (84%) rename starlight_help/src/content/{docs => }/include/_CommunitiesDirectoryInstructions.mdx (63%) rename starlight_help/src/content/{docs => }/include/_CommunitiesDirectoryIntro.mdx (100%) rename starlight_help/src/content/{docs => }/include/_ComposeAndSendMessage.mdx (100%) rename starlight_help/src/content/{docs => }/include/_ConfigureChannelLinks.mdx (78%) rename starlight_help/src/content/{docs => }/include/_ConfigureNotificationsForFollowedTopics.mdx (70%) rename starlight_help/src/content/{docs => }/include/_ConfigureResolvedNoticesMarkedAsRead.mdx (78%) rename starlight_help/src/content/{docs => }/include/_ConfigureTopicNotificationsDesktopWeb.mdx (75%) rename starlight_help/src/content/{docs => }/include/_ConfigureWhoCanManagePlans.mdx (64%) rename starlight_help/src/content/{docs => }/include/_ContentAccessDefinition.mdx (100%) rename starlight_help/src/content/{docs => }/include/_ConversationDefinition.mdx (100%) rename starlight_help/src/content/{docs => }/include/_ConversationRecommendation.mdx (100%) rename starlight_help/src/content/{docs => }/include/_CreateAChannelInstructions.mdx (85%) rename starlight_help/src/content/{docs => }/include/_CreateChannelsIntro.mdx (80%) rename starlight_help/src/content/{docs => }/include/_CustomizeSettingsForNewUsers.mdx (100%) rename starlight_help/src/content/{docs => }/include/_DependsOnPermissions.mdx (65%) rename starlight_help/src/content/{docs => }/include/_DesktopSidebarSettingsMenu.mdx (100%) rename starlight_help/src/content/{docs => }/include/_DesktopToggleSidebarTip.mdx (72%) rename starlight_help/src/content/{docs => }/include/_DmFeedInstructions.mdx (92%) rename starlight_help/src/content/{docs => }/include/_EditOrganizationProfile.mdx (64%) rename starlight_help/src/content/{docs => }/include/_EmojiAndEmoticonsExamples.mdx (60%) rename starlight_help/src/content/{docs => }/include/_EmojiAndEmoticonsIntro.mdx (100%) rename starlight_help/src/content/{docs => }/include/_EmphasisExamples.mdx (67%) rename starlight_help/src/content/{docs => }/include/_EmphasisIntro.mdx (100%) rename starlight_help/src/content/{docs => }/include/_ExportWithoutConsentRequirements.mdx (100%) rename starlight_help/src/content/{docs => }/include/_FilterChannels.mdx (88%) rename starlight_help/src/content/{docs => }/include/_FilterResolvedLeftSidebar.mdx (100%) rename starlight_help/src/content/{docs => }/include/_FindDmConversationLeftSidebar.mdx (84%) rename starlight_help/src/content/{docs => }/include/_FollowedTopicWorkflows.mdx (100%) rename starlight_help/src/content/{docs => }/include/_GeneralChatIntro.mdx (100%) rename starlight_help/src/content/{docs => }/include/_GlobalTimesExamples.mdx (64%) rename starlight_help/src/content/{docs => }/include/_GlobalTimesIntro.mdx (100%) rename starlight_help/src/content/{docs => }/include/_GoToChannel.mdx (100%) rename starlight_help/src/content/{docs => }/include/_GoToCombinedFeed.mdx (100%) rename starlight_help/src/content/{docs => }/include/_GoToDraftMessages.mdx (100%) rename starlight_help/src/content/{docs => }/include/_GoToInbox.mdx (100%) rename starlight_help/src/content/{docs => }/include/_GoToRecentConversations.mdx (100%) rename starlight_help/src/content/{docs => }/include/_GoToReminders.mdx (100%) rename starlight_help/src/content/{docs => }/include/_GoToScheduledMessages.mdx (100%) rename starlight_help/src/content/{docs => }/include/_HowToCreateAUserGroup.mdx (81%) rename starlight_help/src/content/{docs => }/include/_HowToInviteUsersToJoin.mdx (100%) rename starlight_help/src/content/{docs => }/include/_HowToReplyIntro.mdx (100%) rename starlight_help/src/content/{docs => }/include/_HowToStartANewTopic.mdx (79%) rename starlight_help/src/content/{docs => }/include/_ImportGetYourOrganizationStarted.mdx (100%) rename starlight_help/src/content/{docs => }/include/_ImportHowUsersWillLogIn.mdx (95%) rename starlight_help/src/content/{docs => }/include/_ImportIntoASelfHostedServerDescription.mdx (100%) rename starlight_help/src/content/{docs => }/include/_ImportIntoASelfHostedServerInstructions.mdx (100%) rename starlight_help/src/content/{docs => }/include/_ImportIntoAZulipCloudOrganization.mdx (86%) rename starlight_help/src/content/{docs => }/include/_ImportSelfHostedServerTips.mdx (70%) rename starlight_help/src/content/{docs => }/include/_ImportWorkspaceToZulip.mdx (100%) rename starlight_help/src/content/{docs => }/include/_ImportYourDataIntoZulip.mdx (89%) rename starlight_help/src/content/{docs => }/include/_ImportZulipCloudOrganizationWarning.mdx (82%) rename starlight_help/src/content/{docs => }/include/_InboxInstructions.mdx (86%) rename starlight_help/src/content/{docs => }/include/_InboxIntro.mdx (100%) rename starlight_help/src/content/{docs => }/include/_InternationalWireTransfers.mdx (100%) rename starlight_help/src/content/{docs => }/include/_InviteUsers.mdx (100%) rename starlight_help/src/content/{docs => }/include/_LatexExamples.mdx (70%) rename starlight_help/src/content/{docs => }/include/_LatexIntro.mdx (100%) rename starlight_help/src/content/{docs => }/include/_LeftSidebarConversations.mdx (92%) rename starlight_help/src/content/{docs => }/include/_LinksExamples.mdx (86%) rename starlight_help/src/content/{docs => }/include/_LinksIntro.mdx (100%) rename starlight_help/src/content/{docs => }/include/_ManageBillingIntro.mdx (100%) rename starlight_help/src/content/{docs => }/include/_ManageConfiguredTopicsDesktopWeb.mdx (59%) rename starlight_help/src/content/{docs => }/include/_ManageConfiguredTopicsMobile.mdx (64%) create mode 100644 starlight_help/src/content/include/_ManageThisUser.mdx rename starlight_help/src/content/{docs => }/include/_ManageThisUserViaUserProfile.mdx (61%) rename starlight_help/src/content/{docs => }/include/_ManageUserTabTip.mdx (80%) rename starlight_help/src/content/{docs => }/include/_ManualAddLicenseInstructions.mdx (84%) rename starlight_help/src/content/{docs => }/include/_MeActionMessagesExamples.mdx (65%) rename starlight_help/src/content/{docs => }/include/_MeActionMessagesIntro.mdx (100%) rename starlight_help/src/content/{docs => }/include/_MentionsExamples.mdx (80%) rename starlight_help/src/content/{docs => }/include/_MentionsIntro.mdx (100%) rename starlight_help/src/content/{docs => }/include/_MessageActions.mdx (100%) rename starlight_help/src/content/{docs => }/include/_MessageActionsMenu.mdx (100%) rename starlight_help/src/content/{docs => }/include/_MessageEditHistoryIntro.mdx (100%) rename starlight_help/src/content/{docs => }/include/_MessageLongPressMenu.mdx (100%) rename starlight_help/src/content/{docs => }/include/_MessagingTips.mdx (100%) rename starlight_help/src/content/{docs => }/include/_MobileChannels.mdx (100%) rename starlight_help/src/content/{docs => }/include/_MobileDirectMessages.mdx (100%) rename starlight_help/src/content/{docs => }/include/_MobileMenu.mdx (100%) rename starlight_help/src/content/{docs => }/include/_MobileSettings.mdx (53%) rename starlight_help/src/content/{docs => }/include/_MobileSwitchAccount.mdx (62%) rename starlight_help/src/content/{docs => }/include/_ModifyLinkText.mdx (100%) rename starlight_help/src/content/{docs => }/include/_MoveChannelToFolder.mdx (60%) rename starlight_help/src/content/{docs => }/include/_MuteUnmuteIntro.mdx (96%) rename starlight_help/src/content/{docs => }/include/_NotHumanExportFormat.mdx (73%) rename starlight_help/src/content/{docs => }/include/_NumberedListsExamples.mdx (82%) rename starlight_help/src/content/{docs => }/include/_NumberedListsIntro.mdx (100%) rename starlight_help/src/content/{docs => }/include/_OwnerOnly.mdx (57%) rename starlight_help/src/content/{docs => }/include/_ParagraphsAndSectionsExamples.mdx (76%) rename starlight_help/src/content/{docs => }/include/_ParagraphsAndSectionsIntro.mdx (100%) rename starlight_help/src/content/{docs => }/include/_PayByInvoiceSteps.mdx (93%) rename starlight_help/src/content/{docs => }/include/_PayByInvoiceWarning.mdx (83%) rename starlight_help/src/content/{docs => }/include/_PaymentOptions.mdx (100%) rename starlight_help/src/content/{docs => }/include/_PersonalMenu.mdx (100%) rename starlight_help/src/content/{docs => }/include/_PlanUpgradeSteps.mdx (100%) rename starlight_help/src/content/{docs => }/include/_PollsExamples.mdx (66%) rename starlight_help/src/content/{docs => }/include/_PollsIntro.mdx (100%) rename starlight_help/src/content/{docs => }/include/_QuotesExamples.mdx (73%) rename starlight_help/src/content/{docs => }/include/_QuotesIntro.mdx (100%) rename starlight_help/src/content/{docs => }/include/_ReadingConversations.mdx (72%) rename starlight_help/src/content/{docs => }/include/_RecentConversations.mdx (82%) rename starlight_help/src/content/{docs => }/include/_ReplyingToMessages.mdx (95%) rename starlight_help/src/content/{docs => }/include/_ReviewOrganizationSettingsInstructions.mdx (63%) rename starlight_help/src/content/{docs => }/include/_RightSidebarUserCard.mdx (100%) create mode 100644 starlight_help/src/content/include/_RightSidebarViewProfile.mdx rename starlight_help/src/content/{docs => }/include/_SamlLoginButton.mdx (100%) rename starlight_help/src/content/{docs => }/include/_SaveChanges.mdx (100%) rename starlight_help/src/content/{docs => }/include/_SearchNoteForDmConversations.mdx (100%) rename starlight_help/src/content/{docs => }/include/_SelectChannelViewGeneral.mdx (100%) create mode 100644 starlight_help/src/content/include/_SelectChannelViewGeneralAdvanced.mdx rename starlight_help/src/content/{docs => }/include/_SelectChannelViewPersonal.mdx (100%) rename starlight_help/src/content/{docs => }/include/_SelectChannelViewSubscribers.mdx (100%) rename starlight_help/src/content/{docs => }/include/_SelfHostedBillingLogInStep.mdx (100%) rename starlight_help/src/content/{docs => }/include/_SelfUserCard.mdx (100%) rename starlight_help/src/content/{docs => }/include/_SendDm.mdx (84%) rename starlight_help/src/content/{docs => }/include/_SendUsInfo.mdx (100%) rename starlight_help/src/content/{docs => }/include/_SetStatus.mdx (100%) rename starlight_help/src/content/{docs => }/include/_SetUpYourAccount.mdx (95%) rename starlight_help/src/content/{docs => }/include/_SidebarIndex.mdx (100%) rename starlight_help/src/content/{docs => }/include/_SpoilersExamples.mdx (75%) rename starlight_help/src/content/{docs => }/include/_SpoilersIntro.mdx (100%) rename starlight_help/src/content/{docs => }/include/_StartComposing.mdx (100%) rename starlight_help/src/content/{docs => }/include/_StartTopicViaLeftSidebar.mdx (70%) rename starlight_help/src/content/{docs => }/include/_StartingANewDirectMessage.mdx (63%) rename starlight_help/src/content/{docs => }/include/_SubscribeUserToChannel.mdx (77%) rename starlight_help/src/content/{docs => }/include/_SupportingZulipMotivation.mdx (100%) rename starlight_help/src/content/{docs => }/include/_SwitchingBetweenOrganizations.mdx (76%) rename starlight_help/src/content/{docs => }/include/_TablesExamples.mdx (78%) rename starlight_help/src/content/{docs => }/include/_TablesIntro.mdx (100%) rename starlight_help/src/content/{docs => }/include/_ToDoListsExamples.mdx (80%) rename starlight_help/src/content/{docs => }/include/_ToDoListsIntro.mdx (100%) rename starlight_help/src/content/{docs => }/include/_TopicActions.mdx (100%) rename starlight_help/src/content/{docs => }/include/_TopicLongPressMenu.mdx (100%) rename starlight_help/src/content/{docs => }/include/_TopicLongPressMenuTip.mdx (69%) rename starlight_help/src/content/{docs => }/include/_TopicsIntro.mdx (92%) rename starlight_help/src/content/{docs => }/include/_TranslationProjectInfo.mdx (100%) rename starlight_help/src/content/{docs => }/include/_UnsubscribeUserFromChannel.mdx (66%) rename starlight_help/src/content/{docs => }/include/_UpgradeToPlusIfNeeded.mdx (100%) rename starlight_help/src/content/{docs => }/include/_UserCardThreeDotMenu.mdx (58%) rename starlight_help/src/content/{docs => }/include/_UserGroupsApplications.mdx (100%) rename starlight_help/src/content/{docs => }/include/_UserGroupsIntro.mdx (100%) rename starlight_help/src/content/{docs => }/include/_UserRolesIntro.mdx (100%) rename starlight_help/src/content/{docs => }/include/_UserSubgroupsIntro.mdx (100%) rename starlight_help/src/content/{docs => }/include/_ViewDmsLeftSidebar.mdx (100%) rename starlight_help/src/content/{docs => }/include/_ViewEmojiReactions.mdx (94%) rename starlight_help/src/content/{docs => }/include/_ViewMentions.mdx (84%) rename starlight_help/src/content/{docs => }/include/_ViewStarredMessages.mdx (75%) rename starlight_help/src/content/{docs => }/include/_ViewUsersByRole.mdx (52%) rename starlight_help/src/content/{docs => }/include/_WebPublicChannelsIntro.mdx (100%) rename starlight_help/src/content/{docs => }/include/_WhenToStartANewTopic.mdx (100%) diff --git a/docs/documentation/helpcenter.md b/docs/documentation/helpcenter.md index ce09ca90ba..cec1a7f20a 100644 --- a/docs/documentation/helpcenter.md +++ b/docs/documentation/helpcenter.md @@ -411,7 +411,7 @@ A **warning** is a note on what happens when there is some kind of problem. Tips are more common than warnings. ``` -import ZulipNote from "../../../components/ZulipNote.astro"; +import ZulipNote from "../../components/ZulipNote.astro"; This feature is only available to organization owners and administrators. diff --git a/eslint.config.js b/eslint.config.js index c3b53c1404..a75e4b2017 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -329,4 +329,13 @@ export default defineConfig( "import/unambiguous": "off", }, }, + { + files: ["starlight_help/src/content/include/*"], + rules: { + // We need to turn off this rule since we want import statements + // to be easily copy-paste-able between content/include and + // content/docs. + "import/no-useless-path-segments": "off", + }, + }, ); diff --git a/starlight_help/src/content/docs/add-a-custom-linkifier.mdx b/starlight_help/src/content/docs/add-a-custom-linkifier.mdx index 74d7978f94..f7cfff0229 100644 --- a/starlight_help/src/content/docs/add-a-custom-linkifier.mdx +++ b/starlight_help/src/content/docs/add-a-custom-linkifier.mdx @@ -5,8 +5,7 @@ title: Add a custom linkifier import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; import ZulipTip from "../../components/ZulipTip.astro"; - -import AdminOnly from "./include/_AdminOnly.mdx"; +import AdminOnly from "../include/_AdminOnly.mdx"; import EditIcon from "~icons/zulip-icon/edit"; import ExternalLinkIcon from "~icons/zulip-icon/external-link"; diff --git a/starlight_help/src/content/docs/animated-gifs-from-giphy.mdx b/starlight_help/src/content/docs/animated-gifs-from-giphy.mdx index 276ce6f371..54480a60ed 100644 --- a/starlight_help/src/content/docs/animated-gifs-from-giphy.mdx +++ b/starlight_help/src/content/docs/animated-gifs-from-giphy.mdx @@ -8,10 +8,9 @@ import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; import ZulipNote from "../../components/ZulipNote.astro"; import ZulipTip from "../../components/ZulipTip.astro"; - -import AdminOnly from "./include/_AdminOnly.mdx"; -import SaveChanges from "./include/_SaveChanges.mdx"; -import StartComposing from "./include/_StartComposing.mdx"; +import AdminOnly from "../include/_AdminOnly.mdx"; +import SaveChanges from "../include/_SaveChanges.mdx"; +import StartComposing from "../include/_StartComposing.mdx"; import GifIcon from "~icons/zulip-icon/gif"; diff --git a/starlight_help/src/content/docs/archive-a-channel.mdx b/starlight_help/src/content/docs/archive-a-channel.mdx index f17c07753a..1ed24bee0c 100644 --- a/starlight_help/src/content/docs/archive-a-channel.mdx +++ b/starlight_help/src/content/docs/archive-a-channel.mdx @@ -7,8 +7,7 @@ import {TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; import ZulipTip from "../../components/ZulipTip.astro"; - -import SelectChannelViewGeneral from "./include/_SelectChannelViewGeneral.mdx"; +import SelectChannelViewGeneral from "../include/_SelectChannelViewGeneral.mdx"; import ArchiveIcon from "~icons/zulip-icon/archive"; import MoreVerticalIcon from "~icons/zulip-icon/more-vertical"; diff --git a/starlight_help/src/content/docs/bulleted-lists.mdx b/starlight_help/src/content/docs/bulleted-lists.mdx index e9b4bfffcb..26b87e37f2 100644 --- a/starlight_help/src/content/docs/bulleted-lists.mdx +++ b/starlight_help/src/content/docs/bulleted-lists.mdx @@ -6,10 +6,9 @@ import {TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import ZulipTip from "../../components/ZulipTip.astro"; - -import BulletedListsExamples from "./include/_BulletedListsExamples.mdx"; -import BulletedListsIntro from "./include/_BulletedListsIntro.mdx"; -import StartComposing from "./include/_StartComposing.mdx"; +import BulletedListsExamples from "../include/_BulletedListsExamples.mdx"; +import BulletedListsIntro from "../include/_BulletedListsIntro.mdx"; +import StartComposing from "../include/_StartComposing.mdx"; import UnorderedListIcon from "~icons/zulip-icon/unordered-list"; diff --git a/starlight_help/src/content/docs/change-a-users-name.mdx b/starlight_help/src/content/docs/change-a-users-name.mdx index 23d1bf0ac8..99fe936af6 100644 --- a/starlight_help/src/content/docs/change-a-users-name.mdx +++ b/starlight_help/src/content/docs/change-a-users-name.mdx @@ -6,11 +6,10 @@ import {TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; - -import AdminOnly from "./include/_AdminOnly.mdx"; -import ManageThisUser from "./include/_ManageThisUser.mdx"; -import ManageUserTabTip from "./include/_ManageUserTabTip.mdx"; -import SaveChanges from "./include/_SaveChanges.mdx"; +import AdminOnly from "../include/_AdminOnly.mdx"; +import ManageThisUser from "../include/_ManageThisUser.mdx"; +import ManageUserTabTip from "../include/_ManageUserTabTip.mdx"; +import SaveChanges from "../include/_SaveChanges.mdx"; import UserCogIcon from "~icons/zulip-icon/user-cog"; diff --git a/starlight_help/src/content/docs/change-organization-url.mdx b/starlight_help/src/content/docs/change-organization-url.mdx index 605fba5599..680e4184d5 100644 --- a/starlight_help/src/content/docs/change-organization-url.mdx +++ b/starlight_help/src/content/docs/change-organization-url.mdx @@ -5,9 +5,8 @@ title: Change organization URL import {Steps} from "@astrojs/starlight/components"; import ZulipTip from "../../components/ZulipTip.astro"; - -import CloudPlusOnly from "./include/_CloudPlusOnly.mdx"; -import OwnerOnly from "./include/_OwnerOnly.mdx"; +import CloudPlusOnly from "../include/_CloudPlusOnly.mdx"; +import OwnerOnly from "../include/_OwnerOnly.mdx"; diff --git a/starlight_help/src/content/docs/change-the-channel-description.mdx b/starlight_help/src/content/docs/change-the-channel-description.mdx index bedf6c8a62..2f62247928 100644 --- a/starlight_help/src/content/docs/change-the-channel-description.mdx +++ b/starlight_help/src/content/docs/change-the-channel-description.mdx @@ -6,11 +6,10 @@ import {TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; - -import AutomatedNoticeChannelEvent from "./include/_AutomatedNoticeChannelEvent.mdx"; -import ChannelSettingsGeneralTabTip from "./include/_ChannelSettingsGeneralTabTip.mdx"; -import SaveChanges from "./include/_SaveChanges.mdx"; -import SelectChannelViewGeneral from "./include/_SelectChannelViewGeneral.mdx"; +import AutomatedNoticeChannelEvent from "../include/_AutomatedNoticeChannelEvent.mdx"; +import ChannelSettingsGeneralTabTip from "../include/_ChannelSettingsGeneralTabTip.mdx"; +import SaveChanges from "../include/_SaveChanges.mdx"; +import SelectChannelViewGeneral from "../include/_SelectChannelViewGeneral.mdx"; import EditIcon from "~icons/zulip-icon/edit"; diff --git a/starlight_help/src/content/docs/change-the-color-of-a-channel.mdx b/starlight_help/src/content/docs/change-the-color-of-a-channel.mdx index 89565e01c6..c9aef13674 100644 --- a/starlight_help/src/content/docs/change-the-color-of-a-channel.mdx +++ b/starlight_help/src/content/docs/change-the-color-of-a-channel.mdx @@ -6,9 +6,8 @@ import {TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; - -import ChannelActions from "./include/_ChannelActions.mdx"; -import SelectChannelViewPersonal from "./include/_SelectChannelViewPersonal.mdx"; +import ChannelActions from "../include/_ChannelActions.mdx"; +import SelectChannelViewPersonal from "../include/_SelectChannelViewPersonal.mdx"; Zulip assigns each of your channels a color when you subscribe to the channel. Changing a channel's color does not change it for anyone else. diff --git a/starlight_help/src/content/docs/change-the-privacy-of-a-channel.mdx b/starlight_help/src/content/docs/change-the-privacy-of-a-channel.mdx index b46a49ef26..d7aa397784 100644 --- a/starlight_help/src/content/docs/change-the-privacy-of-a-channel.mdx +++ b/starlight_help/src/content/docs/change-the-privacy-of-a-channel.mdx @@ -7,13 +7,12 @@ import {TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; import ZulipNote from "../../components/ZulipNote.astro"; - -import AutomatedNoticeChannelEvent from "./include/_AutomatedNoticeChannelEvent.mdx"; -import ChannelPrivacyTypes from "./include/_ChannelPrivacyTypes.mdx"; -import ChannelSettingsGeneralTabTip from "./include/_ChannelSettingsGeneralTabTip.mdx"; -import ContentAccessDefinition from "./include/_ContentAccessDefinition.mdx"; -import SaveChanges from "./include/_SaveChanges.mdx"; -import SelectChannelViewGeneral from "./include/_SelectChannelViewGeneral.mdx"; +import AutomatedNoticeChannelEvent from "../include/_AutomatedNoticeChannelEvent.mdx"; +import ChannelPrivacyTypes from "../include/_ChannelPrivacyTypes.mdx"; +import ChannelSettingsGeneralTabTip from "../include/_ChannelSettingsGeneralTabTip.mdx"; +import ContentAccessDefinition from "../include/_ContentAccessDefinition.mdx"; +import SaveChanges from "../include/_SaveChanges.mdx"; +import SelectChannelViewGeneral from "../include/_SelectChannelViewGeneral.mdx"; diff --git a/starlight_help/src/content/docs/change-your-language.mdx b/starlight_help/src/content/docs/change-your-language.mdx index 0f14cf945f..f4fd91409b 100644 --- a/starlight_help/src/content/docs/change-your-language.mdx +++ b/starlight_help/src/content/docs/change-your-language.mdx @@ -6,8 +6,7 @@ import {TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; - -import TranslationProjectInfo from "./include/_TranslationProjectInfo.mdx"; +import TranslationProjectInfo from "../include/_TranslationProjectInfo.mdx"; diff --git a/starlight_help/src/content/docs/change-your-password.mdx b/starlight_help/src/content/docs/change-your-password.mdx index 2063e53959..33b360682f 100644 --- a/starlight_help/src/content/docs/change-your-password.mdx +++ b/starlight_help/src/content/docs/change-your-password.mdx @@ -4,8 +4,7 @@ title: Change your password import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; - -import ChangePasswordViaEmailConfirmation from "./include/_ChangePasswordViaEmailConfirmation.mdx"; +import ChangePasswordViaEmailConfirmation from "../include/_ChangePasswordViaEmailConfirmation.mdx"; You can reset your password at any time, as long as you either know your current password, or have access to the email address associated with your diff --git a/starlight_help/src/content/docs/channel-feed.mdx b/starlight_help/src/content/docs/channel-feed.mdx index f37dab92a3..e357dde5e6 100644 --- a/starlight_help/src/content/docs/channel-feed.mdx +++ b/starlight_help/src/content/docs/channel-feed.mdx @@ -8,10 +8,9 @@ import FlattenedSteps from "../../components/FlattenedSteps.astro"; import KeyboardTip from "../../components/KeyboardTip.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; import ZulipTip from "../../components/ZulipTip.astro"; - -import ChannelActions from "./include/_ChannelActions.mdx"; -import ConfigureChannelLinks from "./include/_ConfigureChannelLinks.mdx"; -import MobileChannels from "./include/_MobileChannels.mdx"; +import ChannelActions from "../include/_ChannelActions.mdx"; +import ConfigureChannelLinks from "../include/_ConfigureChannelLinks.mdx"; +import MobileChannels from "../include/_MobileChannels.mdx"; import AllMessagesIcon from "~icons/zulip-icon/all-messages"; diff --git a/starlight_help/src/content/docs/channel-folders.mdx b/starlight_help/src/content/docs/channel-folders.mdx index 877fff6951..85375cc931 100644 --- a/starlight_help/src/content/docs/channel-folders.mdx +++ b/starlight_help/src/content/docs/channel-folders.mdx @@ -6,9 +6,8 @@ import {Steps, TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; - -import ChannelFoldersIntro from "./include/_ChannelFoldersIntro.mdx"; -import MoveChannelToFolder from "./include/_MoveChannelToFolder.mdx"; +import ChannelFoldersIntro from "../include/_ChannelFoldersIntro.mdx"; +import MoveChannelToFolder from "../include/_MoveChannelToFolder.mdx"; import MoreVerticalIcon from "~icons/zulip-icon/more-vertical"; diff --git a/starlight_help/src/content/docs/channel-notifications.mdx b/starlight_help/src/content/docs/channel-notifications.mdx index 176d73c696..3b28552ff7 100644 --- a/starlight_help/src/content/docs/channel-notifications.mdx +++ b/starlight_help/src/content/docs/channel-notifications.mdx @@ -7,9 +7,8 @@ import {TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; import ZulipTip from "../../components/ZulipTip.astro"; - -import ChannelActions from "./include/_ChannelActions.mdx"; -import SelectChannelViewPersonal from "./include/_SelectChannelViewPersonal.mdx"; +import ChannelActions from "../include/_ChannelActions.mdx"; +import SelectChannelViewPersonal from "../include/_SelectChannelViewPersonal.mdx"; import ResetIcon from "~icons/zulip-icon/reset"; diff --git a/starlight_help/src/content/docs/channel-permissions.mdx b/starlight_help/src/content/docs/channel-permissions.mdx index f7ababdc56..87a08a6fb5 100644 --- a/starlight_help/src/content/docs/channel-permissions.mdx +++ b/starlight_help/src/content/docs/channel-permissions.mdx @@ -3,11 +3,10 @@ title: Channel permissions --- import ZulipNote from "../../components/ZulipNote.astro"; - -import ChannelAdminPermissions from "./include/_ChannelAdminPermissions.mdx"; -import ChannelPrivacyTypes from "./include/_ChannelPrivacyTypes.mdx"; -import ChannelsIntro from "./include/_ChannelsIntro.mdx"; -import WebPublicChannelsIntro from "./include/_WebPublicChannelsIntro.mdx"; +import ChannelAdminPermissions from "../include/_ChannelAdminPermissions.mdx"; +import ChannelPrivacyTypes from "../include/_ChannelPrivacyTypes.mdx"; +import ChannelsIntro from "../include/_ChannelsIntro.mdx"; +import WebPublicChannelsIntro from "../include/_WebPublicChannelsIntro.mdx"; import GlobeIcon from "~icons/zulip-icon/globe"; import HashtagIcon from "~icons/zulip-icon/hashtag"; diff --git a/starlight_help/src/content/docs/channel-posting-policy.mdx b/starlight_help/src/content/docs/channel-posting-policy.mdx index 267da39331..134be01b0a 100644 --- a/starlight_help/src/content/docs/channel-posting-policy.mdx +++ b/starlight_help/src/content/docs/channel-posting-policy.mdx @@ -4,10 +4,9 @@ title: Channel posting policy import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; - -import AutomatedNoticeChannelEvent from "./include/_AutomatedNoticeChannelEvent.mdx"; -import SaveChanges from "./include/_SaveChanges.mdx"; -import SelectChannelViewGeneralAdvanced from "./include/_SelectChannelViewGeneralAdvanced.mdx"; +import AutomatedNoticeChannelEvent from "../include/_AutomatedNoticeChannelEvent.mdx"; +import SaveChanges from "../include/_SaveChanges.mdx"; +import SelectChannelViewGeneralAdvanced from "../include/_SelectChannelViewGeneralAdvanced.mdx"; You can restrict who can send messages to a channel. For example, you can set up an announcement channel where only a specific diff --git a/starlight_help/src/content/docs/code-blocks.mdx b/starlight_help/src/content/docs/code-blocks.mdx index 1bbc850d16..91ea8151e4 100644 --- a/starlight_help/src/content/docs/code-blocks.mdx +++ b/starlight_help/src/content/docs/code-blocks.mdx @@ -7,11 +7,10 @@ import {TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; import ZulipTip from "../../components/ZulipTip.astro"; - -import AdminOnly from "./include/_AdminOnly.mdx"; -import CodeBlocksExamples from "./include/_CodeBlocksExamples.mdx"; -import CodeBlocksIntro from "./include/_CodeBlocksIntro.mdx"; -import StartComposing from "./include/_StartComposing.mdx"; +import AdminOnly from "../include/_AdminOnly.mdx"; +import CodeBlocksExamples from "../include/_CodeBlocksExamples.mdx"; +import CodeBlocksIntro from "../include/_CodeBlocksIntro.mdx"; +import StartComposing from "../include/_StartComposing.mdx"; import CodeIcon from "~icons/zulip-icon/code"; diff --git a/starlight_help/src/content/docs/collaborative-to-do-lists.mdx b/starlight_help/src/content/docs/collaborative-to-do-lists.mdx index 1a4bf31ffd..daaf6d205c 100644 --- a/starlight_help/src/content/docs/collaborative-to-do-lists.mdx +++ b/starlight_help/src/content/docs/collaborative-to-do-lists.mdx @@ -7,10 +7,9 @@ import {Steps, TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import ZulipNote from "../../components/ZulipNote.astro"; import ZulipTip from "../../components/ZulipTip.astro"; - -import StartComposing from "./include/_StartComposing.mdx"; -import ToDoListsExamples from "./include/_ToDoListsExamples.mdx"; -import ToDoListsIntro from "./include/_ToDoListsIntro.mdx"; +import StartComposing from "../include/_StartComposing.mdx"; +import ToDoListsExamples from "../include/_ToDoListsExamples.mdx"; +import ToDoListsIntro from "../include/_ToDoListsIntro.mdx"; import CheckIcon from "~icons/fa/check"; import PencilIcon from "~icons/fa/pencil"; diff --git a/starlight_help/src/content/docs/collapse-a-message.mdx b/starlight_help/src/content/docs/collapse-a-message.mdx index 5f9847f195..f9e1383bad 100644 --- a/starlight_help/src/content/docs/collapse-a-message.mdx +++ b/starlight_help/src/content/docs/collapse-a-message.mdx @@ -4,8 +4,7 @@ title: Collapse a message import FlattenedSteps from "../../components/FlattenedSteps.astro"; import ZulipTip from "../../components/ZulipTip.astro"; - -import MessageActionsMenu from "./include/_MessageActionsMenu.mdx"; +import MessageActionsMenu from "../include/_MessageActionsMenu.mdx"; Collapse messages that you don't want to see. Zulip sometimes automatically partially condenses long messages. This feature is different, and will fully diff --git a/starlight_help/src/content/docs/combined-feed.mdx b/starlight_help/src/content/docs/combined-feed.mdx index 939bc1cef5..449298a60c 100644 --- a/starlight_help/src/content/docs/combined-feed.mdx +++ b/starlight_help/src/content/docs/combined-feed.mdx @@ -3,8 +3,7 @@ title: Combined feed --- import KeyboardTip from "../../components/KeyboardTip.astro"; - -import CombinedFeed from "./include/_CombinedFeed.mdx"; +import CombinedFeed from "../include/_CombinedFeed.mdx"; diff --git a/starlight_help/src/content/docs/communities-directory.mdx b/starlight_help/src/content/docs/communities-directory.mdx index 6192c7cc64..2560a22931 100644 --- a/starlight_help/src/content/docs/communities-directory.mdx +++ b/starlight_help/src/content/docs/communities-directory.mdx @@ -3,10 +3,9 @@ title: Zulip communities directory --- import ZulipTip from "../../components/ZulipTip.astro"; - -import AdminOnly from "./include/_AdminOnly.mdx"; -import CommunitiesDirectoryInstructions from "./include/_CommunitiesDirectoryInstructions.mdx"; -import CommunitiesDirectoryIntro from "./include/_CommunitiesDirectoryIntro.mdx"; +import AdminOnly from "../include/_AdminOnly.mdx"; +import CommunitiesDirectoryInstructions from "../include/_CommunitiesDirectoryInstructions.mdx"; +import CommunitiesDirectoryIntro from "../include/_CommunitiesDirectoryIntro.mdx"; diff --git a/starlight_help/src/content/docs/configure-a-custom-welcome-message.mdx b/starlight_help/src/content/docs/configure-a-custom-welcome-message.mdx index 16694f17ad..2cdc3f3e6e 100644 --- a/starlight_help/src/content/docs/configure-a-custom-welcome-message.mdx +++ b/starlight_help/src/content/docs/configure-a-custom-welcome-message.mdx @@ -5,10 +5,9 @@ title: Configure a custom welcome message import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; import ZulipTip from "../../components/ZulipTip.astro"; - -import AdminOnly from "./include/_AdminOnly.mdx"; -import InviteUsers from "./include/_InviteUsers.mdx"; -import SaveChanges from "./include/_SaveChanges.mdx"; +import AdminOnly from "../include/_AdminOnly.mdx"; +import InviteUsers from "../include/_InviteUsers.mdx"; +import SaveChanges from "../include/_SaveChanges.mdx"; You can configure a custom welcome message to be sent to new users in your organization, along with standard onboarding messages from Welcome Bot. For diff --git a/starlight_help/src/content/docs/configure-authentication-methods.mdx b/starlight_help/src/content/docs/configure-authentication-methods.mdx index e5696a94fb..076d56740d 100644 --- a/starlight_help/src/content/docs/configure-authentication-methods.mdx +++ b/starlight_help/src/content/docs/configure-authentication-methods.mdx @@ -6,9 +6,8 @@ import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; import ZulipNote from "../../components/ZulipNote.astro"; import ZulipTip from "../../components/ZulipTip.astro"; - -import OwnerOnly from "./include/_OwnerOnly.mdx"; -import SaveChanges from "./include/_SaveChanges.mdx"; +import OwnerOnly from "../include/_OwnerOnly.mdx"; +import SaveChanges from "../include/_SaveChanges.mdx"; diff --git a/starlight_help/src/content/docs/configure-automated-notices.mdx b/starlight_help/src/content/docs/configure-automated-notices.mdx index 92040f33c6..390cfe5454 100644 --- a/starlight_help/src/content/docs/configure-automated-notices.mdx +++ b/starlight_help/src/content/docs/configure-automated-notices.mdx @@ -4,9 +4,8 @@ title: Configure automated notices import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; - -import AdminOnly from "./include/_AdminOnly.mdx"; -import SaveChanges from "./include/_SaveChanges.mdx"; +import AdminOnly from "../include/_AdminOnly.mdx"; +import SaveChanges from "../include/_SaveChanges.mdx"; The Zulip sends automated notices via Notification Bot to notify users about changes in their organization or account. Some types of notices can be diff --git a/starlight_help/src/content/docs/configure-call-provider.mdx b/starlight_help/src/content/docs/configure-call-provider.mdx index 5e920fa380..0b866f9d4b 100644 --- a/starlight_help/src/content/docs/configure-call-provider.mdx +++ b/starlight_help/src/content/docs/configure-call-provider.mdx @@ -5,9 +5,8 @@ title: Configure call provider import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; import ZulipTip from "../../components/ZulipTip.astro"; - -import AdminOnly from "./include/_AdminOnly.mdx"; -import SaveChanges from "./include/_SaveChanges.mdx"; +import AdminOnly from "../include/_AdminOnly.mdx"; +import SaveChanges from "../include/_SaveChanges.mdx"; diff --git a/starlight_help/src/content/docs/configure-default-new-user-settings.mdx b/starlight_help/src/content/docs/configure-default-new-user-settings.mdx index 7a6edf071d..008f673dd4 100644 --- a/starlight_help/src/content/docs/configure-default-new-user-settings.mdx +++ b/starlight_help/src/content/docs/configure-default-new-user-settings.mdx @@ -4,9 +4,8 @@ title: Configure default settings for new users import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; - -import AdminOnly from "./include/_AdminOnly.mdx"; -import SaveChanges from "./include/_SaveChanges.mdx"; +import AdminOnly from "../include/_AdminOnly.mdx"; +import SaveChanges from "../include/_SaveChanges.mdx"; diff --git a/starlight_help/src/content/docs/configure-email-visibility.mdx b/starlight_help/src/content/docs/configure-email-visibility.mdx index 137f5af9e4..2729d0546d 100644 --- a/starlight_help/src/content/docs/configure-email-visibility.mdx +++ b/starlight_help/src/content/docs/configure-email-visibility.mdx @@ -6,8 +6,7 @@ import {Steps, TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; - -import AdminOnly from "./include/_AdminOnly.mdx"; +import AdminOnly from "../include/_AdminOnly.mdx"; With privacy in mind, Zulip lets you control which [roles](/help/user-roles) in the organization can view your email diff --git a/starlight_help/src/content/docs/configure-how-links-open.mdx b/starlight_help/src/content/docs/configure-how-links-open.mdx index 62009323ac..c3497110ce 100644 --- a/starlight_help/src/content/docs/configure-how-links-open.mdx +++ b/starlight_help/src/content/docs/configure-how-links-open.mdx @@ -5,8 +5,7 @@ title: Configure how links open in mobile apps import {TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; - -import MobileSettings from "./include/_MobileSettings.mdx"; +import MobileSettings from "../include/_MobileSettings.mdx"; You can configure whether website links will open directly in the Zulip app, or in your device's default browser. diff --git a/starlight_help/src/content/docs/configure-organization-language.mdx b/starlight_help/src/content/docs/configure-organization-language.mdx index bca5e6176a..92eb64ca97 100644 --- a/starlight_help/src/content/docs/configure-organization-language.mdx +++ b/starlight_help/src/content/docs/configure-organization-language.mdx @@ -4,10 +4,9 @@ title: Organization language for automated messages and invitation emails import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; - -import AdminOnly from "./include/_AdminOnly.mdx"; -import SaveChanges from "./include/_SaveChanges.mdx"; -import TranslationProjectInfo from "./include/_TranslationProjectInfo.mdx"; +import AdminOnly from "../include/_AdminOnly.mdx"; +import SaveChanges from "../include/_SaveChanges.mdx"; +import TranslationProjectInfo from "../include/_TranslationProjectInfo.mdx"; diff --git a/starlight_help/src/content/docs/configure-send-message-keys.mdx b/starlight_help/src/content/docs/configure-send-message-keys.mdx index b0ba4cc27f..8c2fbce712 100644 --- a/starlight_help/src/content/docs/configure-send-message-keys.mdx +++ b/starlight_help/src/content/docs/configure-send-message-keys.mdx @@ -7,8 +7,7 @@ import {TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; import ZulipTip from "../../components/ZulipTip.astro"; - -import StartComposing from "./include/_StartComposing.mdx"; +import StartComposing from "../include/_StartComposing.mdx"; import MoreVerticalIcon from "~icons/zulip-icon/more-vertical"; import SendIcon from "~icons/zulip-icon/send"; diff --git a/starlight_help/src/content/docs/configure-where-you-land.mdx b/starlight_help/src/content/docs/configure-where-you-land.mdx index 878abdccd5..797c757982 100644 --- a/starlight_help/src/content/docs/configure-where-you-land.mdx +++ b/starlight_help/src/content/docs/configure-where-you-land.mdx @@ -5,8 +5,7 @@ title: Configure where you land in message feeds import {TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; - -import MobileSettings from "./include/_MobileSettings.mdx"; +import MobileSettings from "../include/_MobileSettings.mdx"; When you go to a message feed in the Zulip web or desktop app, you'll generally land at your oldest unread message in that view. diff --git a/starlight_help/src/content/docs/configure-who-can-administer-a-channel.mdx b/starlight_help/src/content/docs/configure-who-can-administer-a-channel.mdx index 43ec1209ea..82d57ac508 100644 --- a/starlight_help/src/content/docs/configure-who-can-administer-a-channel.mdx +++ b/starlight_help/src/content/docs/configure-who-can-administer-a-channel.mdx @@ -5,10 +5,9 @@ title: Configure who can administer a channel import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; import ZulipNote from "../../components/ZulipNote.astro"; - -import ChannelAdminPermissions from "./include/_ChannelAdminPermissions.mdx"; -import SaveChanges from "./include/_SaveChanges.mdx"; -import SelectChannelViewGeneralAdvanced from "./include/_SelectChannelViewGeneralAdvanced.mdx"; +import ChannelAdminPermissions from "../include/_ChannelAdminPermissions.mdx"; +import SaveChanges from "../include/_SaveChanges.mdx"; +import SelectChannelViewGeneralAdvanced from "../include/_SelectChannelViewGeneralAdvanced.mdx"; Organization administrators can automatically administer all channels. diff --git a/starlight_help/src/content/docs/configure-who-can-create-channels.mdx b/starlight_help/src/content/docs/configure-who-can-create-channels.mdx index 4ceb0b551e..68371f773f 100644 --- a/starlight_help/src/content/docs/configure-who-can-create-channels.mdx +++ b/starlight_help/src/content/docs/configure-who-can-create-channels.mdx @@ -6,9 +6,8 @@ import {TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; - -import AdminOnly from "./include/_AdminOnly.mdx"; -import SaveChanges from "./include/_SaveChanges.mdx"; +import AdminOnly from "../include/_AdminOnly.mdx"; +import SaveChanges from "../include/_SaveChanges.mdx"; diff --git a/starlight_help/src/content/docs/configure-who-can-invite-to-channels.mdx b/starlight_help/src/content/docs/configure-who-can-invite-to-channels.mdx index f9521de826..06368996f3 100644 --- a/starlight_help/src/content/docs/configure-who-can-invite-to-channels.mdx +++ b/starlight_help/src/content/docs/configure-who-can-invite-to-channels.mdx @@ -4,11 +4,10 @@ title: Configure who can subscribe other users to channels import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; - -import AdminOnly from "./include/_AdminOnly.mdx"; -import ContentAccessDefinition from "./include/_ContentAccessDefinition.mdx"; -import SaveChanges from "./include/_SaveChanges.mdx"; -import SelectChannelViewGeneralAdvanced from "./include/_SelectChannelViewGeneralAdvanced.mdx"; +import AdminOnly from "../include/_AdminOnly.mdx"; +import ContentAccessDefinition from "../include/_ContentAccessDefinition.mdx"; +import SaveChanges from "../include/_SaveChanges.mdx"; +import SelectChannelViewGeneralAdvanced from "../include/_SelectChannelViewGeneralAdvanced.mdx"; You can configure who can subscribe other users to channels. If you have permission to subscribe users [to a specific diff --git a/starlight_help/src/content/docs/configure-who-can-subscribe.mdx b/starlight_help/src/content/docs/configure-who-can-subscribe.mdx index 2af0f86d41..518f4fedde 100644 --- a/starlight_help/src/content/docs/configure-who-can-subscribe.mdx +++ b/starlight_help/src/content/docs/configure-who-can-subscribe.mdx @@ -7,9 +7,8 @@ import {TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; import ZulipTip from "../../components/ZulipTip.astro"; - -import SaveChanges from "./include/_SaveChanges.mdx"; -import SelectChannelViewGeneralAdvanced from "./include/_SelectChannelViewGeneralAdvanced.mdx"; +import SaveChanges from "../include/_SaveChanges.mdx"; +import SelectChannelViewGeneralAdvanced from "../include/_SelectChannelViewGeneralAdvanced.mdx"; You can give users permission to subscribe to a channel. Everyone other than [guests](/help/guest-users) can subscribe to any diff --git a/starlight_help/src/content/docs/configure-who-can-unsubscribe-others.mdx b/starlight_help/src/content/docs/configure-who-can-unsubscribe-others.mdx index b287639db4..30983f6a7a 100644 --- a/starlight_help/src/content/docs/configure-who-can-unsubscribe-others.mdx +++ b/starlight_help/src/content/docs/configure-who-can-unsubscribe-others.mdx @@ -4,9 +4,8 @@ title: Configure who can unsubscribe anyone from a channel import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; - -import SaveChanges from "./include/_SaveChanges.mdx"; -import SelectChannelViewGeneralAdvanced from "./include/_SelectChannelViewGeneralAdvanced.mdx"; +import SaveChanges from "../include/_SaveChanges.mdx"; +import SelectChannelViewGeneralAdvanced from "../include/_SelectChannelViewGeneralAdvanced.mdx"; Organization administrators and [channel administrators](/help/configure-who-can-administer-a-channel) can automatically diff --git a/starlight_help/src/content/docs/connect-through-a-proxy.mdx b/starlight_help/src/content/docs/connect-through-a-proxy.mdx index 4ab6b0e9ae..628f0f1434 100644 --- a/starlight_help/src/content/docs/connect-through-a-proxy.mdx +++ b/starlight_help/src/content/docs/connect-through-a-proxy.mdx @@ -5,8 +5,7 @@ title: Connect through a proxy import {TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; - -import DesktopSidebarSettingsMenu from "./include/_DesktopSidebarSettingsMenu.mdx"; +import DesktopSidebarSettingsMenu from "../include/_DesktopSidebarSettingsMenu.mdx"; Some corporate and university networks may require you to connect to Zulip via a proxy. diff --git a/starlight_help/src/content/docs/create-a-channel.mdx b/starlight_help/src/content/docs/create-a-channel.mdx index 743d1944a0..d2de4c1e54 100644 --- a/starlight_help/src/content/docs/create-a-channel.mdx +++ b/starlight_help/src/content/docs/create-a-channel.mdx @@ -2,8 +2,8 @@ title: Create a channel --- -import CreateAChannelInstructions from "./include/_CreateAChannelInstructions.mdx"; -import DependsOnPermissions from "./include/_DependsOnPermissions.mdx"; +import CreateAChannelInstructions from "../include/_CreateAChannelInstructions.mdx"; +import DependsOnPermissions from "../include/_DependsOnPermissions.mdx"; diff --git a/starlight_help/src/content/docs/create-a-poll.mdx b/starlight_help/src/content/docs/create-a-poll.mdx index 8abac70a03..cdd87df140 100644 --- a/starlight_help/src/content/docs/create-a-poll.mdx +++ b/starlight_help/src/content/docs/create-a-poll.mdx @@ -7,10 +7,9 @@ import {Steps, TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import ZulipNote from "../../components/ZulipNote.astro"; import ZulipTip from "../../components/ZulipTip.astro"; - -import PollsExamples from "./include/_PollsExamples.mdx"; -import PollsIntro from "./include/_PollsIntro.mdx"; -import StartComposing from "./include/_StartComposing.mdx"; +import PollsExamples from "../include/_PollsExamples.mdx"; +import PollsIntro from "../include/_PollsIntro.mdx"; +import StartComposing from "../include/_StartComposing.mdx"; import CheckIcon from "~icons/fa/check"; import PencilIcon from "~icons/fa/pencil"; diff --git a/starlight_help/src/content/docs/create-channels.mdx b/starlight_help/src/content/docs/create-channels.mdx index 1a1a2e4593..8afa1cc55b 100644 --- a/starlight_help/src/content/docs/create-channels.mdx +++ b/starlight_help/src/content/docs/create-channels.mdx @@ -2,8 +2,8 @@ title: Create channels --- -import CreateAChannelInstructions from "./include/_CreateAChannelInstructions.mdx"; -import CreateChannelsIntro from "./include/_CreateChannelsIntro.mdx"; +import CreateAChannelInstructions from "../include/_CreateAChannelInstructions.mdx"; +import CreateChannelsIntro from "../include/_CreateChannelsIntro.mdx"; diff --git a/starlight_help/src/content/docs/create-user-groups.mdx b/starlight_help/src/content/docs/create-user-groups.mdx index ebab7f39f9..6d474f05c4 100644 --- a/starlight_help/src/content/docs/create-user-groups.mdx +++ b/starlight_help/src/content/docs/create-user-groups.mdx @@ -2,11 +2,11 @@ title: Create user groups --- -import CloudPaidPlansOnly from "./include/_CloudPaidPlansOnly.mdx"; -import HowToCreateAUserGroup from "./include/_HowToCreateAUserGroup.mdx"; -import UserGroupsApplications from "./include/_UserGroupsApplications.mdx"; -import UserGroupsIntro from "./include/_UserGroupsIntro.mdx"; -import UserSubgroupsIntro from "./include/_UserSubgroupsIntro.mdx"; +import CloudPaidPlansOnly from "../include/_CloudPaidPlansOnly.mdx"; +import HowToCreateAUserGroup from "../include/_HowToCreateAUserGroup.mdx"; +import UserGroupsApplications from "../include/_UserGroupsApplications.mdx"; +import UserGroupsIntro from "../include/_UserGroupsIntro.mdx"; +import UserSubgroupsIntro from "../include/_UserSubgroupsIntro.mdx"; diff --git a/starlight_help/src/content/docs/create-your-organization-profile.mdx b/starlight_help/src/content/docs/create-your-organization-profile.mdx index 8d19b6ec23..9da8920b5e 100644 --- a/starlight_help/src/content/docs/create-your-organization-profile.mdx +++ b/starlight_help/src/content/docs/create-your-organization-profile.mdx @@ -2,11 +2,11 @@ title: Create your organization profile --- -import AddAWideLogo from "./include/_AddAWideLogo.mdx"; -import AdminOnly from "./include/_AdminOnly.mdx"; -import CommunitiesDirectoryInstructions from "./include/_CommunitiesDirectoryInstructions.mdx"; -import CommunitiesDirectoryIntro from "./include/_CommunitiesDirectoryIntro.mdx"; -import EditOrganizationProfile from "./include/_EditOrganizationProfile.mdx"; +import AddAWideLogo from "../include/_AddAWideLogo.mdx"; +import AdminOnly from "../include/_AdminOnly.mdx"; +import CommunitiesDirectoryInstructions from "../include/_CommunitiesDirectoryInstructions.mdx"; +import CommunitiesDirectoryIntro from "../include/_CommunitiesDirectoryIntro.mdx"; +import EditOrganizationProfile from "../include/_EditOrganizationProfile.mdx"; diff --git a/starlight_help/src/content/docs/custom-certificates.mdx b/starlight_help/src/content/docs/custom-certificates.mdx index 653f9731db..0aa4c65192 100644 --- a/starlight_help/src/content/docs/custom-certificates.mdx +++ b/starlight_help/src/content/docs/custom-certificates.mdx @@ -5,8 +5,7 @@ title: Use a custom certificate import {Steps, TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; - -import DesktopSidebarSettingsMenu from "./include/_DesktopSidebarSettingsMenu.mdx"; +import DesktopSidebarSettingsMenu from "../include/_DesktopSidebarSettingsMenu.mdx"; By default, Zulip generates a signed certificate during the server install process. In some cases, a server administrator may choose not to use that diff --git a/starlight_help/src/content/docs/custom-emoji.mdx b/starlight_help/src/content/docs/custom-emoji.mdx index 317408ef6d..636be96a3c 100644 --- a/starlight_help/src/content/docs/custom-emoji.mdx +++ b/starlight_help/src/content/docs/custom-emoji.mdx @@ -4,9 +4,8 @@ title: Custom emoji import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; - -import AdminOnly from "./include/_AdminOnly.mdx"; -import SaveChanges from "./include/_SaveChanges.mdx"; +import AdminOnly from "../include/_AdminOnly.mdx"; +import SaveChanges from "../include/_SaveChanges.mdx"; import TrashIcon from "~icons/zulip-icon/trash"; diff --git a/starlight_help/src/content/docs/custom-profile-fields.mdx b/starlight_help/src/content/docs/custom-profile-fields.mdx index 42d7eae890..1327e43c09 100644 --- a/starlight_help/src/content/docs/custom-profile-fields.mdx +++ b/starlight_help/src/content/docs/custom-profile-fields.mdx @@ -5,8 +5,7 @@ title: Custom profile fields import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; import ZulipTip from "../../components/ZulipTip.astro"; - -import AdminOnly from "./include/_AdminOnly.mdx"; +import AdminOnly from "../include/_AdminOnly.mdx"; import EditIcon from "~icons/zulip-icon/edit"; import TrashIcon from "~icons/zulip-icon/trash"; diff --git a/starlight_help/src/content/docs/customize-organization-settings.mdx b/starlight_help/src/content/docs/customize-organization-settings.mdx index 3a32058d67..84f94683e8 100644 --- a/starlight_help/src/content/docs/customize-organization-settings.mdx +++ b/starlight_help/src/content/docs/customize-organization-settings.mdx @@ -2,7 +2,7 @@ title: Customize organization settings --- -import ReviewOrganizationSettingsInstructions from "./include/_ReviewOrganizationSettingsInstructions.mdx"; +import ReviewOrganizationSettingsInstructions from "../include/_ReviewOrganizationSettingsInstructions.mdx"; diff --git a/starlight_help/src/content/docs/customize-settings-for-new-users.mdx b/starlight_help/src/content/docs/customize-settings-for-new-users.mdx index e613513b71..069a5ad1da 100644 --- a/starlight_help/src/content/docs/customize-settings-for-new-users.mdx +++ b/starlight_help/src/content/docs/customize-settings-for-new-users.mdx @@ -2,7 +2,7 @@ title: Customize settings for new users --- -import CustomizeSettingsForNewUsers from "./include/_CustomizeSettingsForNewUsers.mdx"; +import CustomizeSettingsForNewUsers from "../include/_CustomizeSettingsForNewUsers.mdx"; diff --git a/starlight_help/src/content/docs/dark-theme.mdx b/starlight_help/src/content/docs/dark-theme.mdx index a6d6b066c0..d8399405f5 100644 --- a/starlight_help/src/content/docs/dark-theme.mdx +++ b/starlight_help/src/content/docs/dark-theme.mdx @@ -5,9 +5,8 @@ title: Dark theme import {TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; - -import MobileSettings from "./include/_MobileSettings.mdx"; -import PersonalMenu from "./include/_PersonalMenu.mdx"; +import MobileSettings from "../include/_MobileSettings.mdx"; +import PersonalMenu from "../include/_PersonalMenu.mdx"; Zulip provides both a light theme and a dark theme, which is great for working in a dark space. diff --git a/starlight_help/src/content/docs/deactivate-or-reactivate-a-bot.mdx b/starlight_help/src/content/docs/deactivate-or-reactivate-a-bot.mdx index ca8079a9d6..b1a288e407 100644 --- a/starlight_help/src/content/docs/deactivate-or-reactivate-a-bot.mdx +++ b/starlight_help/src/content/docs/deactivate-or-reactivate-a-bot.mdx @@ -7,8 +7,7 @@ import {TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; import ZulipTip from "../../components/ZulipTip.astro"; - -import AdminOnly from "./include/_AdminOnly.mdx"; +import AdminOnly from "../include/_AdminOnly.mdx"; import UserCogIcon from "~icons/zulip-icon/user-cog"; import UserPlusIcon from "~icons/zulip-icon/user-plus"; diff --git a/starlight_help/src/content/docs/deactivate-or-reactivate-a-user.mdx b/starlight_help/src/content/docs/deactivate-or-reactivate-a-user.mdx index 33c877b581..61be2b59fc 100644 --- a/starlight_help/src/content/docs/deactivate-or-reactivate-a-user.mdx +++ b/starlight_help/src/content/docs/deactivate-or-reactivate-a-user.mdx @@ -8,10 +8,9 @@ import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; import ZulipNote from "../../components/ZulipNote.astro"; import ZulipTip from "../../components/ZulipTip.astro"; - -import AdminOnly from "./include/_AdminOnly.mdx"; -import ManageThisUser from "./include/_ManageThisUser.mdx"; -import ManageUserTabTip from "./include/_ManageUserTabTip.mdx"; +import AdminOnly from "../include/_AdminOnly.mdx"; +import ManageThisUser from "../include/_ManageThisUser.mdx"; +import ManageUserTabTip from "../include/_ManageUserTabTip.mdx"; import UserCircleDeactivatedIcon from "~icons/zulip-icon/user-circle-deactivated"; import UserPlusIcon from "~icons/zulip-icon/user-plus"; diff --git a/starlight_help/src/content/docs/deactivate-your-organization.mdx b/starlight_help/src/content/docs/deactivate-your-organization.mdx index 126f61c457..5eefc01438 100644 --- a/starlight_help/src/content/docs/deactivate-your-organization.mdx +++ b/starlight_help/src/content/docs/deactivate-your-organization.mdx @@ -6,8 +6,7 @@ import {SUPPORT_EMAIL} from "astro:env/client"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; - -import OwnerOnly from "./include/_OwnerOnly.mdx"; +import OwnerOnly from "../include/_OwnerOnly.mdx"; If you are no longer using a Zulip organization, you can deactivate it. When you deactivate an organization, you can specify the time period after which the diff --git a/starlight_help/src/content/docs/delete-a-message.mdx b/starlight_help/src/content/docs/delete-a-message.mdx index a0c453a3a4..ad60616837 100644 --- a/starlight_help/src/content/docs/delete-a-message.mdx +++ b/starlight_help/src/content/docs/delete-a-message.mdx @@ -6,10 +6,9 @@ import {TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import ZulipTip from "../../components/ZulipTip.astro"; - -import MessageActions from "./include/_MessageActions.mdx"; -import MessageActionsMenu from "./include/_MessageActionsMenu.mdx"; -import MessageLongPressMenu from "./include/_MessageLongPressMenu.mdx"; +import MessageActions from "../include/_MessageActions.mdx"; +import MessageActionsMenu from "../include/_MessageActionsMenu.mdx"; +import MessageLongPressMenu from "../include/_MessageLongPressMenu.mdx"; import EditIcon from "~icons/zulip-icon/edit"; diff --git a/starlight_help/src/content/docs/delete-a-topic.mdx b/starlight_help/src/content/docs/delete-a-topic.mdx index 3b680d0532..48ca18e5a0 100644 --- a/starlight_help/src/content/docs/delete-a-topic.mdx +++ b/starlight_help/src/content/docs/delete-a-topic.mdx @@ -5,9 +5,8 @@ title: Delete a topic import {TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; - -import AdminOnly from "./include/_AdminOnly.mdx"; -import TopicActions from "./include/_TopicActions.mdx"; +import AdminOnly from "../include/_AdminOnly.mdx"; +import TopicActions from "../include/_TopicActions.mdx"; diff --git a/starlight_help/src/content/docs/demo-organizations.mdx b/starlight_help/src/content/docs/demo-organizations.mdx index 3edac0f815..6a93ccefa6 100644 --- a/starlight_help/src/content/docs/demo-organizations.mdx +++ b/starlight_help/src/content/docs/demo-organizations.mdx @@ -7,8 +7,7 @@ import {Steps} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; import ZulipNote from "../../components/ZulipNote.astro"; - -import OwnerOnly from "./include/_OwnerOnly.mdx"; +import OwnerOnly from "../include/_OwnerOnly.mdx"; **Note:** The ability to create demo organizations is an upcoming diff --git a/starlight_help/src/content/docs/desktop-app-install-guide.mdx b/starlight_help/src/content/docs/desktop-app-install-guide.mdx index da5d55e608..446ef32389 100644 --- a/starlight_help/src/content/docs/desktop-app-install-guide.mdx +++ b/starlight_help/src/content/docs/desktop-app-install-guide.mdx @@ -6,8 +6,7 @@ import {Steps, TabItem, Tabs} from "@astrojs/starlight/components"; import ZulipNote from "../../components/ZulipNote.astro"; import ZulipTip from "../../components/ZulipTip.astro"; - -import AppWillUpdateTip from "./include/_AppWillUpdateTip.mdx"; +import AppWillUpdateTip from "../include/_AppWillUpdateTip.mdx"; The Zulip desktop app comes with native desktop notifications, support for multiple Zulip accounts, and a dedicated tray icon. diff --git a/starlight_help/src/content/docs/digest-emails.mdx b/starlight_help/src/content/docs/digest-emails.mdx index c5d892b75f..c39d0420b5 100644 --- a/starlight_help/src/content/docs/digest-emails.mdx +++ b/starlight_help/src/content/docs/digest-emails.mdx @@ -4,8 +4,7 @@ title: Weekly digest emails import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; - -import AdminOnly from "./include/_AdminOnly.mdx"; +import AdminOnly from "../include/_AdminOnly.mdx"; diff --git a/starlight_help/src/content/docs/direct-messages.mdx b/starlight_help/src/content/docs/direct-messages.mdx index 0cd7db56f1..dc1ec0852e 100644 --- a/starlight_help/src/content/docs/direct-messages.mdx +++ b/starlight_help/src/content/docs/direct-messages.mdx @@ -6,13 +6,12 @@ import {Steps, TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import ZulipTip from "../../components/ZulipTip.astro"; - -import DmFeedInstructions from "./include/_DmFeedInstructions.mdx"; -import FindDmConversationLeftSidebar from "./include/_FindDmConversationLeftSidebar.mdx"; -import MobileDirectMessages from "./include/_MobileDirectMessages.mdx"; -import SearchNoteForDmConversations from "./include/_SearchNoteForDmConversations.mdx"; -import SendDm from "./include/_SendDm.mdx"; -import ViewDmsLeftSidebar from "./include/_ViewDmsLeftSidebar.mdx"; +import DmFeedInstructions from "../include/_DmFeedInstructions.mdx"; +import FindDmConversationLeftSidebar from "../include/_FindDmConversationLeftSidebar.mdx"; +import MobileDirectMessages from "../include/_MobileDirectMessages.mdx"; +import SearchNoteForDmConversations from "../include/_SearchNoteForDmConversations.mdx"; +import SendDm from "../include/_SendDm.mdx"; +import ViewDmsLeftSidebar from "../include/_ViewDmsLeftSidebar.mdx"; import ChevronRightIcon from "~icons/zulip-icon/chevron-right"; import SearchIcon from "~icons/zulip-icon/search"; diff --git a/starlight_help/src/content/docs/disable-welcome-emails.mdx b/starlight_help/src/content/docs/disable-welcome-emails.mdx index eb007e2c1d..171841237c 100644 --- a/starlight_help/src/content/docs/disable-welcome-emails.mdx +++ b/starlight_help/src/content/docs/disable-welcome-emails.mdx @@ -4,8 +4,7 @@ title: Disable welcome emails import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; - -import AdminOnly from "./include/_AdminOnly.mdx"; +import AdminOnly from "../include/_AdminOnly.mdx"; diff --git a/starlight_help/src/content/docs/do-not-disturb.mdx b/starlight_help/src/content/docs/do-not-disturb.mdx index 7fa63fd29e..7823bcf750 100644 --- a/starlight_help/src/content/docs/do-not-disturb.mdx +++ b/starlight_help/src/content/docs/do-not-disturb.mdx @@ -5,8 +5,7 @@ title: Do Not Disturb import {Steps, TabItem, Tabs} from "@astrojs/starlight/components"; import ZulipNote from "../../components/ZulipNote.astro"; - -import DesktopToggleSidebarTip from "./include/_DesktopToggleSidebarTip.mdx"; +import DesktopToggleSidebarTip from "../include/_DesktopToggleSidebarTip.mdx"; import BellIcon from "~icons/fa/bell"; import BellSlashIcon from "~icons/fa/bell-slash"; diff --git a/starlight_help/src/content/docs/edit-a-message.mdx b/starlight_help/src/content/docs/edit-a-message.mdx index 2173ca3c8b..cc11b11f2e 100644 --- a/starlight_help/src/content/docs/edit-a-message.mdx +++ b/starlight_help/src/content/docs/edit-a-message.mdx @@ -6,9 +6,8 @@ import {TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import ZulipTip from "../../components/ZulipTip.astro"; - -import MessageActions from "./include/_MessageActions.mdx"; -import MessageLongPressMenu from "./include/_MessageLongPressMenu.mdx"; +import MessageActions from "../include/_MessageActions.mdx"; +import MessageLongPressMenu from "../include/_MessageLongPressMenu.mdx"; import EditIcon from "~icons/zulip-icon/edit"; diff --git a/starlight_help/src/content/docs/emoji-and-emoticons.mdx b/starlight_help/src/content/docs/emoji-and-emoticons.mdx index 4712d14b52..6ecf8c893d 100644 --- a/starlight_help/src/content/docs/emoji-and-emoticons.mdx +++ b/starlight_help/src/content/docs/emoji-and-emoticons.mdx @@ -8,10 +8,9 @@ import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; import ZulipNote from "../../components/ZulipNote.astro"; import ZulipTip from "../../components/ZulipTip.astro"; - -import EmojiAndEmoticonsExamples from "./include/_EmojiAndEmoticonsExamples.mdx"; -import EmojiAndEmoticonsIntro from "./include/_EmojiAndEmoticonsIntro.mdx"; -import StartComposing from "./include/_StartComposing.mdx"; +import EmojiAndEmoticonsExamples from "../include/_EmojiAndEmoticonsExamples.mdx"; +import EmojiAndEmoticonsIntro from "../include/_EmojiAndEmoticonsIntro.mdx"; +import StartComposing from "../include/_StartComposing.mdx"; import SmileBiggerIcon from "~icons/zulip-icon/smile-bigger"; diff --git a/starlight_help/src/content/docs/emoji-reactions.mdx b/starlight_help/src/content/docs/emoji-reactions.mdx index f2bb0bb8c8..d05ae99cd3 100644 --- a/starlight_help/src/content/docs/emoji-reactions.mdx +++ b/starlight_help/src/content/docs/emoji-reactions.mdx @@ -8,10 +8,9 @@ import FlattenedSteps from "../../components/FlattenedSteps.astro"; import KeyboardTip from "../../components/KeyboardTip.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; import ZulipTip from "../../components/ZulipTip.astro"; - -import MessageActions from "./include/_MessageActions.mdx"; -import MessageLongPressMenu from "./include/_MessageLongPressMenu.mdx"; -import ViewEmojiReactions from "./include/_ViewEmojiReactions.mdx"; +import MessageActions from "../include/_MessageActions.mdx"; +import MessageLongPressMenu from "../include/_MessageLongPressMenu.mdx"; +import ViewEmojiReactions from "../include/_ViewEmojiReactions.mdx"; import ChevronRightIcon from "~icons/zulip-icon/chevron-right"; import MoreVerticalSpreadIcon from "~icons/zulip-icon/more-vertical-spread"; diff --git a/starlight_help/src/content/docs/export-your-organization.mdx b/starlight_help/src/content/docs/export-your-organization.mdx index ac23816a8d..c9367014fa 100644 --- a/starlight_help/src/content/docs/export-your-organization.mdx +++ b/starlight_help/src/content/docs/export-your-organization.mdx @@ -7,11 +7,10 @@ import {Steps} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; import ZulipNote from "../../components/ZulipNote.astro"; - -import AdminOnly from "./include/_AdminOnly.mdx"; -import ExportWithoutConsentRequirements from "./include/_ExportWithoutConsentRequirements.mdx"; -import NotHumanExportFormat from "./include/_NotHumanExportFormat.mdx"; -import OwnerOnly from "./include/_OwnerOnly.mdx"; +import AdminOnly from "../include/_AdminOnly.mdx"; +import ExportWithoutConsentRequirements from "../include/_ExportWithoutConsentRequirements.mdx"; +import NotHumanExportFormat from "../include/_NotHumanExportFormat.mdx"; +import OwnerOnly from "../include/_OwnerOnly.mdx"; If you're self-hosting Zulip, you may want to check out the diff --git a/starlight_help/src/content/docs/find-administrators.mdx b/starlight_help/src/content/docs/find-administrators.mdx index b968c8c071..328422546c 100644 --- a/starlight_help/src/content/docs/find-administrators.mdx +++ b/starlight_help/src/content/docs/find-administrators.mdx @@ -3,8 +3,7 @@ title: Find administrators --- import ZulipTip from "../../components/ZulipTip.astro"; - -import ViewUsersByRole from "./include/_ViewUsersByRole.mdx"; +import ViewUsersByRole from "../include/_ViewUsersByRole.mdx"; [Administrators](/help/user-roles) can take actions other users are not permitted to, such as managing your organization's permissions settings. diff --git a/starlight_help/src/content/docs/finding-a-conversation-to-read.mdx b/starlight_help/src/content/docs/finding-a-conversation-to-read.mdx index 88adcf0e6c..2d828830aa 100644 --- a/starlight_help/src/content/docs/finding-a-conversation-to-read.mdx +++ b/starlight_help/src/content/docs/finding-a-conversation-to-read.mdx @@ -2,12 +2,12 @@ title: Finding a conversation to read --- -import ConversationDefinition from "./include/_ConversationDefinition.mdx"; -import ConversationRecommendation from "./include/_ConversationRecommendation.mdx"; -import InboxInstructions from "./include/_InboxInstructions.mdx"; -import InboxIntro from "./include/_InboxIntro.mdx"; -import LeftSidebarConversations from "./include/_LeftSidebarConversations.mdx"; -import RecentConversations from "./include/_RecentConversations.mdx"; +import ConversationDefinition from "../include/_ConversationDefinition.mdx"; +import ConversationRecommendation from "../include/_ConversationRecommendation.mdx"; +import InboxInstructions from "../include/_InboxInstructions.mdx"; +import InboxIntro from "../include/_InboxIntro.mdx"; +import LeftSidebarConversations from "../include/_LeftSidebarConversations.mdx"; +import RecentConversations from "../include/_RecentConversations.mdx"; diff --git a/starlight_help/src/content/docs/follow-a-topic.mdx b/starlight_help/src/content/docs/follow-a-topic.mdx index d671a674a5..85e5051dbe 100644 --- a/starlight_help/src/content/docs/follow-a-topic.mdx +++ b/starlight_help/src/content/docs/follow-a-topic.mdx @@ -7,15 +7,14 @@ import {Steps, TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import KeyboardTip from "../../components/KeyboardTip.astro"; import ZulipTip from "../../components/ZulipTip.astro"; - -import AutomaticallyFollowTopics from "./include/_AutomaticallyFollowTopics.mdx"; -import ConfigureNotificationsForFollowedTopics from "./include/_ConfigureNotificationsForFollowedTopics.mdx"; -import ConfigureTopicNotificationsDesktopWeb from "./include/_ConfigureTopicNotificationsDesktopWeb.mdx"; -import FollowedTopicWorkflows from "./include/_FollowedTopicWorkflows.mdx"; -import GoToInbox from "./include/_GoToInbox.mdx"; -import ManageConfiguredTopicsDesktopWeb from "./include/_ManageConfiguredTopicsDesktopWeb.mdx"; -import ManageConfiguredTopicsMobile from "./include/_ManageConfiguredTopicsMobile.mdx"; -import TopicLongPressMenu from "./include/_TopicLongPressMenu.mdx"; +import AutomaticallyFollowTopics from "../include/_AutomaticallyFollowTopics.mdx"; +import ConfigureNotificationsForFollowedTopics from "../include/_ConfigureNotificationsForFollowedTopics.mdx"; +import ConfigureTopicNotificationsDesktopWeb from "../include/_ConfigureTopicNotificationsDesktopWeb.mdx"; +import FollowedTopicWorkflows from "../include/_FollowedTopicWorkflows.mdx"; +import GoToInbox from "../include/_GoToInbox.mdx"; +import ManageConfiguredTopicsDesktopWeb from "../include/_ManageConfiguredTopicsDesktopWeb.mdx"; +import ManageConfiguredTopicsMobile from "../include/_ManageConfiguredTopicsMobile.mdx"; +import TopicLongPressMenu from "../include/_TopicLongPressMenu.mdx"; import SearchIcon from "~icons/zulip-icon/search"; diff --git a/starlight_help/src/content/docs/font-size.mdx b/starlight_help/src/content/docs/font-size.mdx index 98280fe3e3..dbe59fd428 100644 --- a/starlight_help/src/content/docs/font-size.mdx +++ b/starlight_help/src/content/docs/font-size.mdx @@ -6,8 +6,7 @@ import {Steps, TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import ZulipTip from "../../components/ZulipTip.astro"; - -import PersonalMenu from "./include/_PersonalMenu.mdx"; +import PersonalMenu from "../include/_PersonalMenu.mdx"; import MinusIcon from "~icons/zulip-icon/minus"; import PlusIcon from "~icons/zulip-icon/plus"; diff --git a/starlight_help/src/content/docs/format-a-quote.mdx b/starlight_help/src/content/docs/format-a-quote.mdx index fdc6902439..d1eba4c72c 100644 --- a/starlight_help/src/content/docs/format-a-quote.mdx +++ b/starlight_help/src/content/docs/format-a-quote.mdx @@ -6,10 +6,9 @@ import {TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import ZulipTip from "../../components/ZulipTip.astro"; - -import QuotesExamples from "./include/_QuotesExamples.mdx"; -import QuotesIntro from "./include/_QuotesIntro.mdx"; -import StartComposing from "./include/_StartComposing.mdx"; +import QuotesExamples from "../include/_QuotesExamples.mdx"; +import QuotesIntro from "../include/_QuotesIntro.mdx"; +import StartComposing from "../include/_StartComposing.mdx"; import QuoteIcon from "~icons/zulip-icon/quote"; diff --git a/starlight_help/src/content/docs/format-your-message-using-markdown.mdx b/starlight_help/src/content/docs/format-your-message-using-markdown.mdx index 682d8a1786..4fa3dedb41 100644 --- a/starlight_help/src/content/docs/format-your-message-using-markdown.mdx +++ b/starlight_help/src/content/docs/format-your-message-using-markdown.mdx @@ -7,39 +7,38 @@ import {TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; import ZulipTip from "../../components/ZulipTip.astro"; - -import BulletedListsExamples from "./include/_BulletedListsExamples.mdx"; -import BulletedListsIntro from "./include/_BulletedListsIntro.mdx"; -import CodeBlocksExamples from "./include/_CodeBlocksExamples.mdx"; -import CodeBlocksIntro from "./include/_CodeBlocksIntro.mdx"; -import EmojiAndEmoticonsExamples from "./include/_EmojiAndEmoticonsExamples.mdx"; -import EmojiAndEmoticonsIntro from "./include/_EmojiAndEmoticonsIntro.mdx"; -import EmphasisExamples from "./include/_EmphasisExamples.mdx"; -import EmphasisIntro from "./include/_EmphasisIntro.mdx"; -import GlobalTimesExamples from "./include/_GlobalTimesExamples.mdx"; -import GlobalTimesIntro from "./include/_GlobalTimesIntro.mdx"; -import LatexExamples from "./include/_LatexExamples.mdx"; -import LatexIntro from "./include/_LatexIntro.mdx"; -import LinksExamples from "./include/_LinksExamples.mdx"; -import LinksIntro from "./include/_LinksIntro.mdx"; -import MeActionMessagesExamples from "./include/_MeActionMessagesExamples.mdx"; -import MeActionMessagesIntro from "./include/_MeActionMessagesIntro.mdx"; -import MentionsExamples from "./include/_MentionsExamples.mdx"; -import MentionsIntro from "./include/_MentionsIntro.mdx"; -import NumberedListsExamples from "./include/_NumberedListsExamples.mdx"; -import NumberedListsIntro from "./include/_NumberedListsIntro.mdx"; -import ParagraphsAndSectionsExamples from "./include/_ParagraphsAndSectionsExamples.mdx"; -import ParagraphsAndSectionsIntro from "./include/_ParagraphsAndSectionsIntro.mdx"; -import PollsExamples from "./include/_PollsExamples.mdx"; -import PollsIntro from "./include/_PollsIntro.mdx"; -import QuotesExamples from "./include/_QuotesExamples.mdx"; -import QuotesIntro from "./include/_QuotesIntro.mdx"; -import SpoilersExamples from "./include/_SpoilersExamples.mdx"; -import SpoilersIntro from "./include/_SpoilersIntro.mdx"; -import TablesExamples from "./include/_TablesExamples.mdx"; -import TablesIntro from "./include/_TablesIntro.mdx"; -import ToDoListsExamples from "./include/_ToDoListsExamples.mdx"; -import ToDoListsIntro from "./include/_ToDoListsIntro.mdx"; +import BulletedListsExamples from "../include/_BulletedListsExamples.mdx"; +import BulletedListsIntro from "../include/_BulletedListsIntro.mdx"; +import CodeBlocksExamples from "../include/_CodeBlocksExamples.mdx"; +import CodeBlocksIntro from "../include/_CodeBlocksIntro.mdx"; +import EmojiAndEmoticonsExamples from "../include/_EmojiAndEmoticonsExamples.mdx"; +import EmojiAndEmoticonsIntro from "../include/_EmojiAndEmoticonsIntro.mdx"; +import EmphasisExamples from "../include/_EmphasisExamples.mdx"; +import EmphasisIntro from "../include/_EmphasisIntro.mdx"; +import GlobalTimesExamples from "../include/_GlobalTimesExamples.mdx"; +import GlobalTimesIntro from "../include/_GlobalTimesIntro.mdx"; +import LatexExamples from "../include/_LatexExamples.mdx"; +import LatexIntro from "../include/_LatexIntro.mdx"; +import LinksExamples from "../include/_LinksExamples.mdx"; +import LinksIntro from "../include/_LinksIntro.mdx"; +import MeActionMessagesExamples from "../include/_MeActionMessagesExamples.mdx"; +import MeActionMessagesIntro from "../include/_MeActionMessagesIntro.mdx"; +import MentionsExamples from "../include/_MentionsExamples.mdx"; +import MentionsIntro from "../include/_MentionsIntro.mdx"; +import NumberedListsExamples from "../include/_NumberedListsExamples.mdx"; +import NumberedListsIntro from "../include/_NumberedListsIntro.mdx"; +import ParagraphsAndSectionsExamples from "../include/_ParagraphsAndSectionsExamples.mdx"; +import ParagraphsAndSectionsIntro from "../include/_ParagraphsAndSectionsIntro.mdx"; +import PollsExamples from "../include/_PollsExamples.mdx"; +import PollsIntro from "../include/_PollsIntro.mdx"; +import QuotesExamples from "../include/_QuotesExamples.mdx"; +import QuotesIntro from "../include/_QuotesIntro.mdx"; +import SpoilersExamples from "../include/_SpoilersExamples.mdx"; +import SpoilersIntro from "../include/_SpoilersIntro.mdx"; +import TablesExamples from "../include/_TablesExamples.mdx"; +import TablesIntro from "../include/_TablesIntro.mdx"; +import ToDoListsExamples from "../include/_ToDoListsExamples.mdx"; +import ToDoListsIntro from "../include/_ToDoListsIntro.mdx"; import CodeIcon from "~icons/zulip-icon/code"; import LinkIcon from "~icons/zulip-icon/link"; diff --git a/starlight_help/src/content/docs/general-chat-channels.mdx b/starlight_help/src/content/docs/general-chat-channels.mdx index e39047f647..0e70c7ffe1 100644 --- a/starlight_help/src/content/docs/general-chat-channels.mdx +++ b/starlight_help/src/content/docs/general-chat-channels.mdx @@ -6,9 +6,8 @@ import {TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; - -import SaveChanges from "./include/_SaveChanges.mdx"; -import SelectChannelViewGeneralAdvanced from "./include/_SelectChannelViewGeneralAdvanced.mdx"; +import SaveChanges from "../include/_SaveChanges.mdx"; +import SelectChannelViewGeneralAdvanced from "../include/_SelectChannelViewGeneralAdvanced.mdx"; Zulip's [topics](/help/introduction-to-topics) help you keep conversations organized, but you may not need topics in some channels (e.g., a social channel, diff --git a/starlight_help/src/content/docs/general-chat-topic.mdx b/starlight_help/src/content/docs/general-chat-topic.mdx index 542c06698a..77a502e64a 100644 --- a/starlight_help/src/content/docs/general-chat-topic.mdx +++ b/starlight_help/src/content/docs/general-chat-topic.mdx @@ -6,9 +6,8 @@ import {TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import KeyboardTip from "../../components/KeyboardTip.astro"; - -import ComposeAndSendMessage from "./include/_ComposeAndSendMessage.mdx"; -import GeneralChatIntro from "./include/_GeneralChatIntro.mdx"; +import ComposeAndSendMessage from "../include/_ComposeAndSendMessage.mdx"; +import GeneralChatIntro from "../include/_GeneralChatIntro.mdx"; import SquarePlusIcon from "~icons/zulip-icon/square-plus"; diff --git a/starlight_help/src/content/docs/generate-integration-url.mdx b/starlight_help/src/content/docs/generate-integration-url.mdx index 63497d66a9..c140cc1867 100644 --- a/starlight_help/src/content/docs/generate-integration-url.mdx +++ b/starlight_help/src/content/docs/generate-integration-url.mdx @@ -7,8 +7,7 @@ import {TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; import ZulipTip from "../../components/ZulipTip.astro"; - -import AdminOnly from "./include/_AdminOnly.mdx"; +import AdminOnly from "../include/_AdminOnly.mdx"; import LinkIcon from "~icons/fa/link"; import UserCogIcon from "~icons/zulip-icon/user-cog"; diff --git a/starlight_help/src/content/docs/getting-started-with-zulip.mdx b/starlight_help/src/content/docs/getting-started-with-zulip.mdx index 4f4306fc16..c92844c8b8 100644 --- a/starlight_help/src/content/docs/getting-started-with-zulip.mdx +++ b/starlight_help/src/content/docs/getting-started-with-zulip.mdx @@ -2,14 +2,14 @@ title: Getting started with Zulip --- -import HowToStartANewTopic from "./include/_HowToStartANewTopic.mdx"; -import MessagingTips from "./include/_MessagingTips.mdx"; -import ReadingConversations from "./include/_ReadingConversations.mdx"; -import ReplyingToMessages from "./include/_ReplyingToMessages.mdx"; -import SetUpYourAccount from "./include/_SetUpYourAccount.mdx"; -import StartingANewDirectMessage from "./include/_StartingANewDirectMessage.mdx"; -import TopicsIntro from "./include/_TopicsIntro.mdx"; -import WhenToStartANewTopic from "./include/_WhenToStartANewTopic.mdx"; +import HowToStartANewTopic from "../include/_HowToStartANewTopic.mdx"; +import MessagingTips from "../include/_MessagingTips.mdx"; +import ReadingConversations from "../include/_ReadingConversations.mdx"; +import ReplyingToMessages from "../include/_ReplyingToMessages.mdx"; +import SetUpYourAccount from "../include/_SetUpYourAccount.mdx"; +import StartingANewDirectMessage from "../include/_StartingANewDirectMessage.mdx"; +import TopicsIntro from "../include/_TopicsIntro.mdx"; +import WhenToStartANewTopic from "../include/_WhenToStartANewTopic.mdx"; Welcome to Zulip! This page guides you through getting started using Zulip. If you are setting up a new organization, you may also want to diff --git a/starlight_help/src/content/docs/global-times.mdx b/starlight_help/src/content/docs/global-times.mdx index ae7c27e4e2..81b1e68fa9 100644 --- a/starlight_help/src/content/docs/global-times.mdx +++ b/starlight_help/src/content/docs/global-times.mdx @@ -5,10 +5,9 @@ title: Global times import {TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; - -import GlobalTimesExamples from "./include/_GlobalTimesExamples.mdx"; -import GlobalTimesIntro from "./include/_GlobalTimesIntro.mdx"; -import StartComposing from "./include/_StartComposing.mdx"; +import GlobalTimesExamples from "../include/_GlobalTimesExamples.mdx"; +import GlobalTimesIntro from "../include/_GlobalTimesIntro.mdx"; +import StartComposing from "../include/_StartComposing.mdx"; import TimeIcon from "~icons/zulip-icon/time"; diff --git a/starlight_help/src/content/docs/guest-users.mdx b/starlight_help/src/content/docs/guest-users.mdx index edbe1cf9e4..a3f6f00576 100644 --- a/starlight_help/src/content/docs/guest-users.mdx +++ b/starlight_help/src/content/docs/guest-users.mdx @@ -7,9 +7,8 @@ import {TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; import ZulipTip from "../../components/ZulipTip.astro"; - -import CloudPlusOnly from "./include/_CloudPlusOnly.mdx"; -import SaveChanges from "./include/_SaveChanges.mdx"; +import CloudPlusOnly from "../include/_CloudPlusOnly.mdx"; +import SaveChanges from "../include/_SaveChanges.mdx"; You can add users who should have restricted access to your organization as **guests**. For example, this may be a good choice for contractors or customers diff --git a/starlight_help/src/content/docs/hide-message-content-in-emails.mdx b/starlight_help/src/content/docs/hide-message-content-in-emails.mdx index b7ae35dd61..19707117b1 100644 --- a/starlight_help/src/content/docs/hide-message-content-in-emails.mdx +++ b/starlight_help/src/content/docs/hide-message-content-in-emails.mdx @@ -4,8 +4,7 @@ title: Hide message content in emails import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; - -import AdminOnly from "./include/_AdminOnly.mdx"; +import AdminOnly from "../include/_AdminOnly.mdx"; diff --git a/starlight_help/src/content/docs/image-video-and-website-previews.mdx b/starlight_help/src/content/docs/image-video-and-website-previews.mdx index 63d5955954..c5aef2a09a 100644 --- a/starlight_help/src/content/docs/image-video-and-website-previews.mdx +++ b/starlight_help/src/content/docs/image-video-and-website-previews.mdx @@ -7,9 +7,8 @@ import {TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; import ZulipNote from "../../components/ZulipNote.astro"; - -import AdminOnly from "./include/_AdminOnly.mdx"; -import SaveChanges from "./include/_SaveChanges.mdx"; +import AdminOnly from "../include/_AdminOnly.mdx"; +import SaveChanges from "../include/_SaveChanges.mdx"; Zulip displays previews of images, videos and websites in your message feed. To avoid disrupting the flow of conversation, these previews are small. You can diff --git a/starlight_help/src/content/docs/import-from-mattermost.mdx b/starlight_help/src/content/docs/import-from-mattermost.mdx index a4d65ab971..0541c0ad2d 100644 --- a/starlight_help/src/content/docs/import-from-mattermost.mdx +++ b/starlight_help/src/content/docs/import-from-mattermost.mdx @@ -5,16 +5,15 @@ title: Import from Mattermost import {Steps, TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; - -import ImportGetYourOrganizationStarted from "./include/_ImportGetYourOrganizationStarted.mdx"; -import ImportHowUsersWillLogIn from "./include/_ImportHowUsersWillLogIn.mdx"; -import ImportIntoASelfHostedServerDescription from "./include/_ImportIntoASelfHostedServerDescription.mdx"; -import ImportIntoASelfHostedServerInstructions from "./include/_ImportIntoASelfHostedServerInstructions.mdx"; -import ImportIntoAZulipCloudOrganization from "./include/_ImportIntoAZulipCloudOrganization.mdx"; -import ImportSelfHostedServerTips from "./include/_ImportSelfHostedServerTips.mdx"; -import ImportWorkspaceToZulip from "./include/_ImportWorkspaceToZulip.mdx"; -import ImportYourDataIntoZulip from "./include/_ImportYourDataIntoZulip.mdx"; -import ImportZulipCloudOrganizationWarning from "./include/_ImportZulipCloudOrganizationWarning.mdx"; +import ImportGetYourOrganizationStarted from "../include/_ImportGetYourOrganizationStarted.mdx"; +import ImportHowUsersWillLogIn from "../include/_ImportHowUsersWillLogIn.mdx"; +import ImportIntoASelfHostedServerDescription from "../include/_ImportIntoASelfHostedServerDescription.mdx"; +import ImportIntoASelfHostedServerInstructions from "../include/_ImportIntoASelfHostedServerInstructions.mdx"; +import ImportIntoAZulipCloudOrganization from "../include/_ImportIntoAZulipCloudOrganization.mdx"; +import ImportSelfHostedServerTips from "../include/_ImportSelfHostedServerTips.mdx"; +import ImportWorkspaceToZulip from "../include/_ImportWorkspaceToZulip.mdx"; +import ImportYourDataIntoZulip from "../include/_ImportYourDataIntoZulip.mdx"; +import ImportZulipCloudOrganizationWarning from "../include/_ImportZulipCloudOrganizationWarning.mdx"; diff --git a/starlight_help/src/content/docs/import-from-rocketchat.mdx b/starlight_help/src/content/docs/import-from-rocketchat.mdx index 20a36749ed..6cf0d0919d 100644 --- a/starlight_help/src/content/docs/import-from-rocketchat.mdx +++ b/starlight_help/src/content/docs/import-from-rocketchat.mdx @@ -5,15 +5,14 @@ title: Import from Rocket.Chat import {Steps, TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; - -import ImportGetYourOrganizationStarted from "./include/_ImportGetYourOrganizationStarted.mdx"; -import ImportHowUsersWillLogIn from "./include/_ImportHowUsersWillLogIn.mdx"; -import ImportIntoASelfHostedServerDescription from "./include/_ImportIntoASelfHostedServerDescription.mdx"; -import ImportIntoASelfHostedServerInstructions from "./include/_ImportIntoASelfHostedServerInstructions.mdx"; -import ImportIntoAZulipCloudOrganization from "./include/_ImportIntoAZulipCloudOrganization.mdx"; -import ImportSelfHostedServerTips from "./include/_ImportSelfHostedServerTips.mdx"; -import ImportYourDataIntoZulip from "./include/_ImportYourDataIntoZulip.mdx"; -import ImportZulipCloudOrganizationWarning from "./include/_ImportZulipCloudOrganizationWarning.mdx"; +import ImportGetYourOrganizationStarted from "../include/_ImportGetYourOrganizationStarted.mdx"; +import ImportHowUsersWillLogIn from "../include/_ImportHowUsersWillLogIn.mdx"; +import ImportIntoASelfHostedServerDescription from "../include/_ImportIntoASelfHostedServerDescription.mdx"; +import ImportIntoASelfHostedServerInstructions from "../include/_ImportIntoASelfHostedServerInstructions.mdx"; +import ImportIntoAZulipCloudOrganization from "../include/_ImportIntoAZulipCloudOrganization.mdx"; +import ImportSelfHostedServerTips from "../include/_ImportSelfHostedServerTips.mdx"; +import ImportYourDataIntoZulip from "../include/_ImportYourDataIntoZulip.mdx"; +import ImportZulipCloudOrganizationWarning from "../include/_ImportZulipCloudOrganizationWarning.mdx"; You can import your current workspace into a Zulip organization. It's a great way to preserve your workspace history when you migrate to Zulip, and to make diff --git a/starlight_help/src/content/docs/import-from-slack.mdx b/starlight_help/src/content/docs/import-from-slack.mdx index 9ce4a8b033..65bb6ca02e 100644 --- a/starlight_help/src/content/docs/import-from-slack.mdx +++ b/starlight_help/src/content/docs/import-from-slack.mdx @@ -7,16 +7,15 @@ import {Steps, TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import ZulipNote from "../../components/ZulipNote.astro"; import ZulipTip from "../../components/ZulipTip.astro"; - -import ImportGetYourOrganizationStarted from "./include/_ImportGetYourOrganizationStarted.mdx"; -import ImportHowUsersWillLogIn from "./include/_ImportHowUsersWillLogIn.mdx"; -import ImportIntoASelfHostedServerDescription from "./include/_ImportIntoASelfHostedServerDescription.mdx"; -import ImportIntoASelfHostedServerInstructions from "./include/_ImportIntoASelfHostedServerInstructions.mdx"; -import ImportIntoAZulipCloudOrganization from "./include/_ImportIntoAZulipCloudOrganization.mdx"; -import ImportSelfHostedServerTips from "./include/_ImportSelfHostedServerTips.mdx"; -import ImportWorkspaceToZulip from "./include/_ImportWorkspaceToZulip.mdx"; -import ImportYourDataIntoZulip from "./include/_ImportYourDataIntoZulip.mdx"; -import ImportZulipCloudOrganizationWarning from "./include/_ImportZulipCloudOrganizationWarning.mdx"; +import ImportGetYourOrganizationStarted from "../include/_ImportGetYourOrganizationStarted.mdx"; +import ImportHowUsersWillLogIn from "../include/_ImportHowUsersWillLogIn.mdx"; +import ImportIntoASelfHostedServerDescription from "../include/_ImportIntoASelfHostedServerDescription.mdx"; +import ImportIntoASelfHostedServerInstructions from "../include/_ImportIntoASelfHostedServerInstructions.mdx"; +import ImportIntoAZulipCloudOrganization from "../include/_ImportIntoAZulipCloudOrganization.mdx"; +import ImportSelfHostedServerTips from "../include/_ImportSelfHostedServerTips.mdx"; +import ImportWorkspaceToZulip from "../include/_ImportWorkspaceToZulip.mdx"; +import ImportYourDataIntoZulip from "../include/_ImportYourDataIntoZulip.mdx"; +import ImportZulipCloudOrganizationWarning from "../include/_ImportZulipCloudOrganizationWarning.mdx"; diff --git a/starlight_help/src/content/docs/inbox.mdx b/starlight_help/src/content/docs/inbox.mdx index dbff4ab103..9a2e46a0ab 100644 --- a/starlight_help/src/content/docs/inbox.mdx +++ b/starlight_help/src/content/docs/inbox.mdx @@ -7,11 +7,10 @@ import {TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import KeyboardTip from "../../components/KeyboardTip.astro"; import ZulipTip from "../../components/ZulipTip.astro"; - -import ConversationDefinition from "./include/_ConversationDefinition.mdx"; -import GoToInbox from "./include/_GoToInbox.mdx"; -import InboxInstructions from "./include/_InboxInstructions.mdx"; -import InboxIntro from "./include/_InboxIntro.mdx"; +import ConversationDefinition from "../include/_ConversationDefinition.mdx"; +import GoToInbox from "../include/_GoToInbox.mdx"; +import InboxInstructions from "../include/_InboxInstructions.mdx"; +import InboxIntro from "../include/_InboxIntro.mdx"; diff --git a/starlight_help/src/content/docs/include/_ManageThisUser.mdx b/starlight_help/src/content/docs/include/_ManageThisUser.mdx deleted file mode 100644 index 47df6a4be4..0000000000 --- a/starlight_help/src/content/docs/include/_ManageThisUser.mdx +++ /dev/null @@ -1,9 +0,0 @@ -import FlattenedSteps from "../../../components/FlattenedSteps.astro"; - -import UserCardThreeDotMenu from "./_UserCardThreeDotMenu.mdx"; - - - - - 1. Click **Manage this user**. - diff --git a/starlight_help/src/content/docs/include/_RightSidebarViewProfile.mdx b/starlight_help/src/content/docs/include/_RightSidebarViewProfile.mdx deleted file mode 100644 index d94ddbd1dd..0000000000 --- a/starlight_help/src/content/docs/include/_RightSidebarViewProfile.mdx +++ /dev/null @@ -1,9 +0,0 @@ -import FlattenedSteps from "../../../components/FlattenedSteps.astro"; - -import RightSidebarUserCard from "./_RightSidebarUserCard.mdx"; - - - - - 1. Click **View profile**. - diff --git a/starlight_help/src/content/docs/include/_SelectChannelViewGeneralAdvanced.mdx b/starlight_help/src/content/docs/include/_SelectChannelViewGeneralAdvanced.mdx deleted file mode 100644 index 3b3410241b..0000000000 --- a/starlight_help/src/content/docs/include/_SelectChannelViewGeneralAdvanced.mdx +++ /dev/null @@ -1,9 +0,0 @@ -import FlattenedSteps from "../../../components/FlattenedSteps.astro"; - -import SelectChannelViewGeneral from "./_SelectChannelViewGeneral.mdx"; - - - - - 1. Click **Advanced configuration** to view advanced configuration options. - diff --git a/starlight_help/src/content/docs/insert-a-link.mdx b/starlight_help/src/content/docs/insert-a-link.mdx index 4b12411b2b..e8ceebb9c2 100644 --- a/starlight_help/src/content/docs/insert-a-link.mdx +++ b/starlight_help/src/content/docs/insert-a-link.mdx @@ -6,10 +6,9 @@ import {TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import KeyboardTip from "../../components/KeyboardTip.astro"; - -import LinksExamples from "./include/_LinksExamples.mdx"; -import LinksIntro from "./include/_LinksIntro.mdx"; -import StartComposing from "./include/_StartComposing.mdx"; +import LinksExamples from "../include/_LinksExamples.mdx"; +import LinksIntro from "../include/_LinksIntro.mdx"; +import StartComposing from "../include/_StartComposing.mdx"; import LinkIcon from "~icons/zulip-icon/link"; diff --git a/starlight_help/src/content/docs/introduction-to-channels.mdx b/starlight_help/src/content/docs/introduction-to-channels.mdx index 5a25600b30..275e5780bb 100644 --- a/starlight_help/src/content/docs/introduction-to-channels.mdx +++ b/starlight_help/src/content/docs/introduction-to-channels.mdx @@ -7,8 +7,7 @@ import {TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; import ZulipTip from "../../components/ZulipTip.astro"; - -import ChannelsIntro from "./include/_ChannelsIntro.mdx"; +import ChannelsIntro from "../include/_ChannelsIntro.mdx"; import BarChartIcon from "~icons/fa/bar-chart"; import SortAlphaAscIcon from "~icons/fa/sort-alpha-asc"; diff --git a/starlight_help/src/content/docs/introduction-to-topics.mdx b/starlight_help/src/content/docs/introduction-to-topics.mdx index fb3586cef9..df1f330421 100644 --- a/starlight_help/src/content/docs/introduction-to-topics.mdx +++ b/starlight_help/src/content/docs/introduction-to-topics.mdx @@ -2,10 +2,10 @@ title: Introduction to topics --- -import HowToReplyIntro from "./include/_HowToReplyIntro.mdx"; -import HowToStartANewTopic from "./include/_HowToStartANewTopic.mdx"; -import TopicsIntro from "./include/_TopicsIntro.mdx"; -import WhenToStartANewTopic from "./include/_WhenToStartANewTopic.mdx"; +import HowToReplyIntro from "../include/_HowToReplyIntro.mdx"; +import HowToStartANewTopic from "../include/_HowToStartANewTopic.mdx"; +import TopicsIntro from "../include/_TopicsIntro.mdx"; +import WhenToStartANewTopic from "../include/_WhenToStartANewTopic.mdx"; diff --git a/starlight_help/src/content/docs/invite-new-users.mdx b/starlight_help/src/content/docs/invite-new-users.mdx index f04ee4c318..a8e2e90689 100644 --- a/starlight_help/src/content/docs/invite-new-users.mdx +++ b/starlight_help/src/content/docs/invite-new-users.mdx @@ -5,8 +5,7 @@ title: Invite new users import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; import ZulipNote from "../../components/ZulipNote.astro"; - -import InviteUsers from "./include/_InviteUsers.mdx"; +import InviteUsers from "../include/_InviteUsers.mdx"; import SendDmIcon from "~icons/zulip-icon/send-dm"; import TrashIcon from "~icons/zulip-icon/trash"; diff --git a/starlight_help/src/content/docs/invite-users-to-join.mdx b/starlight_help/src/content/docs/invite-users-to-join.mdx index 515485ce03..8138ddfc98 100644 --- a/starlight_help/src/content/docs/invite-users-to-join.mdx +++ b/starlight_help/src/content/docs/invite-users-to-join.mdx @@ -3,8 +3,7 @@ title: Invite users to join --- import ZulipTip from "../../components/ZulipTip.astro"; - -import HowToInviteUsersToJoin from "./include/_HowToInviteUsersToJoin.mdx"; +import HowToInviteUsersToJoin from "../include/_HowToInviteUsersToJoin.mdx"; Before inviting users, you may want to [delete any test messages][delete-message] diff --git a/starlight_help/src/content/docs/latex.mdx b/starlight_help/src/content/docs/latex.mdx index 758fe596a4..ae94d45afc 100644 --- a/starlight_help/src/content/docs/latex.mdx +++ b/starlight_help/src/content/docs/latex.mdx @@ -6,10 +6,9 @@ import {TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import ZulipTip from "../../components/ZulipTip.astro"; - -import LatexExamples from "./include/_LatexExamples.mdx"; -import LatexIntro from "./include/_LatexIntro.mdx"; -import StartComposing from "./include/_StartComposing.mdx"; +import LatexExamples from "../include/_LatexExamples.mdx"; +import LatexIntro from "../include/_LatexIntro.mdx"; +import StartComposing from "../include/_StartComposing.mdx"; import MathIcon from "~icons/zulip-icon/math"; diff --git a/starlight_help/src/content/docs/left-sidebar.mdx b/starlight_help/src/content/docs/left-sidebar.mdx index 500a386cb5..5351565a23 100644 --- a/starlight_help/src/content/docs/left-sidebar.mdx +++ b/starlight_help/src/content/docs/left-sidebar.mdx @@ -7,15 +7,14 @@ import {Steps, TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import KeyboardTip from "../../components/KeyboardTip.astro"; import ZulipTip from "../../components/ZulipTip.astro"; - -import ComposeAndSendMessage from "./include/_ComposeAndSendMessage.mdx"; -import ConfigureChannelLinks from "./include/_ConfigureChannelLinks.mdx"; -import FilterChannels from "./include/_FilterChannels.mdx"; -import FilterResolvedLeftSidebar from "./include/_FilterResolvedLeftSidebar.mdx"; -import FindDmConversationLeftSidebar from "./include/_FindDmConversationLeftSidebar.mdx"; -import SearchNoteForDmConversations from "./include/_SearchNoteForDmConversations.mdx"; -import StartTopicViaLeftSidebar from "./include/_StartTopicViaLeftSidebar.mdx"; -import ViewDmsLeftSidebar from "./include/_ViewDmsLeftSidebar.mdx"; +import ComposeAndSendMessage from "../include/_ComposeAndSendMessage.mdx"; +import ConfigureChannelLinks from "../include/_ConfigureChannelLinks.mdx"; +import FilterChannels from "../include/_FilterChannels.mdx"; +import FilterResolvedLeftSidebar from "../include/_FilterResolvedLeftSidebar.mdx"; +import FindDmConversationLeftSidebar from "../include/_FindDmConversationLeftSidebar.mdx"; +import SearchNoteForDmConversations from "../include/_SearchNoteForDmConversations.mdx"; +import StartTopicViaLeftSidebar from "../include/_StartTopicViaLeftSidebar.mdx"; +import ViewDmsLeftSidebar from "../include/_ViewDmsLeftSidebar.mdx"; import PanelLeftIcon from "~icons/zulip-icon/panel-left"; import PanelLeftDashedIcon from "~icons/zulip-icon/panel-left-dashed"; diff --git a/starlight_help/src/content/docs/line-spacing.mdx b/starlight_help/src/content/docs/line-spacing.mdx index 07c0f0e4b0..6fa7ae206b 100644 --- a/starlight_help/src/content/docs/line-spacing.mdx +++ b/starlight_help/src/content/docs/line-spacing.mdx @@ -5,8 +5,7 @@ title: Line spacing import {TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; - -import PersonalMenu from "./include/_PersonalMenu.mdx"; +import PersonalMenu from "../include/_PersonalMenu.mdx"; import LineHeightBigIcon from "~icons/zulip-icon/line-height-big"; import MinusIcon from "~icons/zulip-icon/minus"; diff --git a/starlight_help/src/content/docs/link-to-a-message-or-conversation.mdx b/starlight_help/src/content/docs/link-to-a-message-or-conversation.mdx index 9740d7e998..697c32850d 100644 --- a/starlight_help/src/content/docs/link-to-a-message-or-conversation.mdx +++ b/starlight_help/src/content/docs/link-to-a-message-or-conversation.mdx @@ -6,14 +6,13 @@ import {TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import ZulipTip from "../../components/ZulipTip.astro"; - -import ChannelActions from "./include/_ChannelActions.mdx"; -import ChannelLongPressMenu from "./include/_ChannelLongPressMenu.mdx"; -import MessageActionsMenu from "./include/_MessageActionsMenu.mdx"; -import MessageLongPressMenu from "./include/_MessageLongPressMenu.mdx"; -import StartComposing from "./include/_StartComposing.mdx"; -import TopicActions from "./include/_TopicActions.mdx"; -import TopicLongPressMenu from "./include/_TopicLongPressMenu.mdx"; +import ChannelActions from "../include/_ChannelActions.mdx"; +import ChannelLongPressMenu from "../include/_ChannelLongPressMenu.mdx"; +import MessageActionsMenu from "../include/_MessageActionsMenu.mdx"; +import MessageLongPressMenu from "../include/_MessageLongPressMenu.mdx"; +import StartComposing from "../include/_StartComposing.mdx"; +import TopicActions from "../include/_TopicActions.mdx"; +import TopicLongPressMenu from "../include/_TopicLongPressMenu.mdx"; Zulip makes it easy to share links to messages, topics, and channels. You can link from one Zulip [conversation](/help/reading-conversations) to another, or diff --git a/starlight_help/src/content/docs/linking-to-zulip-website.mdx b/starlight_help/src/content/docs/linking-to-zulip-website.mdx index 6345d5588d..c084a62158 100644 --- a/starlight_help/src/content/docs/linking-to-zulip-website.mdx +++ b/starlight_help/src/content/docs/linking-to-zulip-website.mdx @@ -4,7 +4,7 @@ title: Linking to the Zulip website import {Steps} from "@astrojs/starlight/components"; -import SupportingZulipMotivation from "./include/_SupportingZulipMotivation.mdx"; +import SupportingZulipMotivation from "../include/_SupportingZulipMotivation.mdx"; diff --git a/starlight_help/src/content/docs/list-of-topics.mdx b/starlight_help/src/content/docs/list-of-topics.mdx index f18e0683b7..e5cfd54159 100644 --- a/starlight_help/src/content/docs/list-of-topics.mdx +++ b/starlight_help/src/content/docs/list-of-topics.mdx @@ -6,10 +6,9 @@ import {Steps, TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import KeyboardTip from "../../components/KeyboardTip.astro"; - -import ChannelActions from "./include/_ChannelActions.mdx"; -import ConfigureChannelLinks from "./include/_ConfigureChannelLinks.mdx"; -import MobileChannels from "./include/_MobileChannels.mdx"; +import ChannelActions from "../include/_ChannelActions.mdx"; +import ConfigureChannelLinks from "../include/_ConfigureChannelLinks.mdx"; +import MobileChannels from "../include/_MobileChannels.mdx"; import TopicListIcon from "~icons/zulip-icon/topic-list"; diff --git a/starlight_help/src/content/docs/logging-in.mdx b/starlight_help/src/content/docs/logging-in.mdx index ec7a805c2b..a8fc96353f 100644 --- a/starlight_help/src/content/docs/logging-in.mdx +++ b/starlight_help/src/content/docs/logging-in.mdx @@ -6,11 +6,10 @@ import {Steps, TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import ZulipNote from "../../components/ZulipNote.astro"; - -import ChangePasswordViaEmailConfirmation from "./include/_ChangePasswordViaEmailConfirmation.mdx"; -import DesktopToggleSidebarTip from "./include/_DesktopToggleSidebarTip.mdx"; -import MobileSwitchAccount from "./include/_MobileSwitchAccount.mdx"; -import SwitchingBetweenOrganizations from "./include/_SwitchingBetweenOrganizations.mdx"; +import ChangePasswordViaEmailConfirmation from "../include/_ChangePasswordViaEmailConfirmation.mdx"; +import DesktopToggleSidebarTip from "../include/_DesktopToggleSidebarTip.mdx"; +import MobileSwitchAccount from "../include/_MobileSwitchAccount.mdx"; +import SwitchingBetweenOrganizations from "../include/_SwitchingBetweenOrganizations.mdx"; import PlusIcon from "~icons/fa/plus"; import GearIcon from "~icons/zulip-icon/gear"; diff --git a/starlight_help/src/content/docs/logging-out.mdx b/starlight_help/src/content/docs/logging-out.mdx index dcc408fbbb..907c7760dd 100644 --- a/starlight_help/src/content/docs/logging-out.mdx +++ b/starlight_help/src/content/docs/logging-out.mdx @@ -7,9 +7,8 @@ import {Steps, TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; import ZulipTip from "../../components/ZulipTip.astro"; - -import ChangePasswordAndAPIKey from "./include/_ChangePasswordAndAPIKey.mdx"; -import MobileSwitchAccount from "./include/_MobileSwitchAccount.mdx"; +import ChangePasswordAndAPIKey from "../include/_ChangePasswordAndAPIKey.mdx"; +import MobileSwitchAccount from "../include/_MobileSwitchAccount.mdx"; import GearIcon from "~icons/zulip-icon/gear"; import MoreVerticalIcon from "~icons/zulip-icon/more-vertical"; diff --git a/starlight_help/src/content/docs/manage-a-bot.mdx b/starlight_help/src/content/docs/manage-a-bot.mdx index b6feb3cb22..8b0317a513 100644 --- a/starlight_help/src/content/docs/manage-a-bot.mdx +++ b/starlight_help/src/content/docs/manage-a-bot.mdx @@ -4,8 +4,7 @@ title: Manage a bot import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; - -import AdminOnly from "./include/_AdminOnly.mdx"; +import AdminOnly from "../include/_AdminOnly.mdx"; import UserCogIcon from "~icons/zulip-icon/user-cog"; diff --git a/starlight_help/src/content/docs/manage-a-user.mdx b/starlight_help/src/content/docs/manage-a-user.mdx index 8b8f2f63cb..1355dc6599 100644 --- a/starlight_help/src/content/docs/manage-a-user.mdx +++ b/starlight_help/src/content/docs/manage-a-user.mdx @@ -6,10 +6,9 @@ import {TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; - -import AdminOnly from "./include/_AdminOnly.mdx"; -import ManageThisUser from "./include/_ManageThisUser.mdx"; -import ManageUserTabTip from "./include/_ManageUserTabTip.mdx"; +import AdminOnly from "../include/_AdminOnly.mdx"; +import ManageThisUser from "../include/_ManageThisUser.mdx"; +import ManageUserTabTip from "../include/_ManageUserTabTip.mdx"; import UserCogIcon from "~icons/zulip-icon/user-cog"; diff --git a/starlight_help/src/content/docs/manage-channel-folders.mdx b/starlight_help/src/content/docs/manage-channel-folders.mdx index 4c5504b78e..3b0576cadc 100644 --- a/starlight_help/src/content/docs/manage-channel-folders.mdx +++ b/starlight_help/src/content/docs/manage-channel-folders.mdx @@ -6,11 +6,10 @@ import {TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; - -import AdminOnly from "./include/_AdminOnly.mdx"; -import ChannelFoldersIntro from "./include/_ChannelFoldersIntro.mdx"; -import MoveChannelToFolder from "./include/_MoveChannelToFolder.mdx"; -import SelectChannelViewGeneral from "./include/_SelectChannelViewGeneral.mdx"; +import AdminOnly from "../include/_AdminOnly.mdx"; +import ChannelFoldersIntro from "../include/_ChannelFoldersIntro.mdx"; +import MoveChannelToFolder from "../include/_MoveChannelToFolder.mdx"; +import SelectChannelViewGeneral from "../include/_SelectChannelViewGeneral.mdx"; import EditIcon from "~icons/zulip-icon/edit"; import TrashIcon from "~icons/zulip-icon/trash"; diff --git a/starlight_help/src/content/docs/manage-inactive-channels.mdx b/starlight_help/src/content/docs/manage-inactive-channels.mdx index fb964524e9..91381f0021 100644 --- a/starlight_help/src/content/docs/manage-inactive-channels.mdx +++ b/starlight_help/src/content/docs/manage-inactive-channels.mdx @@ -6,8 +6,7 @@ import {Steps, TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; - -import FilterChannels from "./include/_FilterChannels.mdx"; +import FilterChannels from "../include/_FilterChannels.mdx"; To avoid clutter in the [left sidebar](/help/left-sidebar), Zulip automatically hides channels with no recent messages if you're subscribed to 20+ channels. You diff --git a/starlight_help/src/content/docs/manage-permissions.mdx b/starlight_help/src/content/docs/manage-permissions.mdx index c8b0f516f3..49951ac743 100644 --- a/starlight_help/src/content/docs/manage-permissions.mdx +++ b/starlight_help/src/content/docs/manage-permissions.mdx @@ -5,9 +5,8 @@ title: Manage permissions import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; import ZulipTip from "../../components/ZulipTip.astro"; - -import SaveChanges from "./include/_SaveChanges.mdx"; -import UserRolesIntro from "./include/_UserRolesIntro.mdx"; +import SaveChanges from "../include/_SaveChanges.mdx"; +import UserRolesIntro from "../include/_UserRolesIntro.mdx"; diff --git a/starlight_help/src/content/docs/manage-user-channel-subscriptions.mdx b/starlight_help/src/content/docs/manage-user-channel-subscriptions.mdx index 32cea3c2fa..6c61ca9a0e 100644 --- a/starlight_help/src/content/docs/manage-user-channel-subscriptions.mdx +++ b/starlight_help/src/content/docs/manage-user-channel-subscriptions.mdx @@ -4,10 +4,9 @@ title: Manage a user's channel subscriptions import FlattenedSteps from "../../components/FlattenedSteps.astro"; import ZulipNote from "../../components/ZulipNote.astro"; - -import RightSidebarViewProfile from "./include/_RightSidebarViewProfile.mdx"; -import SubscribeUserToChannel from "./include/_SubscribeUserToChannel.mdx"; -import UnsubscribeUserFromChannel from "./include/_UnsubscribeUserFromChannel.mdx"; +import RightSidebarViewProfile from "../include/_RightSidebarViewProfile.mdx"; +import SubscribeUserToChannel from "../include/_SubscribeUserToChannel.mdx"; +import UnsubscribeUserFromChannel from "../include/_UnsubscribeUserFromChannel.mdx"; ## View a user's channel subscriptions diff --git a/starlight_help/src/content/docs/manage-user-group-membership.mdx b/starlight_help/src/content/docs/manage-user-group-membership.mdx index 64a6e30820..93ea015956 100644 --- a/starlight_help/src/content/docs/manage-user-group-membership.mdx +++ b/starlight_help/src/content/docs/manage-user-group-membership.mdx @@ -6,10 +6,9 @@ import {TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; - -import AddUsersToAGroup from "./include/_AddUsersToAGroup.mdx"; -import DependsOnPermissions from "./include/_DependsOnPermissions.mdx"; -import RightSidebarViewProfile from "./include/_RightSidebarViewProfile.mdx"; +import AddUsersToAGroup from "../include/_AddUsersToAGroup.mdx"; +import DependsOnPermissions from "../include/_DependsOnPermissions.mdx"; +import RightSidebarViewProfile from "../include/_RightSidebarViewProfile.mdx"; import CloseIcon from "~icons/zulip-icon/close"; diff --git a/starlight_help/src/content/docs/manage-user-groups.mdx b/starlight_help/src/content/docs/manage-user-groups.mdx index 5a13b378e3..b1ffa8ca00 100644 --- a/starlight_help/src/content/docs/manage-user-groups.mdx +++ b/starlight_help/src/content/docs/manage-user-groups.mdx @@ -8,16 +8,15 @@ import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; import ZulipNote from "../../components/ZulipNote.astro"; import ZulipTip from "../../components/ZulipTip.astro"; - -import AddUsersToAGroup from "./include/_AddUsersToAGroup.mdx"; -import AdminOnly from "./include/_AdminOnly.mdx"; -import CloudPaidPlansOnly from "./include/_CloudPaidPlansOnly.mdx"; -import HowToCreateAUserGroup from "./include/_HowToCreateAUserGroup.mdx"; -import RightSidebarViewProfile from "./include/_RightSidebarViewProfile.mdx"; -import SaveChanges from "./include/_SaveChanges.mdx"; -import UserGroupsApplications from "./include/_UserGroupsApplications.mdx"; -import UserGroupsIntro from "./include/_UserGroupsIntro.mdx"; -import UserSubgroupsIntro from "./include/_UserSubgroupsIntro.mdx"; +import AddUsersToAGroup from "../include/_AddUsersToAGroup.mdx"; +import AdminOnly from "../include/_AdminOnly.mdx"; +import CloudPaidPlansOnly from "../include/_CloudPaidPlansOnly.mdx"; +import HowToCreateAUserGroup from "../include/_HowToCreateAUserGroup.mdx"; +import RightSidebarViewProfile from "../include/_RightSidebarViewProfile.mdx"; +import SaveChanges from "../include/_SaveChanges.mdx"; +import UserGroupsApplications from "../include/_UserGroupsApplications.mdx"; +import UserGroupsIntro from "../include/_UserGroupsIntro.mdx"; +import UserSubgroupsIntro from "../include/_UserSubgroupsIntro.mdx"; import CloseIcon from "~icons/zulip-icon/close"; import ExpandBothDiagonalsIcon from "~icons/zulip-icon/expand-both-diagonals"; diff --git a/starlight_help/src/content/docs/marking-messages-as-read.mdx b/starlight_help/src/content/docs/marking-messages-as-read.mdx index dc3996c167..2bee136170 100644 --- a/starlight_help/src/content/docs/marking-messages-as-read.mdx +++ b/starlight_help/src/content/docs/marking-messages-as-read.mdx @@ -7,11 +7,10 @@ import {Steps, TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; import ZulipTip from "../../components/ZulipTip.astro"; - -import ConfigureResolvedNoticesMarkedAsRead from "./include/_ConfigureResolvedNoticesMarkedAsRead.mdx"; -import GoToInbox from "./include/_GoToInbox.mdx"; -import GoToRecentConversations from "./include/_GoToRecentConversations.mdx"; -import MobileSettings from "./include/_MobileSettings.mdx"; +import ConfigureResolvedNoticesMarkedAsRead from "../include/_ConfigureResolvedNoticesMarkedAsRead.mdx"; +import GoToInbox from "../include/_GoToInbox.mdx"; +import GoToRecentConversations from "../include/_GoToRecentConversations.mdx"; +import MobileSettings from "../include/_MobileSettings.mdx"; import ChevronDownIcon from "~icons/fa/chevron-down"; import AllMessagesIcon from "~icons/zulip-icon/all-messages"; diff --git a/starlight_help/src/content/docs/marking-messages-as-unread.mdx b/starlight_help/src/content/docs/marking-messages-as-unread.mdx index 46ded0e29c..4f6ba26e62 100644 --- a/starlight_help/src/content/docs/marking-messages-as-unread.mdx +++ b/starlight_help/src/content/docs/marking-messages-as-unread.mdx @@ -7,10 +7,9 @@ import {Steps, TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import KeyboardTip from "../../components/KeyboardTip.astro"; import ZulipTip from "../../components/ZulipTip.astro"; - -import GoToRecentConversations from "./include/_GoToRecentConversations.mdx"; -import MessageActionsMenu from "./include/_MessageActionsMenu.mdx"; -import MessageLongPressMenu from "./include/_MessageLongPressMenu.mdx"; +import GoToRecentConversations from "../include/_GoToRecentConversations.mdx"; +import MessageActionsMenu from "../include/_MessageActionsMenu.mdx"; +import MessageLongPressMenu from "../include/_MessageLongPressMenu.mdx"; import FollowIcon from "~icons/zulip-icon/follow"; import MoreVerticalIcon from "~icons/zulip-icon/more-vertical"; diff --git a/starlight_help/src/content/docs/mastering-the-compose-box.mdx b/starlight_help/src/content/docs/mastering-the-compose-box.mdx index db8d6aca8e..f1bcf7369c 100644 --- a/starlight_help/src/content/docs/mastering-the-compose-box.mdx +++ b/starlight_help/src/content/docs/mastering-the-compose-box.mdx @@ -7,8 +7,7 @@ import {Steps, TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import KeyboardTip from "../../components/KeyboardTip.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; - -import StartComposing from "./include/_StartComposing.mdx"; +import StartComposing from "../include/_StartComposing.mdx"; import ChevronRightIcon from "~icons/zulip-icon/chevron-right"; diff --git a/starlight_help/src/content/docs/me-action-messages.mdx b/starlight_help/src/content/docs/me-action-messages.mdx index be69119303..5305b854a8 100644 --- a/starlight_help/src/content/docs/me-action-messages.mdx +++ b/starlight_help/src/content/docs/me-action-messages.mdx @@ -2,8 +2,8 @@ title: /me action messages --- -import MeActionMessagesExamples from "./include/_MeActionMessagesExamples.mdx"; -import MeActionMessagesIntro from "./include/_MeActionMessagesIntro.mdx"; +import MeActionMessagesExamples from "../include/_MeActionMessagesExamples.mdx"; +import MeActionMessagesIntro from "../include/_MeActionMessagesIntro.mdx"; diff --git a/starlight_help/src/content/docs/mention-a-user-or-group.mdx b/starlight_help/src/content/docs/mention-a-user-or-group.mdx index c22a7387a7..b2254ce3fe 100644 --- a/starlight_help/src/content/docs/mention-a-user-or-group.mdx +++ b/starlight_help/src/content/docs/mention-a-user-or-group.mdx @@ -6,11 +6,10 @@ import {Steps, TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import ZulipTip from "../../components/ZulipTip.astro"; - -import MentionsExamples from "./include/_MentionsExamples.mdx"; -import MentionsIntro from "./include/_MentionsIntro.mdx"; -import RightSidebarUserCard from "./include/_RightSidebarUserCard.mdx"; -import StartComposing from "./include/_StartComposing.mdx"; +import MentionsExamples from "../include/_MentionsExamples.mdx"; +import MentionsIntro from "../include/_MentionsIntro.mdx"; +import RightSidebarUserCard from "../include/_RightSidebarUserCard.mdx"; +import StartComposing from "../include/_StartComposing.mdx"; diff --git a/starlight_help/src/content/docs/message-a-channel-by-email.mdx b/starlight_help/src/content/docs/message-a-channel-by-email.mdx index 0d4beeab08..9f187df8a5 100644 --- a/starlight_help/src/content/docs/message-a-channel-by-email.mdx +++ b/starlight_help/src/content/docs/message-a-channel-by-email.mdx @@ -5,8 +5,7 @@ title: Message a channel by email import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; import ZulipTip from "../../components/ZulipTip.astro"; - -import SelectChannelViewGeneral from "./include/_SelectChannelViewGeneral.mdx"; +import SelectChannelViewGeneral from "../include/_SelectChannelViewGeneral.mdx"; This feature is not available on self-hosted Zulip servers where diff --git a/starlight_help/src/content/docs/message-actions.mdx b/starlight_help/src/content/docs/message-actions.mdx index 4d0b89d5ae..b38a0533cd 100644 --- a/starlight_help/src/content/docs/message-actions.mdx +++ b/starlight_help/src/content/docs/message-actions.mdx @@ -5,9 +5,8 @@ title: Message actions import {TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; - -import MessageActionsMenu from "./include/_MessageActionsMenu.mdx"; -import MessageLongPressMenu from "./include/_MessageLongPressMenu.mdx"; +import MessageActionsMenu from "../include/_MessageActionsMenu.mdx"; +import MessageLongPressMenu from "../include/_MessageLongPressMenu.mdx"; There are many ways to interact with a Zulip message. Here's an overview of the message actions in the web and desktop apps: diff --git a/starlight_help/src/content/docs/message-retention-policy.mdx b/starlight_help/src/content/docs/message-retention-policy.mdx index 135f55e621..c2088dfd9d 100644 --- a/starlight_help/src/content/docs/message-retention-policy.mdx +++ b/starlight_help/src/content/docs/message-retention-policy.mdx @@ -4,11 +4,10 @@ title: Message retention policy import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; - -import AutomatedNoticeChannelEvent from "./include/_AutomatedNoticeChannelEvent.mdx"; -import OwnerOnly from "./include/_OwnerOnly.mdx"; -import SaveChanges from "./include/_SaveChanges.mdx"; -import SelectChannelViewGeneralAdvanced from "./include/_SelectChannelViewGeneralAdvanced.mdx"; +import AutomatedNoticeChannelEvent from "../include/_AutomatedNoticeChannelEvent.mdx"; +import OwnerOnly from "../include/_OwnerOnly.mdx"; +import SaveChanges from "../include/_SaveChanges.mdx"; +import SelectChannelViewGeneralAdvanced from "../include/_SelectChannelViewGeneralAdvanced.mdx"; diff --git a/starlight_help/src/content/docs/messaging-tips.mdx b/starlight_help/src/content/docs/messaging-tips.mdx index d4ee612b79..73dc887ee5 100644 --- a/starlight_help/src/content/docs/messaging-tips.mdx +++ b/starlight_help/src/content/docs/messaging-tips.mdx @@ -2,7 +2,7 @@ title: Messaging tips & tricks --- -import MessagingTips from "./include/_MessagingTips.mdx"; +import MessagingTips from "../include/_MessagingTips.mdx"; diff --git a/starlight_help/src/content/docs/mobile-notifications.mdx b/starlight_help/src/content/docs/mobile-notifications.mdx index c6bba630e1..5210d3cad9 100644 --- a/starlight_help/src/content/docs/mobile-notifications.mdx +++ b/starlight_help/src/content/docs/mobile-notifications.mdx @@ -7,8 +7,7 @@ import {Steps, TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; import ZulipNote from "../../components/ZulipNote.astro"; - -import AdminOnly from "./include/_AdminOnly.mdx"; +import AdminOnly from "../include/_AdminOnly.mdx"; Zulip can be configured to send [mobile](/help/mobile-app-install-guide) notifications for [DMs, mentions, and diff --git a/starlight_help/src/content/docs/moderating-open-organizations.mdx b/starlight_help/src/content/docs/moderating-open-organizations.mdx index 415e5cb168..6684c4e5e1 100644 --- a/starlight_help/src/content/docs/moderating-open-organizations.mdx +++ b/starlight_help/src/content/docs/moderating-open-organizations.mdx @@ -2,8 +2,8 @@ title: Community moderation toolkit --- -import CommunitiesDirectoryIntro from "./include/_CommunitiesDirectoryIntro.mdx"; -import WebPublicChannelsIntro from "./include/_WebPublicChannelsIntro.mdx"; +import CommunitiesDirectoryIntro from "../include/_CommunitiesDirectoryIntro.mdx"; +import WebPublicChannelsIntro from "../include/_WebPublicChannelsIntro.mdx"; Zulip offers a comprehensive toolkit for moderating communities. diff --git a/starlight_help/src/content/docs/move-content-to-another-channel.mdx b/starlight_help/src/content/docs/move-content-to-another-channel.mdx index 3d51711fc0..4a243895b3 100644 --- a/starlight_help/src/content/docs/move-content-to-another-channel.mdx +++ b/starlight_help/src/content/docs/move-content-to-another-channel.mdx @@ -4,9 +4,8 @@ title: Move content to another channel import FlattenedSteps from "../../components/FlattenedSteps.astro"; import ZulipNote from "../../components/ZulipNote.astro"; - -import MessageActionsMenu from "./include/_MessageActionsMenu.mdx"; -import TopicActions from "./include/_TopicActions.mdx"; +import MessageActionsMenu from "../include/_MessageActionsMenu.mdx"; +import TopicActions from "../include/_TopicActions.mdx"; Zulip makes it possible to move messages, or an entire topic, to another channel. Organization administrators can diff --git a/starlight_help/src/content/docs/move-content-to-another-topic.mdx b/starlight_help/src/content/docs/move-content-to-another-topic.mdx index eb1a1be761..06c773bfb1 100644 --- a/starlight_help/src/content/docs/move-content-to-another-topic.mdx +++ b/starlight_help/src/content/docs/move-content-to-another-topic.mdx @@ -5,8 +5,7 @@ title: Move content to another topic import {TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; - -import MessageActionsMenu from "./include/_MessageActionsMenu.mdx"; +import MessageActionsMenu from "../include/_MessageActionsMenu.mdx"; Zulip makes it possible to move messages between topics. This is useful for keeping messages organized when there is a digression, or diff --git a/starlight_help/src/content/docs/move-to-zulip-cloud.mdx b/starlight_help/src/content/docs/move-to-zulip-cloud.mdx index f026e321bb..26c7f27ee3 100644 --- a/starlight_help/src/content/docs/move-to-zulip-cloud.mdx +++ b/starlight_help/src/content/docs/move-to-zulip-cloud.mdx @@ -6,8 +6,7 @@ import {Steps} from "@astrojs/starlight/components"; import ZulipNote from "../../components/ZulipNote.astro"; import ZulipTip from "../../components/ZulipTip.astro"; - -import AdvantagesOfZulipCloud from "./include/_AdvantagesOfZulipCloud.mdx"; +import AdvantagesOfZulipCloud from "../include/_AdvantagesOfZulipCloud.mdx"; With Zulip's high quality import and export tools, you can always move from self-hosting your own Zulip server to using the Zulip diff --git a/starlight_help/src/content/docs/moving-to-zulip.mdx b/starlight_help/src/content/docs/moving-to-zulip.mdx index 71850cc85b..1da93386fd 100644 --- a/starlight_help/src/content/docs/moving-to-zulip.mdx +++ b/starlight_help/src/content/docs/moving-to-zulip.mdx @@ -4,7 +4,7 @@ title: Moving to Zulip import {Steps, TabItem, Tabs} from "@astrojs/starlight/components"; -import HowToInviteUsersToJoin from "./include/_HowToInviteUsersToJoin.mdx"; +import HowToInviteUsersToJoin from "../include/_HowToInviteUsersToJoin.mdx"; Welcome to Zulip! This page will guide you through the process of transitioning your organization to Zulip. It assumes that you have [completed your initial diff --git a/starlight_help/src/content/docs/mute-a-channel.mdx b/starlight_help/src/content/docs/mute-a-channel.mdx index 7c3ab123dc..0b3788c401 100644 --- a/starlight_help/src/content/docs/mute-a-channel.mdx +++ b/starlight_help/src/content/docs/mute-a-channel.mdx @@ -6,10 +6,9 @@ import {TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; - -import ChannelActions from "./include/_ChannelActions.mdx"; -import MuteUnmuteIntro from "./include/_MuteUnmuteIntro.mdx"; -import SelectChannelViewPersonal from "./include/_SelectChannelViewPersonal.mdx"; +import ChannelActions from "../include/_ChannelActions.mdx"; +import MuteUnmuteIntro from "../include/_MuteUnmuteIntro.mdx"; +import SelectChannelViewPersonal from "../include/_SelectChannelViewPersonal.mdx"; diff --git a/starlight_help/src/content/docs/mute-a-topic.mdx b/starlight_help/src/content/docs/mute-a-topic.mdx index ca30300b42..26e200ed7e 100644 --- a/starlight_help/src/content/docs/mute-a-topic.mdx +++ b/starlight_help/src/content/docs/mute-a-topic.mdx @@ -7,14 +7,13 @@ import {TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import KeyboardTip from "../../components/KeyboardTip.astro"; import ZulipTip from "../../components/ZulipTip.astro"; - -import AutomaticallyUnmuteTopicsInMutedChannels from "./include/_AutomaticallyUnmuteTopicsInMutedChannels.mdx"; -import ConfigureTopicNotificationsDesktopWeb from "./include/_ConfigureTopicNotificationsDesktopWeb.mdx"; -import ManageConfiguredTopicsDesktopWeb from "./include/_ManageConfiguredTopicsDesktopWeb.mdx"; -import ManageConfiguredTopicsMobile from "./include/_ManageConfiguredTopicsMobile.mdx"; -import MuteUnmuteIntro from "./include/_MuteUnmuteIntro.mdx"; -import TopicLongPressMenu from "./include/_TopicLongPressMenu.mdx"; -import TopicLongPressMenuTip from "./include/_TopicLongPressMenuTip.mdx"; +import AutomaticallyUnmuteTopicsInMutedChannels from "../include/_AutomaticallyUnmuteTopicsInMutedChannels.mdx"; +import ConfigureTopicNotificationsDesktopWeb from "../include/_ConfigureTopicNotificationsDesktopWeb.mdx"; +import ManageConfiguredTopicsDesktopWeb from "../include/_ManageConfiguredTopicsDesktopWeb.mdx"; +import ManageConfiguredTopicsMobile from "../include/_ManageConfiguredTopicsMobile.mdx"; +import MuteUnmuteIntro from "../include/_MuteUnmuteIntro.mdx"; +import TopicLongPressMenu from "../include/_TopicLongPressMenu.mdx"; +import TopicLongPressMenuTip from "../include/_TopicLongPressMenuTip.mdx"; diff --git a/starlight_help/src/content/docs/mute-a-user.mdx b/starlight_help/src/content/docs/mute-a-user.mdx index 1a350cb8c6..62d162e14f 100644 --- a/starlight_help/src/content/docs/mute-a-user.mdx +++ b/starlight_help/src/content/docs/mute-a-user.mdx @@ -5,9 +5,8 @@ title: Mute a user import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; import ZulipTip from "../../components/ZulipTip.astro"; - -import MessageActionsMenu from "./include/_MessageActionsMenu.mdx"; -import UserCardThreeDotMenu from "./include/_UserCardThreeDotMenu.mdx"; +import MessageActionsMenu from "../include/_MessageActionsMenu.mdx"; +import UserCardThreeDotMenu from "../include/_UserCardThreeDotMenu.mdx"; This feature mutes a user from your personal perspective, and does not diff --git a/starlight_help/src/content/docs/numbered-lists.mdx b/starlight_help/src/content/docs/numbered-lists.mdx index e63f0d15a8..b281530517 100644 --- a/starlight_help/src/content/docs/numbered-lists.mdx +++ b/starlight_help/src/content/docs/numbered-lists.mdx @@ -6,10 +6,9 @@ import {TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import ZulipTip from "../../components/ZulipTip.astro"; - -import NumberedListsExamples from "./include/_NumberedListsExamples.mdx"; -import NumberedListsIntro from "./include/_NumberedListsIntro.mdx"; -import StartComposing from "./include/_StartComposing.mdx"; +import NumberedListsExamples from "../include/_NumberedListsExamples.mdx"; +import NumberedListsIntro from "../include/_NumberedListsIntro.mdx"; +import StartComposing from "../include/_StartComposing.mdx"; import OrderedListIcon from "~icons/zulip-icon/ordered-list"; diff --git a/starlight_help/src/content/docs/organization-type.mdx b/starlight_help/src/content/docs/organization-type.mdx index 33125560f0..35d6946eed 100644 --- a/starlight_help/src/content/docs/organization-type.mdx +++ b/starlight_help/src/content/docs/organization-type.mdx @@ -4,9 +4,8 @@ title: Organization type import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; - -import AdminOnly from "./include/_AdminOnly.mdx"; -import SaveChanges from "./include/_SaveChanges.mdx"; +import AdminOnly from "../include/_AdminOnly.mdx"; +import SaveChanges from "../include/_SaveChanges.mdx"; The **organization type** is used to customize the experience for users in your organization, including initial organization settings and diff --git a/starlight_help/src/content/docs/paragraph-and-section-formatting.mdx b/starlight_help/src/content/docs/paragraph-and-section-formatting.mdx index 730ddbd446..bc27c75d42 100644 --- a/starlight_help/src/content/docs/paragraph-and-section-formatting.mdx +++ b/starlight_help/src/content/docs/paragraph-and-section-formatting.mdx @@ -2,8 +2,8 @@ title: Paragraph and section formatting --- -import ParagraphsAndSectionsExamples from "./include/_ParagraphsAndSectionsExamples.mdx"; -import ParagraphsAndSectionsIntro from "./include/_ParagraphsAndSectionsIntro.mdx"; +import ParagraphsAndSectionsExamples from "../include/_ParagraphsAndSectionsExamples.mdx"; +import ParagraphsAndSectionsIntro from "../include/_ParagraphsAndSectionsIntro.mdx"; diff --git a/starlight_help/src/content/docs/pin-a-channel.mdx b/starlight_help/src/content/docs/pin-a-channel.mdx index 96db23b992..d3dc4aad4c 100644 --- a/starlight_help/src/content/docs/pin-a-channel.mdx +++ b/starlight_help/src/content/docs/pin-a-channel.mdx @@ -6,9 +6,8 @@ import {TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; - -import ChannelActions from "./include/_ChannelActions.mdx"; -import SelectChannelViewPersonal from "./include/_SelectChannelViewPersonal.mdx"; +import ChannelActions from "../include/_ChannelActions.mdx"; +import SelectChannelViewPersonal from "../include/_SelectChannelViewPersonal.mdx"; You can [pin channels](/help/pin-a-channel) that you want to pay close attention to. Pinned channels appear in a dedicated **pinned channels** section above diff --git a/starlight_help/src/content/docs/pin-information.mdx b/starlight_help/src/content/docs/pin-information.mdx index 00bba354e0..4b9dcc1a1d 100644 --- a/starlight_help/src/content/docs/pin-information.mdx +++ b/starlight_help/src/content/docs/pin-information.mdx @@ -7,10 +7,9 @@ import {TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; import ZulipTip from "../../components/ZulipTip.astro"; - -import ChannelSettingsGeneralTabTip from "./include/_ChannelSettingsGeneralTabTip.mdx"; -import SaveChanges from "./include/_SaveChanges.mdx"; -import SelectChannelViewGeneral from "./include/_SelectChannelViewGeneral.mdx"; +import ChannelSettingsGeneralTabTip from "../include/_ChannelSettingsGeneralTabTip.mdx"; +import SaveChanges from "../include/_SaveChanges.mdx"; +import SelectChannelViewGeneral from "../include/_SelectChannelViewGeneral.mdx"; import EditIcon from "~icons/zulip-icon/edit"; diff --git a/starlight_help/src/content/docs/preview-your-message-before-sending.mdx b/starlight_help/src/content/docs/preview-your-message-before-sending.mdx index 2d7cb4f36c..8fd4d9adb4 100644 --- a/starlight_help/src/content/docs/preview-your-message-before-sending.mdx +++ b/starlight_help/src/content/docs/preview-your-message-before-sending.mdx @@ -6,8 +6,7 @@ import {TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import KeyboardTip from "../../components/KeyboardTip.astro"; - -import StartComposing from "./include/_StartComposing.mdx"; +import StartComposing from "../include/_StartComposing.mdx"; import EditIcon from "~icons/zulip-icon/edit"; import PreviewIcon from "~icons/zulip-icon/preview"; diff --git a/starlight_help/src/content/docs/protect-your-account.mdx b/starlight_help/src/content/docs/protect-your-account.mdx index 44e002d83b..4de2580531 100644 --- a/starlight_help/src/content/docs/protect-your-account.mdx +++ b/starlight_help/src/content/docs/protect-your-account.mdx @@ -6,8 +6,7 @@ import {Steps} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; - -import ChangePasswordAndAPIKey from "./include/_ChangePasswordAndAPIKey.mdx"; +import ChangePasswordAndAPIKey from "../include/_ChangePasswordAndAPIKey.mdx"; Every Zulip user has an API key, which can be used to do essentially everything that you can do when you're logged in. You should treat your Zulip API key as diff --git a/starlight_help/src/content/docs/public-access-option.mdx b/starlight_help/src/content/docs/public-access-option.mdx index b0de3dd522..b0384b4c9a 100644 --- a/starlight_help/src/content/docs/public-access-option.mdx +++ b/starlight_help/src/content/docs/public-access-option.mdx @@ -6,8 +6,7 @@ import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; import ZulipNote from "../../components/ZulipNote.astro"; import ZulipTip from "../../components/ZulipTip.astro"; - -import WebPublicChannelsIntro from "./include/_WebPublicChannelsIntro.mdx"; +import WebPublicChannelsIntro from "../include/_WebPublicChannelsIntro.mdx"; diff --git a/starlight_help/src/content/docs/quote-or-forward-a-message.mdx b/starlight_help/src/content/docs/quote-or-forward-a-message.mdx index b454a29be9..ab5c76e670 100644 --- a/starlight_help/src/content/docs/quote-or-forward-a-message.mdx +++ b/starlight_help/src/content/docs/quote-or-forward-a-message.mdx @@ -7,9 +7,8 @@ import {TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import KeyboardTip from "../../components/KeyboardTip.astro"; import ZulipTip from "../../components/ZulipTip.astro"; - -import MessageActionsMenu from "./include/_MessageActionsMenu.mdx"; -import MessageLongPressMenu from "./include/_MessageLongPressMenu.mdx"; +import MessageActionsMenu from "../include/_MessageActionsMenu.mdx"; +import MessageLongPressMenu from "../include/_MessageLongPressMenu.mdx"; Conversations in Zulip are [organized by topic](/help/introduction-to-topics), so it's generally clear what you're responding to when you send a message. diff --git a/starlight_help/src/content/docs/read-receipts.mdx b/starlight_help/src/content/docs/read-receipts.mdx index 21e122812f..ae65a3a11c 100644 --- a/starlight_help/src/content/docs/read-receipts.mdx +++ b/starlight_help/src/content/docs/read-receipts.mdx @@ -8,11 +8,10 @@ import FlattenedSteps from "../../components/FlattenedSteps.astro"; import KeyboardTip from "../../components/KeyboardTip.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; import ZulipTip from "../../components/ZulipTip.astro"; - -import AdminOnly from "./include/_AdminOnly.mdx"; -import MessageActionsMenu from "./include/_MessageActionsMenu.mdx"; -import MessageLongPressMenu from "./include/_MessageLongPressMenu.mdx"; -import SaveChanges from "./include/_SaveChanges.mdx"; +import AdminOnly from "../include/_AdminOnly.mdx"; +import MessageActionsMenu from "../include/_MessageActionsMenu.mdx"; +import MessageLongPressMenu from "../include/_MessageLongPressMenu.mdx"; +import SaveChanges from "../include/_SaveChanges.mdx"; Read receipts let you check who has read a message. You can see read receipts for any message, including both [channel messages](/help/introduction-to-channels) diff --git a/starlight_help/src/content/docs/reading-conversations.mdx b/starlight_help/src/content/docs/reading-conversations.mdx index f69ce00cf6..7b94588e8c 100644 --- a/starlight_help/src/content/docs/reading-conversations.mdx +++ b/starlight_help/src/content/docs/reading-conversations.mdx @@ -2,7 +2,7 @@ title: Reading conversations --- -import ReadingConversations from "./include/_ReadingConversations.mdx"; +import ReadingConversations from "../include/_ReadingConversations.mdx"; ### Finding a conversation to read from the Inbox view diff --git a/starlight_help/src/content/docs/reading-strategies.mdx b/starlight_help/src/content/docs/reading-strategies.mdx index 672002da31..88fe99c9c1 100644 --- a/starlight_help/src/content/docs/reading-strategies.mdx +++ b/starlight_help/src/content/docs/reading-strategies.mdx @@ -4,13 +4,13 @@ title: Reading strategies import {Steps, TabItem, Tabs} from "@astrojs/starlight/components"; -import CombinedFeed from "./include/_CombinedFeed.mdx"; -import DmFeedInstructions from "./include/_DmFeedInstructions.mdx"; -import FollowedTopicWorkflows from "./include/_FollowedTopicWorkflows.mdx"; -import ReadingConversations from "./include/_ReadingConversations.mdx"; -import ViewEmojiReactions from "./include/_ViewEmojiReactions.mdx"; -import ViewMentions from "./include/_ViewMentions.mdx"; -import ViewStarredMessages from "./include/_ViewStarredMessages.mdx"; +import CombinedFeed from "../include/_CombinedFeed.mdx"; +import DmFeedInstructions from "../include/_DmFeedInstructions.mdx"; +import FollowedTopicWorkflows from "../include/_FollowedTopicWorkflows.mdx"; +import ReadingConversations from "../include/_ReadingConversations.mdx"; +import ViewEmojiReactions from "../include/_ViewEmojiReactions.mdx"; +import ViewMentions from "../include/_ViewMentions.mdx"; +import ViewStarredMessages from "../include/_ViewStarredMessages.mdx"; In Zulip, channels determine who gets a message. Topics tell you what the message is about. If you are not yet familiar with Zulip's topics, diff --git a/starlight_help/src/content/docs/recent-conversations.mdx b/starlight_help/src/content/docs/recent-conversations.mdx index 0ba096ca05..85bee0e9f6 100644 --- a/starlight_help/src/content/docs/recent-conversations.mdx +++ b/starlight_help/src/content/docs/recent-conversations.mdx @@ -7,10 +7,9 @@ import {TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import KeyboardTip from "../../components/KeyboardTip.astro"; import ZulipTip from "../../components/ZulipTip.astro"; - -import ConversationDefinition from "./include/_ConversationDefinition.mdx"; -import GoToRecentConversations from "./include/_GoToRecentConversations.mdx"; -import RecentConversations from "./include/_RecentConversations.mdx"; +import ConversationDefinition from "../include/_ConversationDefinition.mdx"; +import GoToRecentConversations from "../include/_GoToRecentConversations.mdx"; +import RecentConversations from "../include/_RecentConversations.mdx"; diff --git a/starlight_help/src/content/docs/rename-a-channel.mdx b/starlight_help/src/content/docs/rename-a-channel.mdx index b48f425cc6..ca7345c628 100644 --- a/starlight_help/src/content/docs/rename-a-channel.mdx +++ b/starlight_help/src/content/docs/rename-a-channel.mdx @@ -6,11 +6,10 @@ import {TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; - -import AutomatedNoticeChannelEvent from "./include/_AutomatedNoticeChannelEvent.mdx"; -import ChannelSettingsGeneralTabTip from "./include/_ChannelSettingsGeneralTabTip.mdx"; -import SaveChanges from "./include/_SaveChanges.mdx"; -import SelectChannelViewGeneral from "./include/_SelectChannelViewGeneral.mdx"; +import AutomatedNoticeChannelEvent from "../include/_AutomatedNoticeChannelEvent.mdx"; +import ChannelSettingsGeneralTabTip from "../include/_ChannelSettingsGeneralTabTip.mdx"; +import SaveChanges from "../include/_SaveChanges.mdx"; +import SelectChannelViewGeneral from "../include/_SelectChannelViewGeneral.mdx"; import EditIcon from "~icons/zulip-icon/edit"; diff --git a/starlight_help/src/content/docs/rename-a-topic.mdx b/starlight_help/src/content/docs/rename-a-topic.mdx index 44b81de085..afb5d92b68 100644 --- a/starlight_help/src/content/docs/rename-a-topic.mdx +++ b/starlight_help/src/content/docs/rename-a-topic.mdx @@ -5,8 +5,7 @@ title: Rename a topic import {Steps, TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; - -import TopicActions from "./include/_TopicActions.mdx"; +import TopicActions from "../include/_TopicActions.mdx"; import CheckIcon from "~icons/zulip-icon/check"; import PencilIcon from "~icons/zulip-icon/pencil"; diff --git a/starlight_help/src/content/docs/replying-to-messages.mdx b/starlight_help/src/content/docs/replying-to-messages.mdx index 3d753d921c..03cac619b3 100644 --- a/starlight_help/src/content/docs/replying-to-messages.mdx +++ b/starlight_help/src/content/docs/replying-to-messages.mdx @@ -2,8 +2,8 @@ title: Replying to messages --- -import HowToReplyIntro from "./include/_HowToReplyIntro.mdx"; -import ReplyingToMessages from "./include/_ReplyingToMessages.mdx"; +import HowToReplyIntro from "../include/_HowToReplyIntro.mdx"; +import ReplyingToMessages from "../include/_ReplyingToMessages.mdx"; diff --git a/starlight_help/src/content/docs/require-topics.mdx b/starlight_help/src/content/docs/require-topics.mdx index 66dcec0121..9b6aa8cb3e 100644 --- a/starlight_help/src/content/docs/require-topics.mdx +++ b/starlight_help/src/content/docs/require-topics.mdx @@ -6,11 +6,10 @@ import {TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; - -import AdminOnly from "./include/_AdminOnly.mdx"; -import GeneralChatIntro from "./include/_GeneralChatIntro.mdx"; -import SaveChanges from "./include/_SaveChanges.mdx"; -import SelectChannelViewGeneralAdvanced from "./include/_SelectChannelViewGeneralAdvanced.mdx"; +import AdminOnly from "../include/_AdminOnly.mdx"; +import GeneralChatIntro from "../include/_GeneralChatIntro.mdx"; +import SaveChanges from "../include/_SaveChanges.mdx"; +import SelectChannelViewGeneralAdvanced from "../include/_SelectChannelViewGeneralAdvanced.mdx"; diff --git a/starlight_help/src/content/docs/resize-the-compose-box.mdx b/starlight_help/src/content/docs/resize-the-compose-box.mdx index bb1a002ea6..027791caa6 100644 --- a/starlight_help/src/content/docs/resize-the-compose-box.mdx +++ b/starlight_help/src/content/docs/resize-the-compose-box.mdx @@ -4,8 +4,7 @@ title: Resize the compose box import FlattenedSteps from "../../components/FlattenedSteps.astro"; import ZulipTip from "../../components/ZulipTip.astro"; - -import StartComposing from "./include/_StartComposing.mdx"; +import StartComposing from "../include/_StartComposing.mdx"; import CollapseDiagonalIcon from "~icons/zulip-icon/collapse-diagonal"; import ExpandDiagonalIcon from "~icons/zulip-icon/expand-diagonal"; diff --git a/starlight_help/src/content/docs/resolve-a-topic.mdx b/starlight_help/src/content/docs/resolve-a-topic.mdx index 57b7c5fbc0..88c50cabcf 100644 --- a/starlight_help/src/content/docs/resolve-a-topic.mdx +++ b/starlight_help/src/content/docs/resolve-a-topic.mdx @@ -7,12 +7,11 @@ import {Steps, TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import KeyboardTip from "../../components/KeyboardTip.astro"; import ZulipTip from "../../components/ZulipTip.astro"; - -import ConfigureResolvedNoticesMarkedAsRead from "./include/_ConfigureResolvedNoticesMarkedAsRead.mdx"; -import FilterResolvedLeftSidebar from "./include/_FilterResolvedLeftSidebar.mdx"; -import TopicActions from "./include/_TopicActions.mdx"; -import TopicLongPressMenu from "./include/_TopicLongPressMenu.mdx"; -import TopicLongPressMenuTip from "./include/_TopicLongPressMenuTip.mdx"; +import ConfigureResolvedNoticesMarkedAsRead from "../include/_ConfigureResolvedNoticesMarkedAsRead.mdx"; +import FilterResolvedLeftSidebar from "../include/_FilterResolvedLeftSidebar.mdx"; +import TopicActions from "../include/_TopicActions.mdx"; +import TopicLongPressMenu from "../include/_TopicLongPressMenu.mdx"; +import TopicLongPressMenuTip from "../include/_TopicLongPressMenuTip.mdx"; import CheckIcon from "~icons/zulip-icon/check"; import MoreVerticalIcon from "~icons/zulip-icon/more-vertical"; diff --git a/starlight_help/src/content/docs/restrict-account-creation.mdx b/starlight_help/src/content/docs/restrict-account-creation.mdx index d66fda07ef..8c59a12c65 100644 --- a/starlight_help/src/content/docs/restrict-account-creation.mdx +++ b/starlight_help/src/content/docs/restrict-account-creation.mdx @@ -4,9 +4,8 @@ title: Restrict account creation import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; - -import OwnerOnly from "./include/_OwnerOnly.mdx"; -import SaveChanges from "./include/_SaveChanges.mdx"; +import OwnerOnly from "../include/_OwnerOnly.mdx"; +import SaveChanges from "../include/_SaveChanges.mdx"; diff --git a/starlight_help/src/content/docs/restrict-bot-creation.mdx b/starlight_help/src/content/docs/restrict-bot-creation.mdx index e82e2cc5de..30021251b0 100644 --- a/starlight_help/src/content/docs/restrict-bot-creation.mdx +++ b/starlight_help/src/content/docs/restrict-bot-creation.mdx @@ -5,9 +5,8 @@ title: Configure who can add bots import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; import ZulipNote from "../../components/ZulipNote.astro"; - -import AdminOnly from "./include/_AdminOnly.mdx"; -import SaveChanges from "./include/_SaveChanges.mdx"; +import AdminOnly from "../include/_AdminOnly.mdx"; +import SaveChanges from "../include/_SaveChanges.mdx"; diff --git a/starlight_help/src/content/docs/restrict-direct-messages.mdx b/starlight_help/src/content/docs/restrict-direct-messages.mdx index e3eb74c810..f70b8d4bb1 100644 --- a/starlight_help/src/content/docs/restrict-direct-messages.mdx +++ b/starlight_help/src/content/docs/restrict-direct-messages.mdx @@ -5,9 +5,8 @@ title: Restrict direct messages import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; import ZulipTip from "../../components/ZulipTip.astro"; - -import AdminOnly from "./include/_AdminOnly.mdx"; -import SaveChanges from "./include/_SaveChanges.mdx"; +import AdminOnly from "../include/_AdminOnly.mdx"; +import SaveChanges from "../include/_SaveChanges.mdx"; diff --git a/starlight_help/src/content/docs/restrict-message-edit-history-access.mdx b/starlight_help/src/content/docs/restrict-message-edit-history-access.mdx index 5ba5cc83a8..9dd5384be4 100644 --- a/starlight_help/src/content/docs/restrict-message-edit-history-access.mdx +++ b/starlight_help/src/content/docs/restrict-message-edit-history-access.mdx @@ -5,10 +5,9 @@ title: Restrict message edit history access import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; import ZulipTip from "../../components/ZulipTip.astro"; - -import AdminOnly from "./include/_AdminOnly.mdx"; -import MessageEditHistoryIntro from "./include/_MessageEditHistoryIntro.mdx"; -import SaveChanges from "./include/_SaveChanges.mdx"; +import AdminOnly from "../include/_AdminOnly.mdx"; +import MessageEditHistoryIntro from "../include/_MessageEditHistoryIntro.mdx"; +import SaveChanges from "../include/_SaveChanges.mdx"; diff --git a/starlight_help/src/content/docs/restrict-message-editing-and-deletion.mdx b/starlight_help/src/content/docs/restrict-message-editing-and-deletion.mdx index c7f86d2941..e88e77951f 100644 --- a/starlight_help/src/content/docs/restrict-message-editing-and-deletion.mdx +++ b/starlight_help/src/content/docs/restrict-message-editing-and-deletion.mdx @@ -7,10 +7,9 @@ import {TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; import ZulipTip from "../../components/ZulipTip.astro"; - -import AdminOnly from "./include/_AdminOnly.mdx"; -import SaveChanges from "./include/_SaveChanges.mdx"; -import SelectChannelViewGeneralAdvanced from "./include/_SelectChannelViewGeneralAdvanced.mdx"; +import AdminOnly from "../include/_AdminOnly.mdx"; +import SaveChanges from "../include/_SaveChanges.mdx"; +import SelectChannelViewGeneralAdvanced from "../include/_SelectChannelViewGeneralAdvanced.mdx"; diff --git a/starlight_help/src/content/docs/restrict-moving-messages.mdx b/starlight_help/src/content/docs/restrict-moving-messages.mdx index 3069523038..a5933160ed 100644 --- a/starlight_help/src/content/docs/restrict-moving-messages.mdx +++ b/starlight_help/src/content/docs/restrict-moving-messages.mdx @@ -7,10 +7,9 @@ import {TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; import ZulipTip from "../../components/ZulipTip.astro"; - -import AdminOnly from "./include/_AdminOnly.mdx"; -import SaveChanges from "./include/_SaveChanges.mdx"; -import SelectChannelViewGeneralAdvanced from "./include/_SelectChannelViewGeneralAdvanced.mdx"; +import AdminOnly from "../include/_AdminOnly.mdx"; +import SaveChanges from "../include/_SaveChanges.mdx"; +import SelectChannelViewGeneralAdvanced from "../include/_SelectChannelViewGeneralAdvanced.mdx"; Zulip lets you configure who can edit message topics and move topics between channels. These permissions can be granted to any combination of diff --git a/starlight_help/src/content/docs/restrict-name-and-email-changes.mdx b/starlight_help/src/content/docs/restrict-name-and-email-changes.mdx index d661f75c74..5ff7b76c53 100644 --- a/starlight_help/src/content/docs/restrict-name-and-email-changes.mdx +++ b/starlight_help/src/content/docs/restrict-name-and-email-changes.mdx @@ -5,9 +5,8 @@ title: Restrict name and email changes import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; import ZulipTip from "../../components/ZulipTip.astro"; - -import AdminOnly from "./include/_AdminOnly.mdx"; -import SaveChanges from "./include/_SaveChanges.mdx"; +import AdminOnly from "../include/_AdminOnly.mdx"; +import SaveChanges from "../include/_SaveChanges.mdx"; diff --git a/starlight_help/src/content/docs/restrict-permissions-of-new-members.mdx b/starlight_help/src/content/docs/restrict-permissions-of-new-members.mdx index 0ea2df8f12..6690455e77 100644 --- a/starlight_help/src/content/docs/restrict-permissions-of-new-members.mdx +++ b/starlight_help/src/content/docs/restrict-permissions-of-new-members.mdx @@ -4,9 +4,8 @@ title: Restrict permissions of new members import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; - -import OwnerOnly from "./include/_OwnerOnly.mdx"; -import SaveChanges from "./include/_SaveChanges.mdx"; +import OwnerOnly from "../include/_OwnerOnly.mdx"; +import SaveChanges from "../include/_SaveChanges.mdx"; diff --git a/starlight_help/src/content/docs/restrict-profile-picture-changes.mdx b/starlight_help/src/content/docs/restrict-profile-picture-changes.mdx index aa081d8fa0..19fb2b0ecd 100644 --- a/starlight_help/src/content/docs/restrict-profile-picture-changes.mdx +++ b/starlight_help/src/content/docs/restrict-profile-picture-changes.mdx @@ -5,9 +5,8 @@ title: Restrict profile picture changes import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; import ZulipTip from "../../components/ZulipTip.astro"; - -import AdminOnly from "./include/_AdminOnly.mdx"; -import SaveChanges from "./include/_SaveChanges.mdx"; +import AdminOnly from "../include/_AdminOnly.mdx"; +import SaveChanges from "../include/_SaveChanges.mdx"; diff --git a/starlight_help/src/content/docs/restrict-resolving-topics.mdx b/starlight_help/src/content/docs/restrict-resolving-topics.mdx index 0630c1b49e..1eee85b60f 100644 --- a/starlight_help/src/content/docs/restrict-resolving-topics.mdx +++ b/starlight_help/src/content/docs/restrict-resolving-topics.mdx @@ -6,10 +6,9 @@ import {TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; - -import AdminOnly from "./include/_AdminOnly.mdx"; -import SaveChanges from "./include/_SaveChanges.mdx"; -import SelectChannelViewGeneralAdvanced from "./include/_SelectChannelViewGeneralAdvanced.mdx"; +import AdminOnly from "../include/_AdminOnly.mdx"; +import SaveChanges from "../include/_SaveChanges.mdx"; +import SelectChannelViewGeneralAdvanced from "../include/_SelectChannelViewGeneralAdvanced.mdx"; Zulip lets you configure who can [mark topics as resolved](/help/resolve-a-topic). This permission can be granted to any combination of [roles](/help/user-roles), diff --git a/starlight_help/src/content/docs/restrict-wildcard-mentions.mdx b/starlight_help/src/content/docs/restrict-wildcard-mentions.mdx index 3e5ebf662d..84c4ea6c7d 100644 --- a/starlight_help/src/content/docs/restrict-wildcard-mentions.mdx +++ b/starlight_help/src/content/docs/restrict-wildcard-mentions.mdx @@ -4,9 +4,8 @@ title: Restrict wildcard mentions import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; - -import AdminOnly from "./include/_AdminOnly.mdx"; -import SaveChanges from "./include/_SaveChanges.mdx"; +import AdminOnly from "../include/_AdminOnly.mdx"; +import SaveChanges from "../include/_SaveChanges.mdx"; diff --git a/starlight_help/src/content/docs/saml-authentication.mdx b/starlight_help/src/content/docs/saml-authentication.mdx index b0b9cce580..a84e0a4c82 100644 --- a/starlight_help/src/content/docs/saml-authentication.mdx +++ b/starlight_help/src/content/docs/saml-authentication.mdx @@ -6,12 +6,11 @@ import {Steps, TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import ZulipTip from "../../components/ZulipTip.astro"; - -import AdminOnly from "./include/_AdminOnly.mdx"; -import CloudPlusOnly from "./include/_CloudPlusOnly.mdx"; -import SamlLoginButton from "./include/_SamlLoginButton.mdx"; -import SendUsInfo from "./include/_SendUsInfo.mdx"; -import UpgradeToPlusIfNeeded from "./include/_UpgradeToPlusIfNeeded.mdx"; +import AdminOnly from "../include/_AdminOnly.mdx"; +import CloudPlusOnly from "../include/_CloudPlusOnly.mdx"; +import SamlLoginButton from "../include/_SamlLoginButton.mdx"; +import SendUsInfo from "../include/_SendUsInfo.mdx"; +import UpgradeToPlusIfNeeded from "../include/_UpgradeToPlusIfNeeded.mdx"; diff --git a/starlight_help/src/content/docs/saved-snippets.mdx b/starlight_help/src/content/docs/saved-snippets.mdx index ea2f9c17a9..15c39c7cd7 100644 --- a/starlight_help/src/content/docs/saved-snippets.mdx +++ b/starlight_help/src/content/docs/saved-snippets.mdx @@ -4,8 +4,7 @@ title: Saved snippets import FlattenedSteps from "../../components/FlattenedSteps.astro"; import KeyboardTip from "../../components/KeyboardTip.astro"; - -import StartComposing from "./include/_StartComposing.mdx"; +import StartComposing from "../include/_StartComposing.mdx"; import EditIcon from "~icons/zulip-icon/edit"; import MessageSquareTextIcon from "~icons/zulip-icon/message-square-text"; diff --git a/starlight_help/src/content/docs/schedule-a-message.mdx b/starlight_help/src/content/docs/schedule-a-message.mdx index a8109e864e..247ef7a511 100644 --- a/starlight_help/src/content/docs/schedule-a-message.mdx +++ b/starlight_help/src/content/docs/schedule-a-message.mdx @@ -7,9 +7,8 @@ import {TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import KeyboardTip from "../../components/KeyboardTip.astro"; import ZulipTip from "../../components/ZulipTip.astro"; - -import GoToScheduledMessages from "./include/_GoToScheduledMessages.mdx"; -import StartComposing from "./include/_StartComposing.mdx"; +import GoToScheduledMessages from "../include/_GoToScheduledMessages.mdx"; +import StartComposing from "../include/_StartComposing.mdx"; import MoreVerticalIcon from "~icons/zulip-icon/more-vertical"; import SendIcon from "~icons/zulip-icon/send"; diff --git a/starlight_help/src/content/docs/schedule-a-reminder.mdx b/starlight_help/src/content/docs/schedule-a-reminder.mdx index 5af4e7e333..e57bed5d2c 100644 --- a/starlight_help/src/content/docs/schedule-a-reminder.mdx +++ b/starlight_help/src/content/docs/schedule-a-reminder.mdx @@ -6,9 +6,8 @@ import {Steps, TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import KeyboardTip from "../../components/KeyboardTip.astro"; - -import GoToReminders from "./include/_GoToReminders.mdx"; -import MessageActions from "./include/_MessageActions.mdx"; +import GoToReminders from "../include/_GoToReminders.mdx"; +import MessageActions from "../include/_MessageActions.mdx"; import MoreVerticalIcon from "~icons/zulip-icon/more-vertical"; import TrashIcon from "~icons/zulip-icon/trash"; diff --git a/starlight_help/src/content/docs/scim.mdx b/starlight_help/src/content/docs/scim.mdx index 3945c859c1..a0a7ccd6db 100644 --- a/starlight_help/src/content/docs/scim.mdx +++ b/starlight_help/src/content/docs/scim.mdx @@ -7,10 +7,9 @@ import {Steps, TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import ZulipNote from "../../components/ZulipNote.astro"; import ZulipTip from "../../components/ZulipTip.astro"; - -import AdminOnly from "./include/_AdminOnly.mdx"; -import CloudPlusOnly from "./include/_CloudPlusOnly.mdx"; -import UpgradeToPlusIfNeeded from "./include/_UpgradeToPlusIfNeeded.mdx"; +import AdminOnly from "../include/_AdminOnly.mdx"; +import CloudPlusOnly from "../include/_CloudPlusOnly.mdx"; +import UpgradeToPlusIfNeeded from "../include/_UpgradeToPlusIfNeeded.mdx"; diff --git a/starlight_help/src/content/docs/search-for-messages.mdx b/starlight_help/src/content/docs/search-for-messages.mdx index d2d8e56c36..7de069a930 100644 --- a/starlight_help/src/content/docs/search-for-messages.mdx +++ b/starlight_help/src/content/docs/search-for-messages.mdx @@ -8,8 +8,7 @@ import FlattenedSteps from "../../components/FlattenedSteps.astro"; import KeyboardTip from "../../components/KeyboardTip.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; import ZulipTip from "../../components/ZulipTip.astro"; - -import MobileMenu from "./include/_MobileMenu.mdx"; +import MobileMenu from "../include/_MobileMenu.mdx"; import SearchIcon from "~icons/zulip-icon/search"; diff --git a/starlight_help/src/content/docs/self-hosted-billing.mdx b/starlight_help/src/content/docs/self-hosted-billing.mdx index cfb46c366d..f495972a94 100644 --- a/starlight_help/src/content/docs/self-hosted-billing.mdx +++ b/starlight_help/src/content/docs/self-hosted-billing.mdx @@ -7,17 +7,16 @@ import {Steps, TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import ZulipNote from "../../components/ZulipNote.astro"; import ZulipTip from "../../components/ZulipTip.astro"; - -import AutomaticBilling from "./include/_AutomaticBilling.mdx"; -import ConfigureWhoCanManagePlans from "./include/_ConfigureWhoCanManagePlans.mdx"; -import InternationalWireTransfers from "./include/_InternationalWireTransfers.mdx"; -import ManageBillingIntro from "./include/_ManageBillingIntro.mdx"; -import ManualAddLicenseInstructions from "./include/_ManualAddLicenseInstructions.mdx"; -import PayByInvoiceSteps from "./include/_PayByInvoiceSteps.mdx"; -import PayByInvoiceWarning from "./include/_PayByInvoiceWarning.mdx"; -import PaymentOptions from "./include/_PaymentOptions.mdx"; -import PlanUpgradeSteps from "./include/_PlanUpgradeSteps.mdx"; -import SelfHostedBillingLogInStep from "./include/_SelfHostedBillingLogInStep.mdx"; +import AutomaticBilling from "../include/_AutomaticBilling.mdx"; +import ConfigureWhoCanManagePlans from "../include/_ConfigureWhoCanManagePlans.mdx"; +import InternationalWireTransfers from "../include/_InternationalWireTransfers.mdx"; +import ManageBillingIntro from "../include/_ManageBillingIntro.mdx"; +import ManualAddLicenseInstructions from "../include/_ManualAddLicenseInstructions.mdx"; +import PayByInvoiceSteps from "../include/_PayByInvoiceSteps.mdx"; +import PayByInvoiceWarning from "../include/_PayByInvoiceWarning.mdx"; +import PaymentOptions from "../include/_PaymentOptions.mdx"; +import PlanUpgradeSteps from "../include/_PlanUpgradeSteps.mdx"; +import SelfHostedBillingLogInStep from "../include/_SelfHostedBillingLogInStep.mdx"; import GearIcon from "~icons/zulip-icon/gear"; import RocketIcon from "~icons/zulip-icon/rocket"; diff --git a/starlight_help/src/content/docs/set-default-channels-for-new-users.mdx b/starlight_help/src/content/docs/set-default-channels-for-new-users.mdx index b1409b7143..16d10fd7f3 100644 --- a/starlight_help/src/content/docs/set-default-channels-for-new-users.mdx +++ b/starlight_help/src/content/docs/set-default-channels-for-new-users.mdx @@ -4,8 +4,7 @@ title: Set default channels for new users import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; - -import AdminOnly from "./include/_AdminOnly.mdx"; +import AdminOnly from "../include/_AdminOnly.mdx"; import CloseIcon from "~icons/zulip-icon/close"; diff --git a/starlight_help/src/content/docs/set-up-your-account.mdx b/starlight_help/src/content/docs/set-up-your-account.mdx index 7ae89a756c..00f00ad306 100644 --- a/starlight_help/src/content/docs/set-up-your-account.mdx +++ b/starlight_help/src/content/docs/set-up-your-account.mdx @@ -2,7 +2,7 @@ title: Set up your account --- -import SetUpYourAccount from "./include/_SetUpYourAccount.mdx"; +import SetUpYourAccount from "../include/_SetUpYourAccount.mdx"; diff --git a/starlight_help/src/content/docs/setting-up-zulip-for-a-class.mdx b/starlight_help/src/content/docs/setting-up-zulip-for-a-class.mdx index 910db0af7d..8978cc044a 100644 --- a/starlight_help/src/content/docs/setting-up-zulip-for-a-class.mdx +++ b/starlight_help/src/content/docs/setting-up-zulip-for-a-class.mdx @@ -6,14 +6,13 @@ import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; import ZulipNote from "../../components/ZulipNote.astro"; import ZulipTip from "../../components/ZulipTip.astro"; - -import AddAWideLogo from "./include/_AddAWideLogo.mdx"; -import CreateChannelsIntro from "./include/_CreateChannelsIntro.mdx"; -import CustomizeSettingsForNewUsers from "./include/_CustomizeSettingsForNewUsers.mdx"; -import EditOrganizationProfile from "./include/_EditOrganizationProfile.mdx"; -import HowToCreateAUserGroup from "./include/_HowToCreateAUserGroup.mdx"; -import HowToInviteUsersToJoin from "./include/_HowToInviteUsersToJoin.mdx"; -import ReviewOrganizationSettingsInstructions from "./include/_ReviewOrganizationSettingsInstructions.mdx"; +import AddAWideLogo from "../include/_AddAWideLogo.mdx"; +import CreateChannelsIntro from "../include/_CreateChannelsIntro.mdx"; +import CustomizeSettingsForNewUsers from "../include/_CustomizeSettingsForNewUsers.mdx"; +import EditOrganizationProfile from "../include/_EditOrganizationProfile.mdx"; +import HowToCreateAUserGroup from "../include/_HowToCreateAUserGroup.mdx"; +import HowToInviteUsersToJoin from "../include/_HowToInviteUsersToJoin.mdx"; +import ReviewOrganizationSettingsInstructions from "../include/_ReviewOrganizationSettingsInstructions.mdx"; Welcome to Zulip! This page will guide you through setting everything up for [teaching with Zulip](https://zulip.com/for/education/). If you diff --git a/starlight_help/src/content/docs/share-and-upload-files.mdx b/starlight_help/src/content/docs/share-and-upload-files.mdx index 019ff538df..14ebaecae0 100644 --- a/starlight_help/src/content/docs/share-and-upload-files.mdx +++ b/starlight_help/src/content/docs/share-and-upload-files.mdx @@ -6,9 +6,8 @@ import {Steps, TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import ZulipTip from "../../components/ZulipTip.astro"; - -import ModifyLinkText from "./include/_ModifyLinkText.mdx"; -import StartComposing from "./include/_StartComposing.mdx"; +import ModifyLinkText from "../include/_ModifyLinkText.mdx"; +import StartComposing from "../include/_StartComposing.mdx"; import AttachmentIcon from "~icons/zulip-icon/attachment"; import MobileCameraIcon from "~icons/zulip-icon/mobile-camera"; diff --git a/starlight_help/src/content/docs/spoilers.mdx b/starlight_help/src/content/docs/spoilers.mdx index 9596e949fe..21be61358d 100644 --- a/starlight_help/src/content/docs/spoilers.mdx +++ b/starlight_help/src/content/docs/spoilers.mdx @@ -6,10 +6,9 @@ import {TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import ZulipTip from "../../components/ZulipTip.astro"; - -import SpoilersExamples from "./include/_SpoilersExamples.mdx"; -import SpoilersIntro from "./include/_SpoilersIntro.mdx"; -import StartComposing from "./include/_StartComposing.mdx"; +import SpoilersExamples from "../include/_SpoilersExamples.mdx"; +import SpoilersIntro from "../include/_SpoilersIntro.mdx"; +import StartComposing from "../include/_StartComposing.mdx"; import SpoilerIcon from "~icons/zulip-icon/spoiler"; diff --git a/starlight_help/src/content/docs/star-a-message.mdx b/starlight_help/src/content/docs/star-a-message.mdx index 467a640d1b..02d0b88726 100644 --- a/starlight_help/src/content/docs/star-a-message.mdx +++ b/starlight_help/src/content/docs/star-a-message.mdx @@ -8,11 +8,10 @@ import FlattenedSteps from "../../components/FlattenedSteps.astro"; import KeyboardTip from "../../components/KeyboardTip.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; import ZulipTip from "../../components/ZulipTip.astro"; - -import MessageActions from "./include/_MessageActions.mdx"; -import MessageLongPressMenu from "./include/_MessageLongPressMenu.mdx"; -import TopicActions from "./include/_TopicActions.mdx"; -import ViewStarredMessages from "./include/_ViewStarredMessages.mdx"; +import MessageActions from "../include/_MessageActions.mdx"; +import MessageLongPressMenu from "../include/_MessageLongPressMenu.mdx"; +import TopicActions from "../include/_TopicActions.mdx"; +import ViewStarredMessages from "../include/_ViewStarredMessages.mdx"; import MoreVerticalIcon from "~icons/zulip-icon/more-vertical"; import StarIcon from "~icons/zulip-icon/star"; diff --git a/starlight_help/src/content/docs/start-a-call.mdx b/starlight_help/src/content/docs/start-a-call.mdx index 2e9dfb5f7e..16a7ebef0c 100644 --- a/starlight_help/src/content/docs/start-a-call.mdx +++ b/starlight_help/src/content/docs/start-a-call.mdx @@ -7,8 +7,7 @@ import {Steps, TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import ZulipNote from "../../components/ZulipNote.astro"; import ZulipTip from "../../components/ZulipTip.astro"; - -import StartComposing from "./include/_StartComposing.mdx"; +import StartComposing from "../include/_StartComposing.mdx"; import VideoCallIcon from "~icons/zulip-icon/video-call"; import VoiceCallIcon from "~icons/zulip-icon/voice-call"; diff --git a/starlight_help/src/content/docs/starting-a-new-direct-message.mdx b/starlight_help/src/content/docs/starting-a-new-direct-message.mdx index a7ee6399cd..f16ce95b75 100644 --- a/starlight_help/src/content/docs/starting-a-new-direct-message.mdx +++ b/starlight_help/src/content/docs/starting-a-new-direct-message.mdx @@ -2,7 +2,7 @@ title: Starting a new direct message --- -import StartingANewDirectMessage from "./include/_StartingANewDirectMessage.mdx"; +import StartingANewDirectMessage from "../include/_StartingANewDirectMessage.mdx"; diff --git a/starlight_help/src/content/docs/status-and-availability.mdx b/starlight_help/src/content/docs/status-and-availability.mdx index 30f09e6210..23261aad80 100644 --- a/starlight_help/src/content/docs/status-and-availability.mdx +++ b/starlight_help/src/content/docs/status-and-availability.mdx @@ -7,12 +7,11 @@ import {Steps, TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; import ZulipTip from "../../components/ZulipTip.astro"; - -import ClearStatus from "./include/_ClearStatus.mdx"; -import MobileMenu from "./include/_MobileMenu.mdx"; -import PersonalMenu from "./include/_PersonalMenu.mdx"; -import SelfUserCard from "./include/_SelfUserCard.mdx"; -import SetStatus from "./include/_SetStatus.mdx"; +import ClearStatus from "../include/_ClearStatus.mdx"; +import MobileMenu from "../include/_MobileMenu.mdx"; +import PersonalMenu from "../include/_PersonalMenu.mdx"; +import SelfUserCard from "../include/_SelfUserCard.mdx"; +import SetStatus from "../include/_SetStatus.mdx"; import UserCircleActiveIcon from "~icons/zulip-icon/user-circle-active"; import UserCircleIdleIcon from "~icons/zulip-icon/user-circle-idle"; diff --git a/starlight_help/src/content/docs/subscribe-users-to-a-channel.mdx b/starlight_help/src/content/docs/subscribe-users-to-a-channel.mdx index b49931f2b0..01d188fe13 100644 --- a/starlight_help/src/content/docs/subscribe-users-to-a-channel.mdx +++ b/starlight_help/src/content/docs/subscribe-users-to-a-channel.mdx @@ -2,7 +2,7 @@ title: Subscribe users to a channel --- -import SubscribeUserToChannel from "./include/_SubscribeUserToChannel.mdx"; +import SubscribeUserToChannel from "../include/_SubscribeUserToChannel.mdx"; Organization [administrators](/help/user-roles) can [configure](/help/configure-who-can-invite-to-channels#configure-who-can-subscribe-others-to-channels-in-general) diff --git a/starlight_help/src/content/docs/support-zulip-project.mdx b/starlight_help/src/content/docs/support-zulip-project.mdx index b450f273fe..6b24743327 100644 --- a/starlight_help/src/content/docs/support-zulip-project.mdx +++ b/starlight_help/src/content/docs/support-zulip-project.mdx @@ -2,7 +2,7 @@ title: Support the Zulip project --- -import SupportingZulipMotivation from "./include/_SupportingZulipMotivation.mdx"; +import SupportingZulipMotivation from "../include/_SupportingZulipMotivation.mdx"; diff --git a/starlight_help/src/content/docs/switching-between-organizations.mdx b/starlight_help/src/content/docs/switching-between-organizations.mdx index 563380a284..8b78abcd10 100644 --- a/starlight_help/src/content/docs/switching-between-organizations.mdx +++ b/starlight_help/src/content/docs/switching-between-organizations.mdx @@ -2,7 +2,7 @@ title: Switching between organizations --- -import SwitchingBetweenOrganizations from "./include/_SwitchingBetweenOrganizations.mdx"; +import SwitchingBetweenOrganizations from "../include/_SwitchingBetweenOrganizations.mdx"; This article assumes you've [logged in](/help/logging-in) to each organization at least once. diff --git a/starlight_help/src/content/docs/tables.mdx b/starlight_help/src/content/docs/tables.mdx index 09a6487561..516592cddc 100644 --- a/starlight_help/src/content/docs/tables.mdx +++ b/starlight_help/src/content/docs/tables.mdx @@ -2,8 +2,8 @@ title: Tables --- -import TablesExamples from "./include/_TablesExamples.mdx"; -import TablesIntro from "./include/_TablesIntro.mdx"; +import TablesExamples from "../include/_TablesExamples.mdx"; +import TablesIntro from "../include/_TablesIntro.mdx"; diff --git a/starlight_help/src/content/docs/text-emphasis.mdx b/starlight_help/src/content/docs/text-emphasis.mdx index f482230e18..7dfba96038 100644 --- a/starlight_help/src/content/docs/text-emphasis.mdx +++ b/starlight_help/src/content/docs/text-emphasis.mdx @@ -6,10 +6,9 @@ import {TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import KeyboardTip from "../../components/KeyboardTip.astro"; - -import EmphasisExamples from "./include/_EmphasisExamples.mdx"; -import EmphasisIntro from "./include/_EmphasisIntro.mdx"; -import StartComposing from "./include/_StartComposing.mdx"; +import EmphasisExamples from "../include/_EmphasisExamples.mdx"; +import EmphasisIntro from "../include/_EmphasisIntro.mdx"; +import StartComposing from "../include/_StartComposing.mdx"; import BoldIcon from "~icons/zulip-icon/bold"; import ItalicIcon from "~icons/zulip-icon/italic"; diff --git a/starlight_help/src/content/docs/topic-notifications.mdx b/starlight_help/src/content/docs/topic-notifications.mdx index 1f812dc3b9..ce79fede20 100644 --- a/starlight_help/src/content/docs/topic-notifications.mdx +++ b/starlight_help/src/content/docs/topic-notifications.mdx @@ -2,9 +2,9 @@ title: Topic notifications --- -import AutomaticallyFollowTopics from "./include/_AutomaticallyFollowTopics.mdx"; -import AutomaticallyUnmuteTopicsInMutedChannels from "./include/_AutomaticallyUnmuteTopicsInMutedChannels.mdx"; -import ConfigureNotificationsForFollowedTopics from "./include/_ConfigureNotificationsForFollowedTopics.mdx"; +import AutomaticallyFollowTopics from "../include/_AutomaticallyFollowTopics.mdx"; +import AutomaticallyUnmuteTopicsInMutedChannels from "../include/_AutomaticallyUnmuteTopicsInMutedChannels.mdx"; +import ConfigureNotificationsForFollowedTopics from "../include/_ConfigureNotificationsForFollowedTopics.mdx"; In Zulip, you can configure how you get notified about new messages for topics you follow. diff --git a/starlight_help/src/content/docs/unsubscribe-from-a-channel.mdx b/starlight_help/src/content/docs/unsubscribe-from-a-channel.mdx index c673658bb2..e6f3db21fa 100644 --- a/starlight_help/src/content/docs/unsubscribe-from-a-channel.mdx +++ b/starlight_help/src/content/docs/unsubscribe-from-a-channel.mdx @@ -7,10 +7,9 @@ import {TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import KeyboardTip from "../../components/KeyboardTip.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; - -import ChannelActions from "./include/_ChannelActions.mdx"; -import ChannelLongPressMenu from "./include/_ChannelLongPressMenu.mdx"; -import MobileChannels from "./include/_MobileChannels.mdx"; +import ChannelActions from "../include/_ChannelActions.mdx"; +import ChannelLongPressMenu from "../include/_ChannelLongPressMenu.mdx"; +import MobileChannels from "../include/_MobileChannels.mdx"; import SubscriberCheckIcon from "~icons/zulip-icon/subscriber-check"; diff --git a/starlight_help/src/content/docs/unsubscribe-users-from-a-channel.mdx b/starlight_help/src/content/docs/unsubscribe-users-from-a-channel.mdx index d0802efa2d..c8bd42133f 100644 --- a/starlight_help/src/content/docs/unsubscribe-users-from-a-channel.mdx +++ b/starlight_help/src/content/docs/unsubscribe-users-from-a-channel.mdx @@ -2,7 +2,7 @@ title: Unsubscribe users from a channel --- -import UnsubscribeUserFromChannel from "./include/_UnsubscribeUserFromChannel.mdx"; +import UnsubscribeUserFromChannel from "../include/_UnsubscribeUserFromChannel.mdx"; Organization [administrators](/help/user-roles) can unsubscribe users from any channel. Channel administrators can diff --git a/starlight_help/src/content/docs/user-cards.mdx b/starlight_help/src/content/docs/user-cards.mdx index 8b212ec979..fce934bf88 100644 --- a/starlight_help/src/content/docs/user-cards.mdx +++ b/starlight_help/src/content/docs/user-cards.mdx @@ -8,8 +8,7 @@ import FlattenedSteps from "../../components/FlattenedSteps.astro"; import KeyboardTip from "../../components/KeyboardTip.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; import ZulipTip from "../../components/ZulipTip.astro"; - -import RightSidebarUserCard from "./include/_RightSidebarUserCard.mdx"; +import RightSidebarUserCard from "../include/_RightSidebarUserCard.mdx"; In the web and desktop apps, user cards contain basic information about a user or bot. User cards are also a handy starting point for actions such as a [viewing a diff --git a/starlight_help/src/content/docs/user-groups.mdx b/starlight_help/src/content/docs/user-groups.mdx index b776ce1717..df87bdc260 100644 --- a/starlight_help/src/content/docs/user-groups.mdx +++ b/starlight_help/src/content/docs/user-groups.mdx @@ -6,10 +6,9 @@ import {Steps, TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; - -import CloudPaidPlansOnly from "./include/_CloudPaidPlansOnly.mdx"; -import UserGroupsApplications from "./include/_UserGroupsApplications.mdx"; -import UserGroupsIntro from "./include/_UserGroupsIntro.mdx"; +import CloudPaidPlansOnly from "../include/_CloudPaidPlansOnly.mdx"; +import UserGroupsApplications from "../include/_UserGroupsApplications.mdx"; +import UserGroupsIntro from "../include/_UserGroupsIntro.mdx"; import SubscriberCheckIcon from "~icons/zulip-icon/subscriber-check"; import SubscriberPlusIcon from "~icons/zulip-icon/subscriber-plus"; diff --git a/starlight_help/src/content/docs/user-roles.mdx b/starlight_help/src/content/docs/user-roles.mdx index b2cd237084..5a4fa702d4 100644 --- a/starlight_help/src/content/docs/user-roles.mdx +++ b/starlight_help/src/content/docs/user-roles.mdx @@ -6,12 +6,11 @@ import {TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; - -import AdminOnly from "./include/_AdminOnly.mdx"; -import ManageThisUser from "./include/_ManageThisUser.mdx"; -import ManageUserTabTip from "./include/_ManageUserTabTip.mdx"; -import UserRolesIntro from "./include/_UserRolesIntro.mdx"; -import ViewUsersByRole from "./include/_ViewUsersByRole.mdx"; +import AdminOnly from "../include/_AdminOnly.mdx"; +import ManageThisUser from "../include/_ManageThisUser.mdx"; +import ManageUserTabTip from "../include/_ManageUserTabTip.mdx"; +import UserRolesIntro from "../include/_UserRolesIntro.mdx"; +import ViewUsersByRole from "../include/_ViewUsersByRole.mdx"; import UserCogIcon from "~icons/zulip-icon/user-cog"; diff --git a/starlight_help/src/content/docs/view-a-messages-edit-history.mdx b/starlight_help/src/content/docs/view-a-messages-edit-history.mdx index ed9b8690a1..c5e18f331e 100644 --- a/starlight_help/src/content/docs/view-a-messages-edit-history.mdx +++ b/starlight_help/src/content/docs/view-a-messages-edit-history.mdx @@ -5,8 +5,7 @@ title: View a message's edit history import {Steps, TabItem, Tabs} from "@astrojs/starlight/components"; import KeyboardTip from "../../components/KeyboardTip.astro"; - -import MessageEditHistoryIntro from "./include/_MessageEditHistoryIntro.mdx"; +import MessageEditHistoryIntro from "../include/_MessageEditHistoryIntro.mdx"; diff --git a/starlight_help/src/content/docs/view-and-edit-your-message-drafts.mdx b/starlight_help/src/content/docs/view-and-edit-your-message-drafts.mdx index 96388559b3..75138edf53 100644 --- a/starlight_help/src/content/docs/view-and-edit-your-message-drafts.mdx +++ b/starlight_help/src/content/docs/view-and-edit-your-message-drafts.mdx @@ -7,9 +7,8 @@ import {TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import KeyboardTip from "../../components/KeyboardTip.astro"; import ZulipNote from "../../components/ZulipNote.astro"; - -import GoToDraftMessages from "./include/_GoToDraftMessages.mdx"; -import StartComposing from "./include/_StartComposing.mdx"; +import GoToDraftMessages from "../include/_GoToDraftMessages.mdx"; +import StartComposing from "../include/_StartComposing.mdx"; import CloseIcon from "~icons/zulip-icon/close"; import MoreVerticalIcon from "~icons/zulip-icon/more-vertical"; diff --git a/starlight_help/src/content/docs/view-channel-information.mdx b/starlight_help/src/content/docs/view-channel-information.mdx index c60ee41a7f..c6e66dc423 100644 --- a/starlight_help/src/content/docs/view-channel-information.mdx +++ b/starlight_help/src/content/docs/view-channel-information.mdx @@ -5,8 +5,7 @@ title: View channel information import {TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; - -import GoToChannel from "./include/_GoToChannel.mdx"; +import GoToChannel from "../include/_GoToChannel.mdx"; When viewing a [topic](/help/introduction-to-topics) or a [channel feed](/help/channel-feed), you can find the name, description and subscriber diff --git a/starlight_help/src/content/docs/view-channel-subscribers.mdx b/starlight_help/src/content/docs/view-channel-subscribers.mdx index fd809df7cb..8b099815c3 100644 --- a/starlight_help/src/content/docs/view-channel-subscribers.mdx +++ b/starlight_help/src/content/docs/view-channel-subscribers.mdx @@ -7,9 +7,8 @@ import {Steps, TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; import ZulipTip from "../../components/ZulipTip.astro"; - -import ChannelMenuSubscribersTabTip from "./include/_ChannelMenuSubscribersTabTip.mdx"; -import SelectChannelViewSubscribers from "./include/_SelectChannelViewSubscribers.mdx"; +import ChannelMenuSubscribersTabTip from "../include/_ChannelMenuSubscribersTabTip.mdx"; +import SelectChannelViewSubscribers from "../include/_SelectChannelViewSubscribers.mdx"; Who is subscribed to a channel determines who receives the messages sent there. All non-[guest](/help/guest-users) users can view public channels and subscribe diff --git a/starlight_help/src/content/docs/view-messages-sent-by-a-user.mdx b/starlight_help/src/content/docs/view-messages-sent-by-a-user.mdx index ffbccf8bcb..e63f05ba53 100644 --- a/starlight_help/src/content/docs/view-messages-sent-by-a-user.mdx +++ b/starlight_help/src/content/docs/view-messages-sent-by-a-user.mdx @@ -4,9 +4,8 @@ title: View messages sent by a user import FlattenedSteps from "../../components/FlattenedSteps.astro"; import ZulipTip from "../../components/ZulipTip.astro"; - -import RightSidebarUserCard from "./include/_RightSidebarUserCard.mdx"; -import SelfUserCard from "./include/_SelfUserCard.mdx"; +import RightSidebarUserCard from "../include/_RightSidebarUserCard.mdx"; +import SelfUserCard from "../include/_SelfUserCard.mdx"; Zulip offers a convenient feature to search all messages sent by any user including yourself. diff --git a/starlight_help/src/content/docs/view-someones-profile.mdx b/starlight_help/src/content/docs/view-someones-profile.mdx index cc06c15f69..e3dc3818b0 100644 --- a/starlight_help/src/content/docs/view-someones-profile.mdx +++ b/starlight_help/src/content/docs/view-someones-profile.mdx @@ -6,8 +6,7 @@ import {Steps, TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import ZulipTip from "../../components/ZulipTip.astro"; - -import RightSidebarViewProfile from "./include/_RightSidebarViewProfile.mdx"; +import RightSidebarViewProfile from "../include/_RightSidebarViewProfile.mdx"; import LinkIcon from "~icons/zulip-icon/link"; diff --git a/starlight_help/src/content/docs/view-the-exact-time-a-message-was-sent.mdx b/starlight_help/src/content/docs/view-the-exact-time-a-message-was-sent.mdx index 505d33f081..7b75f1c549 100644 --- a/starlight_help/src/content/docs/view-the-exact-time-a-message-was-sent.mdx +++ b/starlight_help/src/content/docs/view-the-exact-time-a-message-was-sent.mdx @@ -5,8 +5,7 @@ title: View the exact time a message was sent import {Steps, TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; - -import MessageLongPressMenu from "./include/_MessageLongPressMenu.mdx"; +import MessageLongPressMenu from "../include/_MessageLongPressMenu.mdx"; diff --git a/starlight_help/src/content/docs/view-the-markdown-source-of-a-message.mdx b/starlight_help/src/content/docs/view-the-markdown-source-of-a-message.mdx index 9f764c3dd7..94183bc893 100644 --- a/starlight_help/src/content/docs/view-the-markdown-source-of-a-message.mdx +++ b/starlight_help/src/content/docs/view-the-markdown-source-of-a-message.mdx @@ -6,9 +6,8 @@ import {TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import KeyboardTip from "../../components/KeyboardTip.astro"; - -import MessageActionsMenu from "./include/_MessageActionsMenu.mdx"; -import MessageLongPressMenu from "./include/_MessageLongPressMenu.mdx"; +import MessageActionsMenu from "../include/_MessageActionsMenu.mdx"; +import MessageLongPressMenu from "../include/_MessageLongPressMenu.mdx"; import CopyIcon from "~icons/zulip-icon/copy"; diff --git a/starlight_help/src/content/docs/view-your-mentions.mdx b/starlight_help/src/content/docs/view-your-mentions.mdx index d965b87dd6..8caf3be3b2 100644 --- a/starlight_help/src/content/docs/view-your-mentions.mdx +++ b/starlight_help/src/content/docs/view-your-mentions.mdx @@ -3,8 +3,7 @@ title: View your mentions --- import ZulipNote from "../../components/ZulipNote.astro"; - -import ViewMentions from "./include/_ViewMentions.mdx"; +import ViewMentions from "../include/_ViewMentions.mdx"; You can [mention a user or a group](/help/mention-a-user-or-group) to call their attention to a message. To make such messages easy to find, Zulip lets you view diff --git a/starlight_help/src/content/docs/view-zulip-version.mdx b/starlight_help/src/content/docs/view-zulip-version.mdx index ca1f2cc54c..7aa73d9ac0 100644 --- a/starlight_help/src/content/docs/view-zulip-version.mdx +++ b/starlight_help/src/content/docs/view-zulip-version.mdx @@ -7,8 +7,7 @@ import {Steps, TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; import ZulipTip from "../../components/ZulipTip.astro"; - -import MobileMenu from "./include/_MobileMenu.mdx"; +import MobileMenu from "../include/_MobileMenu.mdx"; import GearIcon from "~icons/zulip-icon/gear"; import InfoIcon from "~icons/zulip-icon/info"; diff --git a/starlight_help/src/content/docs/zulip-cloud-billing.mdx b/starlight_help/src/content/docs/zulip-cloud-billing.mdx index fd76ee6b97..8d85187dad 100644 --- a/starlight_help/src/content/docs/zulip-cloud-billing.mdx +++ b/starlight_help/src/content/docs/zulip-cloud-billing.mdx @@ -7,16 +7,15 @@ import {Steps, TabItem, Tabs} from "@astrojs/starlight/components"; import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; import ZulipTip from "../../components/ZulipTip.astro"; - -import AutomaticBilling from "./include/_AutomaticBilling.mdx"; -import ConfigureWhoCanManagePlans from "./include/_ConfigureWhoCanManagePlans.mdx"; -import InternationalWireTransfers from "./include/_InternationalWireTransfers.mdx"; -import ManageBillingIntro from "./include/_ManageBillingIntro.mdx"; -import ManualAddLicenseInstructions from "./include/_ManualAddLicenseInstructions.mdx"; -import PayByInvoiceSteps from "./include/_PayByInvoiceSteps.mdx"; -import PayByInvoiceWarning from "./include/_PayByInvoiceWarning.mdx"; -import PaymentOptions from "./include/_PaymentOptions.mdx"; -import PlanUpgradeSteps from "./include/_PlanUpgradeSteps.mdx"; +import AutomaticBilling from "../include/_AutomaticBilling.mdx"; +import ConfigureWhoCanManagePlans from "../include/_ConfigureWhoCanManagePlans.mdx"; +import InternationalWireTransfers from "../include/_InternationalWireTransfers.mdx"; +import ManageBillingIntro from "../include/_ManageBillingIntro.mdx"; +import ManualAddLicenseInstructions from "../include/_ManualAddLicenseInstructions.mdx"; +import PayByInvoiceSteps from "../include/_PayByInvoiceSteps.mdx"; +import PayByInvoiceWarning from "../include/_PayByInvoiceWarning.mdx"; +import PaymentOptions from "../include/_PaymentOptions.mdx"; +import PlanUpgradeSteps from "../include/_PlanUpgradeSteps.mdx"; import GearIcon from "~icons/zulip-icon/gear"; diff --git a/starlight_help/src/content/docs/zulip-cloud-or-self-hosting.mdx b/starlight_help/src/content/docs/zulip-cloud-or-self-hosting.mdx index a30b7823ff..2ebbef7705 100644 --- a/starlight_help/src/content/docs/zulip-cloud-or-self-hosting.mdx +++ b/starlight_help/src/content/docs/zulip-cloud-or-self-hosting.mdx @@ -3,8 +3,7 @@ title: Choosing between Zulip Cloud and self-hosting --- import ZulipTip from "../../components/ZulipTip.astro"; - -import AdvantagesOfZulipCloud from "./include/_AdvantagesOfZulipCloud.mdx"; +import AdvantagesOfZulipCloud from "../include/_AdvantagesOfZulipCloud.mdx"; This page will help you decide whether [signing up for Zulip Cloud](https://zulip.com/new/) or [self-hosting diff --git a/starlight_help/src/content/docs/include/_AddAWideLogo.mdx b/starlight_help/src/content/include/_AddAWideLogo.mdx similarity index 75% rename from starlight_help/src/content/docs/include/_AddAWideLogo.mdx rename to starlight_help/src/content/include/_AddAWideLogo.mdx index 5863014b9c..bd75c70cfa 100644 --- a/starlight_help/src/content/docs/include/_AddAWideLogo.mdx +++ b/starlight_help/src/content/include/_AddAWideLogo.mdx @@ -1,7 +1,6 @@ -import FlattenedSteps from "../../../components/FlattenedSteps.astro"; -import NavigationSteps from "../../../components/NavigationSteps.astro"; - -import CloudPaidPlansOnly from "./_CloudPaidPlansOnly.mdx"; +import FlattenedSteps from "../../components/FlattenedSteps.astro"; +import NavigationSteps from "../../components/NavigationSteps.astro"; +import CloudPaidPlansOnly from "../include/_CloudPaidPlansOnly.mdx"; diff --git a/starlight_help/src/content/docs/include/_AddUsersToAGroup.mdx b/starlight_help/src/content/include/_AddUsersToAGroup.mdx similarity index 81% rename from starlight_help/src/content/docs/include/_AddUsersToAGroup.mdx rename to starlight_help/src/content/include/_AddUsersToAGroup.mdx index eed9ce09e8..f949307c05 100644 --- a/starlight_help/src/content/docs/include/_AddUsersToAGroup.mdx +++ b/starlight_help/src/content/include/_AddUsersToAGroup.mdx @@ -1,9 +1,8 @@ import {TabItem, Tabs} from "@astrojs/starlight/components"; -import FlattenedSteps from "../../../components/FlattenedSteps.astro"; -import NavigationSteps from "../../../components/NavigationSteps.astro"; - -import RightSidebarViewProfile from "./_RightSidebarViewProfile.mdx"; +import FlattenedSteps from "../../components/FlattenedSteps.astro"; +import NavigationSteps from "../../components/NavigationSteps.astro"; +import RightSidebarViewProfile from "../include/_RightSidebarViewProfile.mdx"; diff --git a/starlight_help/src/content/docs/include/_AdminOnly.mdx b/starlight_help/src/content/include/_AdminOnly.mdx similarity index 62% rename from starlight_help/src/content/docs/include/_AdminOnly.mdx rename to starlight_help/src/content/include/_AdminOnly.mdx index a21620cd4a..d6fc15e16a 100644 --- a/starlight_help/src/content/docs/include/_AdminOnly.mdx +++ b/starlight_help/src/content/include/_AdminOnly.mdx @@ -1,4 +1,4 @@ -import ZulipNote from "../../../components/ZulipNote.astro"; +import ZulipNote from "../../components/ZulipNote.astro"; This feature is only available to organization owners and administrators. diff --git a/starlight_help/src/content/docs/include/_AdvantagesOfZulipCloud.mdx b/starlight_help/src/content/include/_AdvantagesOfZulipCloud.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_AdvantagesOfZulipCloud.mdx rename to starlight_help/src/content/include/_AdvantagesOfZulipCloud.mdx diff --git a/starlight_help/src/content/docs/include/_AppWillUpdateTip.mdx b/starlight_help/src/content/include/_AppWillUpdateTip.mdx similarity index 57% rename from starlight_help/src/content/docs/include/_AppWillUpdateTip.mdx rename to starlight_help/src/content/include/_AppWillUpdateTip.mdx index 3b8819c6ac..fb36989713 100644 --- a/starlight_help/src/content/docs/include/_AppWillUpdateTip.mdx +++ b/starlight_help/src/content/include/_AppWillUpdateTip.mdx @@ -1,4 +1,4 @@ -import ZulipTip from "../../../components/ZulipTip.astro"; +import ZulipTip from "../../components/ZulipTip.astro"; The app will update automatically to future versions. diff --git a/starlight_help/src/content/docs/include/_AutomatedDmChannelSubscription.mdx b/starlight_help/src/content/include/_AutomatedDmChannelSubscription.mdx similarity index 69% rename from starlight_help/src/content/docs/include/_AutomatedDmChannelSubscription.mdx rename to starlight_help/src/content/include/_AutomatedDmChannelSubscription.mdx index 99dd438a23..c84f976421 100644 --- a/starlight_help/src/content/docs/include/_AutomatedDmChannelSubscription.mdx +++ b/starlight_help/src/content/include/_AutomatedDmChannelSubscription.mdx @@ -1,4 +1,4 @@ -import ZulipNote from "../../../components/ZulipNote.astro"; +import ZulipNote from "../../components/ZulipNote.astro"; **Note**: Subscribing someone else to a channel sends them an diff --git a/starlight_help/src/content/docs/include/_AutomatedNoticeChannelEvent.mdx b/starlight_help/src/content/include/_AutomatedNoticeChannelEvent.mdx similarity index 70% rename from starlight_help/src/content/docs/include/_AutomatedNoticeChannelEvent.mdx rename to starlight_help/src/content/include/_AutomatedNoticeChannelEvent.mdx index 70dacba597..a3c357b455 100644 --- a/starlight_help/src/content/docs/include/_AutomatedNoticeChannelEvent.mdx +++ b/starlight_help/src/content/include/_AutomatedNoticeChannelEvent.mdx @@ -1,4 +1,4 @@ -import ZulipNote from "../../../components/ZulipNote.astro"; +import ZulipNote from "../../components/ZulipNote.astro"; **Note**: This sends an automated notice from Notification Bot diff --git a/starlight_help/src/content/docs/include/_AutomaticBilling.mdx b/starlight_help/src/content/include/_AutomaticBilling.mdx similarity index 95% rename from starlight_help/src/content/docs/include/_AutomaticBilling.mdx rename to starlight_help/src/content/include/_AutomaticBilling.mdx index bae8c6d37d..551c88999d 100644 --- a/starlight_help/src/content/docs/include/_AutomaticBilling.mdx +++ b/starlight_help/src/content/include/_AutomaticBilling.mdx @@ -1,4 +1,4 @@ -import ZulipTip from "../../../components/ZulipTip.astro"; +import ZulipTip from "../../components/ZulipTip.astro"; Automatic license management is recommended unless you have a diff --git a/starlight_help/src/content/docs/include/_AutomaticallyFollowTopics.mdx b/starlight_help/src/content/include/_AutomaticallyFollowTopics.mdx similarity index 89% rename from starlight_help/src/content/docs/include/_AutomaticallyFollowTopics.mdx rename to starlight_help/src/content/include/_AutomaticallyFollowTopics.mdx index 4227894cfb..4e301772af 100644 --- a/starlight_help/src/content/docs/include/_AutomaticallyFollowTopics.mdx +++ b/starlight_help/src/content/include/_AutomaticallyFollowTopics.mdx @@ -1,7 +1,7 @@ import {TabItem, Tabs} from "@astrojs/starlight/components"; -import FlattenedSteps from "../../../components/FlattenedSteps.astro"; -import NavigationSteps from "../../../components/NavigationSteps.astro"; +import FlattenedSteps from "../../components/FlattenedSteps.astro"; +import NavigationSteps from "../../components/NavigationSteps.astro"; ### Follow topics you start or participate in diff --git a/starlight_help/src/content/docs/include/_AutomaticallyUnmuteTopicsInMutedChannels.mdx b/starlight_help/src/content/include/_AutomaticallyUnmuteTopicsInMutedChannels.mdx similarity index 71% rename from starlight_help/src/content/docs/include/_AutomaticallyUnmuteTopicsInMutedChannels.mdx rename to starlight_help/src/content/include/_AutomaticallyUnmuteTopicsInMutedChannels.mdx index f194004700..ccadd1dbde 100644 --- a/starlight_help/src/content/docs/include/_AutomaticallyUnmuteTopicsInMutedChannels.mdx +++ b/starlight_help/src/content/include/_AutomaticallyUnmuteTopicsInMutedChannels.mdx @@ -1,7 +1,7 @@ import {TabItem, Tabs} from "@astrojs/starlight/components"; -import FlattenedSteps from "../../../components/FlattenedSteps.astro"; -import NavigationSteps from "../../../components/NavigationSteps.astro"; +import FlattenedSteps from "../../components/FlattenedSteps.astro"; +import NavigationSteps from "../../components/NavigationSteps.astro"; diff --git a/starlight_help/src/content/docs/include/_BulletedListsExamples.mdx b/starlight_help/src/content/include/_BulletedListsExamples.mdx similarity index 79% rename from starlight_help/src/content/docs/include/_BulletedListsExamples.mdx rename to starlight_help/src/content/include/_BulletedListsExamples.mdx index 9b195a30ac..19163bea0c 100644 --- a/starlight_help/src/content/docs/include/_BulletedListsExamples.mdx +++ b/starlight_help/src/content/include/_BulletedListsExamples.mdx @@ -14,4 +14,4 @@ bullet ### What it looks like -![Markdown bullets](../../../images/markdown-bullets.png) +![Markdown bullets](../../images/markdown-bullets.png) diff --git a/starlight_help/src/content/docs/include/_BulletedListsIntro.mdx b/starlight_help/src/content/include/_BulletedListsIntro.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_BulletedListsIntro.mdx rename to starlight_help/src/content/include/_BulletedListsIntro.mdx diff --git a/starlight_help/src/content/docs/include/_ChangePasswordAndAPIKey.mdx b/starlight_help/src/content/include/_ChangePasswordAndAPIKey.mdx similarity index 75% rename from starlight_help/src/content/docs/include/_ChangePasswordAndAPIKey.mdx rename to starlight_help/src/content/include/_ChangePasswordAndAPIKey.mdx index 8566a95cfc..bc34b191c6 100644 --- a/starlight_help/src/content/docs/include/_ChangePasswordAndAPIKey.mdx +++ b/starlight_help/src/content/include/_ChangePasswordAndAPIKey.mdx @@ -1,8 +1,8 @@ import {Steps, TabItem, Tabs} from "@astrojs/starlight/components"; -import FlattenedSteps from "../../../components/FlattenedSteps.astro"; -import NavigationSteps from "../../../components/NavigationSteps.astro"; -import ZulipTip from "../../../components/ZulipTip.astro"; +import FlattenedSteps from "../../components/FlattenedSteps.astro"; +import NavigationSteps from "../../components/NavigationSteps.astro"; +import ZulipTip from "../../components/ZulipTip.astro"; diff --git a/starlight_help/src/content/docs/include/_ChangePasswordViaEmailConfirmation.mdx b/starlight_help/src/content/include/_ChangePasswordViaEmailConfirmation.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_ChangePasswordViaEmailConfirmation.mdx rename to starlight_help/src/content/include/_ChangePasswordViaEmailConfirmation.mdx diff --git a/starlight_help/src/content/docs/include/_ChannelActions.mdx b/starlight_help/src/content/include/_ChannelActions.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_ChannelActions.mdx rename to starlight_help/src/content/include/_ChannelActions.mdx diff --git a/starlight_help/src/content/docs/include/_ChannelAdminPermissions.mdx b/starlight_help/src/content/include/_ChannelAdminPermissions.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_ChannelAdminPermissions.mdx rename to starlight_help/src/content/include/_ChannelAdminPermissions.mdx diff --git a/starlight_help/src/content/docs/include/_ChannelFoldersIntro.mdx b/starlight_help/src/content/include/_ChannelFoldersIntro.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_ChannelFoldersIntro.mdx rename to starlight_help/src/content/include/_ChannelFoldersIntro.mdx diff --git a/starlight_help/src/content/docs/include/_ChannelLongPressMenu.mdx b/starlight_help/src/content/include/_ChannelLongPressMenu.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_ChannelLongPressMenu.mdx rename to starlight_help/src/content/include/_ChannelLongPressMenu.mdx diff --git a/starlight_help/src/content/docs/include/_ChannelLongPressMenuTip.mdx b/starlight_help/src/content/include/_ChannelLongPressMenuTip.mdx similarity index 68% rename from starlight_help/src/content/docs/include/_ChannelLongPressMenuTip.mdx rename to starlight_help/src/content/include/_ChannelLongPressMenuTip.mdx index 7d79aa9bde..7fabbaadde 100644 --- a/starlight_help/src/content/docs/include/_ChannelLongPressMenuTip.mdx +++ b/starlight_help/src/content/include/_ChannelLongPressMenuTip.mdx @@ -1,4 +1,4 @@ -import ZulipTip from "../../../components/ZulipTip.astro"; +import ZulipTip from "../../components/ZulipTip.astro"; If you are in a channel view, you can access the long-press diff --git a/starlight_help/src/content/docs/include/_ChannelMenuSubscribersTabTip.mdx b/starlight_help/src/content/include/_ChannelMenuSubscribersTabTip.mdx similarity index 81% rename from starlight_help/src/content/docs/include/_ChannelMenuSubscribersTabTip.mdx rename to starlight_help/src/content/include/_ChannelMenuSubscribersTabTip.mdx index ceba4fbd21..d421a4c6a5 100644 --- a/starlight_help/src/content/docs/include/_ChannelMenuSubscribersTabTip.mdx +++ b/starlight_help/src/content/include/_ChannelMenuSubscribersTabTip.mdx @@ -1,4 +1,4 @@ -import ZulipTip from "../../../components/ZulipTip.astro"; +import ZulipTip from "../../components/ZulipTip.astro"; import MoreVerticalIcon from "~icons/zulip-icon/more-vertical"; diff --git a/starlight_help/src/content/docs/include/_ChannelNameLongPressMenu.mdx b/starlight_help/src/content/include/_ChannelNameLongPressMenu.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_ChannelNameLongPressMenu.mdx rename to starlight_help/src/content/include/_ChannelNameLongPressMenu.mdx diff --git a/starlight_help/src/content/docs/include/_ChannelNameLongPressMenuTip.mdx b/starlight_help/src/content/include/_ChannelNameLongPressMenuTip.mdx similarity index 69% rename from starlight_help/src/content/docs/include/_ChannelNameLongPressMenuTip.mdx rename to starlight_help/src/content/include/_ChannelNameLongPressMenuTip.mdx index 408a5d3e10..9705417eba 100644 --- a/starlight_help/src/content/docs/include/_ChannelNameLongPressMenuTip.mdx +++ b/starlight_help/src/content/include/_ChannelNameLongPressMenuTip.mdx @@ -1,4 +1,4 @@ -import ZulipTip from "../../../components/ZulipTip.astro"; +import ZulipTip from "../../components/ZulipTip.astro"; You can also press and hold the name of a channel in Inbox and channel views diff --git a/starlight_help/src/content/docs/include/_ChannelPrivacyTypes.mdx b/starlight_help/src/content/include/_ChannelPrivacyTypes.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_ChannelPrivacyTypes.mdx rename to starlight_help/src/content/include/_ChannelPrivacyTypes.mdx diff --git a/starlight_help/src/content/docs/include/_ChannelSettingsGeneralTabTip.mdx b/starlight_help/src/content/include/_ChannelSettingsGeneralTabTip.mdx similarity index 81% rename from starlight_help/src/content/docs/include/_ChannelSettingsGeneralTabTip.mdx rename to starlight_help/src/content/include/_ChannelSettingsGeneralTabTip.mdx index dd6ef54e54..e06441e3e4 100644 --- a/starlight_help/src/content/docs/include/_ChannelSettingsGeneralTabTip.mdx +++ b/starlight_help/src/content/include/_ChannelSettingsGeneralTabTip.mdx @@ -1,4 +1,4 @@ -import ZulipTip from "../../../components/ZulipTip.astro"; +import ZulipTip from "../../components/ZulipTip.astro"; import MoreVerticalIcon from "~icons/zulip-icon/more-vertical"; diff --git a/starlight_help/src/content/docs/include/_ChannelsIntro.mdx b/starlight_help/src/content/include/_ChannelsIntro.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_ChannelsIntro.mdx rename to starlight_help/src/content/include/_ChannelsIntro.mdx diff --git a/starlight_help/src/content/docs/include/_ClearStatus.mdx b/starlight_help/src/content/include/_ClearStatus.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_ClearStatus.mdx rename to starlight_help/src/content/include/_ClearStatus.mdx diff --git a/starlight_help/src/content/docs/include/_CloudPaidPlansOnly.mdx b/starlight_help/src/content/include/_CloudPaidPlansOnly.mdx similarity index 76% rename from starlight_help/src/content/docs/include/_CloudPaidPlansOnly.mdx rename to starlight_help/src/content/include/_CloudPaidPlansOnly.mdx index 43d4d2049c..9bff8aaf04 100644 --- a/starlight_help/src/content/docs/include/_CloudPaidPlansOnly.mdx +++ b/starlight_help/src/content/include/_CloudPaidPlansOnly.mdx @@ -1,4 +1,4 @@ -import ZulipNote from "../../../components/ZulipNote.astro"; +import ZulipNote from "../../components/ZulipNote.astro"; Zulip Cloud customers who wish to use this feature must upgrade to diff --git a/starlight_help/src/content/docs/include/_CloudPlusOnly.mdx b/starlight_help/src/content/include/_CloudPlusOnly.mdx similarity index 71% rename from starlight_help/src/content/docs/include/_CloudPlusOnly.mdx rename to starlight_help/src/content/include/_CloudPlusOnly.mdx index 2e9b3768e2..3d3802b07c 100644 --- a/starlight_help/src/content/docs/include/_CloudPlusOnly.mdx +++ b/starlight_help/src/content/include/_CloudPlusOnly.mdx @@ -1,4 +1,4 @@ -import ZulipNote from "../../../components/ZulipNote.astro"; +import ZulipNote from "../../components/ZulipNote.astro"; Zulip Cloud customers who wish to use this feature must upgrade to diff --git a/starlight_help/src/content/docs/include/_CodeBlocksExamples.mdx b/starlight_help/src/content/include/_CodeBlocksExamples.mdx similarity index 80% rename from starlight_help/src/content/docs/include/_CodeBlocksExamples.mdx rename to starlight_help/src/content/include/_CodeBlocksExamples.mdx index 7e1d836a97..06d1b4641f 100644 --- a/starlight_help/src/content/docs/include/_CodeBlocksExamples.mdx +++ b/starlight_help/src/content/include/_CodeBlocksExamples.mdx @@ -1,4 +1,4 @@ -import ZulipTip from "../../../components/ZulipTip.astro"; +import ZulipTip from "../../components/ZulipTip.astro"; ### What you type @@ -26,7 +26,7 @@ def fib(n): ### What it looks like -![Markdown code](../../../images/markdown-code.png) +![Markdown code](../../images/markdown-code.png) A widget in the top right corner of code blocks allows you to easily diff --git a/starlight_help/src/content/docs/include/_CodeBlocksIntro.mdx b/starlight_help/src/content/include/_CodeBlocksIntro.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_CodeBlocksIntro.mdx rename to starlight_help/src/content/include/_CodeBlocksIntro.mdx diff --git a/starlight_help/src/content/docs/include/_CombinedFeed.mdx b/starlight_help/src/content/include/_CombinedFeed.mdx similarity index 84% rename from starlight_help/src/content/docs/include/_CombinedFeed.mdx rename to starlight_help/src/content/include/_CombinedFeed.mdx index e282c224b4..6ff7e23c44 100644 --- a/starlight_help/src/content/docs/include/_CombinedFeed.mdx +++ b/starlight_help/src/content/include/_CombinedFeed.mdx @@ -1,8 +1,7 @@ import {Steps, TabItem, Tabs} from "@astrojs/starlight/components"; -import FlattenedSteps from "../../../components/FlattenedSteps.astro"; - -import GoToCombinedFeed from "./_GoToCombinedFeed.mdx"; +import FlattenedSteps from "../../components/FlattenedSteps.astro"; +import GoToCombinedFeed from "../include/_GoToCombinedFeed.mdx"; import AllMessagesIcon from "~icons/zulip-icon/all-messages"; diff --git a/starlight_help/src/content/docs/include/_CommunitiesDirectoryInstructions.mdx b/starlight_help/src/content/include/_CommunitiesDirectoryInstructions.mdx similarity index 63% rename from starlight_help/src/content/docs/include/_CommunitiesDirectoryInstructions.mdx rename to starlight_help/src/content/include/_CommunitiesDirectoryInstructions.mdx index 27bc2ef0a1..d9971ccd6e 100644 --- a/starlight_help/src/content/docs/include/_CommunitiesDirectoryInstructions.mdx +++ b/starlight_help/src/content/include/_CommunitiesDirectoryInstructions.mdx @@ -1,7 +1,6 @@ -import FlattenedSteps from "../../../components/FlattenedSteps.astro"; -import NavigationSteps from "../../../components/NavigationSteps.astro"; - -import SaveChanges from "./_SaveChanges.mdx"; +import FlattenedSteps from "../../components/FlattenedSteps.astro"; +import NavigationSteps from "../../components/NavigationSteps.astro"; +import SaveChanges from "../include/_SaveChanges.mdx"; diff --git a/starlight_help/src/content/docs/include/_CommunitiesDirectoryIntro.mdx b/starlight_help/src/content/include/_CommunitiesDirectoryIntro.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_CommunitiesDirectoryIntro.mdx rename to starlight_help/src/content/include/_CommunitiesDirectoryIntro.mdx diff --git a/starlight_help/src/content/docs/include/_ComposeAndSendMessage.mdx b/starlight_help/src/content/include/_ComposeAndSendMessage.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_ComposeAndSendMessage.mdx rename to starlight_help/src/content/include/_ComposeAndSendMessage.mdx diff --git a/starlight_help/src/content/docs/include/_ConfigureChannelLinks.mdx b/starlight_help/src/content/include/_ConfigureChannelLinks.mdx similarity index 78% rename from starlight_help/src/content/docs/include/_ConfigureChannelLinks.mdx rename to starlight_help/src/content/include/_ConfigureChannelLinks.mdx index 4286cd5037..817b6e8bc1 100644 --- a/starlight_help/src/content/docs/include/_ConfigureChannelLinks.mdx +++ b/starlight_help/src/content/include/_ConfigureChannelLinks.mdx @@ -1,7 +1,7 @@ import {TabItem, Tabs} from "@astrojs/starlight/components"; -import FlattenedSteps from "../../../components/FlattenedSteps.astro"; -import NavigationSteps from "../../../components/NavigationSteps.astro"; +import FlattenedSteps from "../../components/FlattenedSteps.astro"; +import NavigationSteps from "../../components/NavigationSteps.astro"; You can configure whether channel links in the [left sidebar](/help/left-sidebar) go to the channel feed, a list of topics in the diff --git a/starlight_help/src/content/docs/include/_ConfigureNotificationsForFollowedTopics.mdx b/starlight_help/src/content/include/_ConfigureNotificationsForFollowedTopics.mdx similarity index 70% rename from starlight_help/src/content/docs/include/_ConfigureNotificationsForFollowedTopics.mdx rename to starlight_help/src/content/include/_ConfigureNotificationsForFollowedTopics.mdx index 95acd1673a..7d1fd3d2d0 100644 --- a/starlight_help/src/content/docs/include/_ConfigureNotificationsForFollowedTopics.mdx +++ b/starlight_help/src/content/include/_ConfigureNotificationsForFollowedTopics.mdx @@ -1,8 +1,8 @@ import {TabItem, Tabs} from "@astrojs/starlight/components"; -import FlattenedSteps from "../../../components/FlattenedSteps.astro"; -import NavigationSteps from "../../../components/NavigationSteps.astro"; -import ZulipTip from "../../../components/ZulipTip.astro"; +import FlattenedSteps from "../../components/FlattenedSteps.astro"; +import NavigationSteps from "../../components/NavigationSteps.astro"; +import ZulipTip from "../../components/ZulipTip.astro"; diff --git a/starlight_help/src/content/docs/include/_ConfigureResolvedNoticesMarkedAsRead.mdx b/starlight_help/src/content/include/_ConfigureResolvedNoticesMarkedAsRead.mdx similarity index 78% rename from starlight_help/src/content/docs/include/_ConfigureResolvedNoticesMarkedAsRead.mdx rename to starlight_help/src/content/include/_ConfigureResolvedNoticesMarkedAsRead.mdx index 7d63213ba7..2c2a7b2db8 100644 --- a/starlight_help/src/content/docs/include/_ConfigureResolvedNoticesMarkedAsRead.mdx +++ b/starlight_help/src/content/include/_ConfigureResolvedNoticesMarkedAsRead.mdx @@ -1,7 +1,7 @@ import {TabItem, Tabs} from "@astrojs/starlight/components"; -import FlattenedSteps from "../../../components/FlattenedSteps.astro"; -import NavigationSteps from "../../../components/NavigationSteps.astro"; +import FlattenedSteps from "../../components/FlattenedSteps.astro"; +import NavigationSteps from "../../components/NavigationSteps.astro"; Zulip lets you automatically mark as read Notification Bot notices indicating that someone [resolved or unresolved](/help/resolve-a-topic) diff --git a/starlight_help/src/content/docs/include/_ConfigureTopicNotificationsDesktopWeb.mdx b/starlight_help/src/content/include/_ConfigureTopicNotificationsDesktopWeb.mdx similarity index 75% rename from starlight_help/src/content/docs/include/_ConfigureTopicNotificationsDesktopWeb.mdx rename to starlight_help/src/content/include/_ConfigureTopicNotificationsDesktopWeb.mdx index ba5cae513c..2e95274365 100644 --- a/starlight_help/src/content/docs/include/_ConfigureTopicNotificationsDesktopWeb.mdx +++ b/starlight_help/src/content/include/_ConfigureTopicNotificationsDesktopWeb.mdx @@ -1,7 +1,6 @@ -import FlattenedSteps from "../../../components/FlattenedSteps.astro"; -import ZulipTip from "../../../components/ZulipTip.astro"; - -import TopicActions from "./_TopicActions.mdx"; +import FlattenedSteps from "../../components/FlattenedSteps.astro"; +import ZulipTip from "../../components/ZulipTip.astro"; +import TopicActions from "../include/_TopicActions.mdx"; import FollowIcon from "~icons/zulip-icon/follow"; import InheritIcon from "~icons/zulip-icon/inherit"; diff --git a/starlight_help/src/content/docs/include/_ConfigureWhoCanManagePlans.mdx b/starlight_help/src/content/include/_ConfigureWhoCanManagePlans.mdx similarity index 64% rename from starlight_help/src/content/docs/include/_ConfigureWhoCanManagePlans.mdx rename to starlight_help/src/content/include/_ConfigureWhoCanManagePlans.mdx index 5e50c5e80a..337c046c88 100644 --- a/starlight_help/src/content/docs/include/_ConfigureWhoCanManagePlans.mdx +++ b/starlight_help/src/content/include/_ConfigureWhoCanManagePlans.mdx @@ -1,9 +1,8 @@ import {TabItem, Tabs} from "@astrojs/starlight/components"; -import FlattenedSteps from "../../../components/FlattenedSteps.astro"; -import NavigationSteps from "../../../components/NavigationSteps.astro"; - -import SaveChanges from "./_SaveChanges.mdx"; +import FlattenedSteps from "../../components/FlattenedSteps.astro"; +import NavigationSteps from "../../components/NavigationSteps.astro"; +import SaveChanges from "../include/_SaveChanges.mdx"; diff --git a/starlight_help/src/content/docs/include/_ContentAccessDefinition.mdx b/starlight_help/src/content/include/_ContentAccessDefinition.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_ContentAccessDefinition.mdx rename to starlight_help/src/content/include/_ContentAccessDefinition.mdx diff --git a/starlight_help/src/content/docs/include/_ConversationDefinition.mdx b/starlight_help/src/content/include/_ConversationDefinition.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_ConversationDefinition.mdx rename to starlight_help/src/content/include/_ConversationDefinition.mdx diff --git a/starlight_help/src/content/docs/include/_ConversationRecommendation.mdx b/starlight_help/src/content/include/_ConversationRecommendation.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_ConversationRecommendation.mdx rename to starlight_help/src/content/include/_ConversationRecommendation.mdx diff --git a/starlight_help/src/content/docs/include/_CreateAChannelInstructions.mdx b/starlight_help/src/content/include/_CreateAChannelInstructions.mdx similarity index 85% rename from starlight_help/src/content/docs/include/_CreateAChannelInstructions.mdx rename to starlight_help/src/content/include/_CreateAChannelInstructions.mdx index 96bf93bdf5..efdc6c5453 100644 --- a/starlight_help/src/content/docs/include/_CreateAChannelInstructions.mdx +++ b/starlight_help/src/content/include/_CreateAChannelInstructions.mdx @@ -1,8 +1,8 @@ import {TabItem, Tabs} from "@astrojs/starlight/components"; -import FlattenedSteps from "../../../components/FlattenedSteps.astro"; -import NavigationSteps from "../../../components/NavigationSteps.astro"; -import ZulipNote from "../../../components/ZulipNote.astro"; +import FlattenedSteps from "../../components/FlattenedSteps.astro"; +import NavigationSteps from "../../components/NavigationSteps.astro"; +import ZulipNote from "../../components/ZulipNote.astro"; import SquarePlusIcon from "~icons/zulip-icon/square-plus"; diff --git a/starlight_help/src/content/docs/include/_CreateChannelsIntro.mdx b/starlight_help/src/content/include/_CreateChannelsIntro.mdx similarity index 80% rename from starlight_help/src/content/docs/include/_CreateChannelsIntro.mdx rename to starlight_help/src/content/include/_CreateChannelsIntro.mdx index 2a9a4cb0a7..1257469c17 100644 --- a/starlight_help/src/content/docs/include/_CreateChannelsIntro.mdx +++ b/starlight_help/src/content/include/_CreateChannelsIntro.mdx @@ -1,6 +1,5 @@ -import ZulipTip from "../../../components/ZulipTip.astro"; - -import ChannelsIntro from "./_ChannelsIntro.mdx"; +import ZulipTip from "../../components/ZulipTip.astro"; +import ChannelsIntro from "../include/_ChannelsIntro.mdx"; diff --git a/starlight_help/src/content/docs/include/_CustomizeSettingsForNewUsers.mdx b/starlight_help/src/content/include/_CustomizeSettingsForNewUsers.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_CustomizeSettingsForNewUsers.mdx rename to starlight_help/src/content/include/_CustomizeSettingsForNewUsers.mdx diff --git a/starlight_help/src/content/docs/include/_DependsOnPermissions.mdx b/starlight_help/src/content/include/_DependsOnPermissions.mdx similarity index 65% rename from starlight_help/src/content/docs/include/_DependsOnPermissions.mdx rename to starlight_help/src/content/include/_DependsOnPermissions.mdx index 98a6fb8fc7..8139edc971 100644 --- a/starlight_help/src/content/docs/include/_DependsOnPermissions.mdx +++ b/starlight_help/src/content/include/_DependsOnPermissions.mdx @@ -1,4 +1,4 @@ -import ZulipNote from "../../../components/ZulipNote.astro"; +import ZulipNote from "../../components/ZulipNote.astro"; You will see the options described only if you have permission diff --git a/starlight_help/src/content/docs/include/_DesktopSidebarSettingsMenu.mdx b/starlight_help/src/content/include/_DesktopSidebarSettingsMenu.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_DesktopSidebarSettingsMenu.mdx rename to starlight_help/src/content/include/_DesktopSidebarSettingsMenu.mdx diff --git a/starlight_help/src/content/docs/include/_DesktopToggleSidebarTip.mdx b/starlight_help/src/content/include/_DesktopToggleSidebarTip.mdx similarity index 72% rename from starlight_help/src/content/docs/include/_DesktopToggleSidebarTip.mdx rename to starlight_help/src/content/include/_DesktopToggleSidebarTip.mdx index 98c3e591fb..e1ebd6a4b4 100644 --- a/starlight_help/src/content/docs/include/_DesktopToggleSidebarTip.mdx +++ b/starlight_help/src/content/include/_DesktopToggleSidebarTip.mdx @@ -1,4 +1,4 @@ -import ZulipTip from "../../../components/ZulipTip.astro"; +import ZulipTip from "../../components/ZulipTip.astro"; To show or hide the **organizations sidebar** on the left, select diff --git a/starlight_help/src/content/docs/include/_DmFeedInstructions.mdx b/starlight_help/src/content/include/_DmFeedInstructions.mdx similarity index 92% rename from starlight_help/src/content/docs/include/_DmFeedInstructions.mdx rename to starlight_help/src/content/include/_DmFeedInstructions.mdx index d5f5754ae2..fcabc18dd0 100644 --- a/starlight_help/src/content/docs/include/_DmFeedInstructions.mdx +++ b/starlight_help/src/content/include/_DmFeedInstructions.mdx @@ -1,6 +1,6 @@ import {Steps, TabItem, Tabs} from "@astrojs/starlight/components"; -import ZulipTip from "../../../components/ZulipTip.astro"; +import ZulipTip from "../../components/ZulipTip.astro"; import AllMessagesIcon from "~icons/zulip-icon/all-messages"; diff --git a/starlight_help/src/content/docs/include/_EditOrganizationProfile.mdx b/starlight_help/src/content/include/_EditOrganizationProfile.mdx similarity index 64% rename from starlight_help/src/content/docs/include/_EditOrganizationProfile.mdx rename to starlight_help/src/content/include/_EditOrganizationProfile.mdx index f5e89367ef..95d2e9208d 100644 --- a/starlight_help/src/content/docs/include/_EditOrganizationProfile.mdx +++ b/starlight_help/src/content/include/_EditOrganizationProfile.mdx @@ -1,7 +1,6 @@ -import FlattenedSteps from "../../../components/FlattenedSteps.astro"; -import NavigationSteps from "../../../components/NavigationSteps.astro"; - -import SaveChanges from "./_SaveChanges.mdx"; +import FlattenedSteps from "../../components/FlattenedSteps.astro"; +import NavigationSteps from "../../components/NavigationSteps.astro"; +import SaveChanges from "../include/_SaveChanges.mdx"; diff --git a/starlight_help/src/content/docs/include/_EmojiAndEmoticonsExamples.mdx b/starlight_help/src/content/include/_EmojiAndEmoticonsExamples.mdx similarity index 60% rename from starlight_help/src/content/docs/include/_EmojiAndEmoticonsExamples.mdx rename to starlight_help/src/content/include/_EmojiAndEmoticonsExamples.mdx index e3b9f6a061..f187be2a6f 100644 --- a/starlight_help/src/content/docs/include/_EmojiAndEmoticonsExamples.mdx +++ b/starlight_help/src/content/include/_EmojiAndEmoticonsExamples.mdx @@ -6,4 +6,4 @@ ### What it looks like -![Markdown emoji](../../../images/markdown-emoji.png) +![Markdown emoji](../../images/markdown-emoji.png) diff --git a/starlight_help/src/content/docs/include/_EmojiAndEmoticonsIntro.mdx b/starlight_help/src/content/include/_EmojiAndEmoticonsIntro.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_EmojiAndEmoticonsIntro.mdx rename to starlight_help/src/content/include/_EmojiAndEmoticonsIntro.mdx diff --git a/starlight_help/src/content/docs/include/_EmphasisExamples.mdx b/starlight_help/src/content/include/_EmphasisExamples.mdx similarity index 67% rename from starlight_help/src/content/docs/include/_EmphasisExamples.mdx rename to starlight_help/src/content/include/_EmphasisExamples.mdx index 3f069bd01b..0a2f0df285 100644 --- a/starlight_help/src/content/docs/include/_EmphasisExamples.mdx +++ b/starlight_help/src/content/include/_EmphasisExamples.mdx @@ -7,4 +7,4 @@ ### What it looks like -![Markdown emphasis](../../../images/markdown-emphasis.png) +![Markdown emphasis](../../images/markdown-emphasis.png) diff --git a/starlight_help/src/content/docs/include/_EmphasisIntro.mdx b/starlight_help/src/content/include/_EmphasisIntro.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_EmphasisIntro.mdx rename to starlight_help/src/content/include/_EmphasisIntro.mdx diff --git a/starlight_help/src/content/docs/include/_ExportWithoutConsentRequirements.mdx b/starlight_help/src/content/include/_ExportWithoutConsentRequirements.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_ExportWithoutConsentRequirements.mdx rename to starlight_help/src/content/include/_ExportWithoutConsentRequirements.mdx diff --git a/starlight_help/src/content/docs/include/_FilterChannels.mdx b/starlight_help/src/content/include/_FilterChannels.mdx similarity index 88% rename from starlight_help/src/content/docs/include/_FilterChannels.mdx rename to starlight_help/src/content/include/_FilterChannels.mdx index a8fae6e1a3..a571b0012c 100644 --- a/starlight_help/src/content/docs/include/_FilterChannels.mdx +++ b/starlight_help/src/content/include/_FilterChannels.mdx @@ -1,6 +1,6 @@ import {Steps, TabItem, Tabs} from "@astrojs/starlight/components"; -import KeyboardTip from "../../../components/KeyboardTip.astro"; +import KeyboardTip from "../../components/KeyboardTip.astro"; Channels in collapsed sections will be included in your search. diff --git a/starlight_help/src/content/docs/include/_FilterResolvedLeftSidebar.mdx b/starlight_help/src/content/include/_FilterResolvedLeftSidebar.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_FilterResolvedLeftSidebar.mdx rename to starlight_help/src/content/include/_FilterResolvedLeftSidebar.mdx diff --git a/starlight_help/src/content/docs/include/_FindDmConversationLeftSidebar.mdx b/starlight_help/src/content/include/_FindDmConversationLeftSidebar.mdx similarity index 84% rename from starlight_help/src/content/docs/include/_FindDmConversationLeftSidebar.mdx rename to starlight_help/src/content/include/_FindDmConversationLeftSidebar.mdx index bda6993468..b78fcc0fb1 100644 --- a/starlight_help/src/content/docs/include/_FindDmConversationLeftSidebar.mdx +++ b/starlight_help/src/content/include/_FindDmConversationLeftSidebar.mdx @@ -1,6 +1,6 @@ import {Steps} from "@astrojs/starlight/components"; -import KeyboardTip from "../../../components/KeyboardTip.astro"; +import KeyboardTip from "../../components/KeyboardTip.astro"; 1. Type the name of a participant in the conversation you're looking for in the diff --git a/starlight_help/src/content/docs/include/_FollowedTopicWorkflows.mdx b/starlight_help/src/content/include/_FollowedTopicWorkflows.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_FollowedTopicWorkflows.mdx rename to starlight_help/src/content/include/_FollowedTopicWorkflows.mdx diff --git a/starlight_help/src/content/docs/include/_GeneralChatIntro.mdx b/starlight_help/src/content/include/_GeneralChatIntro.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_GeneralChatIntro.mdx rename to starlight_help/src/content/include/_GeneralChatIntro.mdx diff --git a/starlight_help/src/content/docs/include/_GlobalTimesExamples.mdx b/starlight_help/src/content/include/_GlobalTimesExamples.mdx similarity index 64% rename from starlight_help/src/content/docs/include/_GlobalTimesExamples.mdx rename to starlight_help/src/content/include/_GlobalTimesExamples.mdx index 24b5da1f93..d2619324aa 100644 --- a/starlight_help/src/content/docs/include/_GlobalTimesExamples.mdx +++ b/starlight_help/src/content/include/_GlobalTimesExamples.mdx @@ -1,4 +1,4 @@ -import ZulipTip from "../../../components/ZulipTip.astro"; +import ZulipTip from "../../components/ZulipTip.astro"; ### What you type @@ -17,8 +17,8 @@ Our next meeting is scheduled for . A person in San Francisco will see: -![Global time San Francisco example](../../../images/global-time-example-sf.png) +![Global time San Francisco example](../../images/global-time-example-sf.png) While someone in London will see: -![Global time London example](../../../images/global-time-example-london.png) +![Global time London example](../../images/global-time-example-london.png) diff --git a/starlight_help/src/content/docs/include/_GlobalTimesIntro.mdx b/starlight_help/src/content/include/_GlobalTimesIntro.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_GlobalTimesIntro.mdx rename to starlight_help/src/content/include/_GlobalTimesIntro.mdx diff --git a/starlight_help/src/content/docs/include/_GoToChannel.mdx b/starlight_help/src/content/include/_GoToChannel.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_GoToChannel.mdx rename to starlight_help/src/content/include/_GoToChannel.mdx diff --git a/starlight_help/src/content/docs/include/_GoToCombinedFeed.mdx b/starlight_help/src/content/include/_GoToCombinedFeed.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_GoToCombinedFeed.mdx rename to starlight_help/src/content/include/_GoToCombinedFeed.mdx diff --git a/starlight_help/src/content/docs/include/_GoToDraftMessages.mdx b/starlight_help/src/content/include/_GoToDraftMessages.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_GoToDraftMessages.mdx rename to starlight_help/src/content/include/_GoToDraftMessages.mdx diff --git a/starlight_help/src/content/docs/include/_GoToInbox.mdx b/starlight_help/src/content/include/_GoToInbox.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_GoToInbox.mdx rename to starlight_help/src/content/include/_GoToInbox.mdx diff --git a/starlight_help/src/content/docs/include/_GoToRecentConversations.mdx b/starlight_help/src/content/include/_GoToRecentConversations.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_GoToRecentConversations.mdx rename to starlight_help/src/content/include/_GoToRecentConversations.mdx diff --git a/starlight_help/src/content/docs/include/_GoToReminders.mdx b/starlight_help/src/content/include/_GoToReminders.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_GoToReminders.mdx rename to starlight_help/src/content/include/_GoToReminders.mdx diff --git a/starlight_help/src/content/docs/include/_GoToScheduledMessages.mdx b/starlight_help/src/content/include/_GoToScheduledMessages.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_GoToScheduledMessages.mdx rename to starlight_help/src/content/include/_GoToScheduledMessages.mdx diff --git a/starlight_help/src/content/docs/include/_HowToCreateAUserGroup.mdx b/starlight_help/src/content/include/_HowToCreateAUserGroup.mdx similarity index 81% rename from starlight_help/src/content/docs/include/_HowToCreateAUserGroup.mdx rename to starlight_help/src/content/include/_HowToCreateAUserGroup.mdx index d7e3058aa7..e907529ea1 100644 --- a/starlight_help/src/content/docs/include/_HowToCreateAUserGroup.mdx +++ b/starlight_help/src/content/include/_HowToCreateAUserGroup.mdx @@ -1,8 +1,8 @@ import {TabItem, Tabs} from "@astrojs/starlight/components"; -import FlattenedSteps from "../../../components/FlattenedSteps.astro"; -import NavigationSteps from "../../../components/NavigationSteps.astro"; -import ZulipNote from "../../../components/ZulipNote.astro"; +import FlattenedSteps from "../../components/FlattenedSteps.astro"; +import NavigationSteps from "../../components/NavigationSteps.astro"; +import ZulipNote from "../../components/ZulipNote.astro"; import UserGroupPlusIcon from "~icons/zulip-icon/user-group-plus"; diff --git a/starlight_help/src/content/docs/include/_HowToInviteUsersToJoin.mdx b/starlight_help/src/content/include/_HowToInviteUsersToJoin.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_HowToInviteUsersToJoin.mdx rename to starlight_help/src/content/include/_HowToInviteUsersToJoin.mdx diff --git a/starlight_help/src/content/docs/include/_HowToReplyIntro.mdx b/starlight_help/src/content/include/_HowToReplyIntro.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_HowToReplyIntro.mdx rename to starlight_help/src/content/include/_HowToReplyIntro.mdx diff --git a/starlight_help/src/content/docs/include/_HowToStartANewTopic.mdx b/starlight_help/src/content/include/_HowToStartANewTopic.mdx similarity index 79% rename from starlight_help/src/content/docs/include/_HowToStartANewTopic.mdx rename to starlight_help/src/content/include/_HowToStartANewTopic.mdx index f2ea644d53..0191d8bda0 100644 --- a/starlight_help/src/content/docs/include/_HowToStartANewTopic.mdx +++ b/starlight_help/src/content/include/_HowToStartANewTopic.mdx @@ -1,11 +1,10 @@ import {TabItem, Tabs} from "@astrojs/starlight/components"; -import FlattenedSteps from "../../../components/FlattenedSteps.astro"; -import KeyboardTip from "../../../components/KeyboardTip.astro"; - -import ComposeAndSendMessage from "./_ComposeAndSendMessage.mdx"; -import MobileChannels from "./_MobileChannels.mdx"; -import StartTopicViaLeftSidebar from "./_StartTopicViaLeftSidebar.mdx"; +import FlattenedSteps from "../../components/FlattenedSteps.astro"; +import KeyboardTip from "../../components/KeyboardTip.astro"; +import ComposeAndSendMessage from "../include/_ComposeAndSendMessage.mdx"; +import MobileChannels from "../include/_MobileChannels.mdx"; +import StartTopicViaLeftSidebar from "../include/_StartTopicViaLeftSidebar.mdx"; import SendIcon from "~icons/zulip-icon/send"; diff --git a/starlight_help/src/content/docs/include/_ImportGetYourOrganizationStarted.mdx b/starlight_help/src/content/include/_ImportGetYourOrganizationStarted.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_ImportGetYourOrganizationStarted.mdx rename to starlight_help/src/content/include/_ImportGetYourOrganizationStarted.mdx diff --git a/starlight_help/src/content/docs/include/_ImportHowUsersWillLogIn.mdx b/starlight_help/src/content/include/_ImportHowUsersWillLogIn.mdx similarity index 95% rename from starlight_help/src/content/docs/include/_ImportHowUsersWillLogIn.mdx rename to starlight_help/src/content/include/_ImportHowUsersWillLogIn.mdx index ca40b9861c..b3219ee26b 100644 --- a/starlight_help/src/content/docs/include/_ImportHowUsersWillLogIn.mdx +++ b/starlight_help/src/content/include/_ImportHowUsersWillLogIn.mdx @@ -1,7 +1,7 @@ import {Steps, TabItem, Tabs} from "@astrojs/starlight/components"; -import ZulipNote from "../../../components/ZulipNote.astro"; -import ZulipTip from "../../../components/ZulipTip.astro"; +import ZulipNote from "../../components/ZulipNote.astro"; +import ZulipTip from "../../components/ZulipTip.astro"; When user accounts are imported, users initially do not have passwords configured. There are a few options for how users can log in for the first time. diff --git a/starlight_help/src/content/docs/include/_ImportIntoASelfHostedServerDescription.mdx b/starlight_help/src/content/include/_ImportIntoASelfHostedServerDescription.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_ImportIntoASelfHostedServerDescription.mdx rename to starlight_help/src/content/include/_ImportIntoASelfHostedServerDescription.mdx diff --git a/starlight_help/src/content/docs/include/_ImportIntoASelfHostedServerInstructions.mdx b/starlight_help/src/content/include/_ImportIntoASelfHostedServerInstructions.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_ImportIntoASelfHostedServerInstructions.mdx rename to starlight_help/src/content/include/_ImportIntoASelfHostedServerInstructions.mdx diff --git a/starlight_help/src/content/docs/include/_ImportIntoAZulipCloudOrganization.mdx b/starlight_help/src/content/include/_ImportIntoAZulipCloudOrganization.mdx similarity index 86% rename from starlight_help/src/content/docs/include/_ImportIntoAZulipCloudOrganization.mdx rename to starlight_help/src/content/include/_ImportIntoAZulipCloudOrganization.mdx index 63716d17b6..959ff02e4c 100644 --- a/starlight_help/src/content/docs/include/_ImportIntoAZulipCloudOrganization.mdx +++ b/starlight_help/src/content/include/_ImportIntoAZulipCloudOrganization.mdx @@ -1,6 +1,6 @@ import {Steps} from "@astrojs/starlight/components"; -import SendUsInfo from "./_SendUsInfo.mdx"; +import SendUsInfo from "../include/_SendUsInfo.mdx"; #### Import into a Zulip Cloud organization diff --git a/starlight_help/src/content/docs/include/_ImportSelfHostedServerTips.mdx b/starlight_help/src/content/include/_ImportSelfHostedServerTips.mdx similarity index 70% rename from starlight_help/src/content/docs/include/_ImportSelfHostedServerTips.mdx rename to starlight_help/src/content/include/_ImportSelfHostedServerTips.mdx index 0ad525dfac..3fd3818d28 100644 --- a/starlight_help/src/content/docs/include/_ImportSelfHostedServerTips.mdx +++ b/starlight_help/src/content/include/_ImportSelfHostedServerTips.mdx @@ -1,5 +1,5 @@ -import ZulipNote from "../../../components/ZulipNote.astro"; -import ZulipTip from "../../../components/ZulipTip.astro"; +import ZulipNote from "../../components/ZulipNote.astro"; +import ZulipTip from "../../components/ZulipTip.astro"; The import could take several minutes to run, diff --git a/starlight_help/src/content/docs/include/_ImportWorkspaceToZulip.mdx b/starlight_help/src/content/include/_ImportWorkspaceToZulip.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_ImportWorkspaceToZulip.mdx rename to starlight_help/src/content/include/_ImportWorkspaceToZulip.mdx diff --git a/starlight_help/src/content/docs/include/_ImportYourDataIntoZulip.mdx b/starlight_help/src/content/include/_ImportYourDataIntoZulip.mdx similarity index 89% rename from starlight_help/src/content/docs/include/_ImportYourDataIntoZulip.mdx rename to starlight_help/src/content/include/_ImportYourDataIntoZulip.mdx index 9d406cc4ee..8bbc26949d 100644 --- a/starlight_help/src/content/docs/include/_ImportYourDataIntoZulip.mdx +++ b/starlight_help/src/content/include/_ImportYourDataIntoZulip.mdx @@ -1,4 +1,4 @@ -import ZulipNote from "../../../components/ZulipNote.astro"; +import ZulipNote from "../../components/ZulipNote.astro"; To start using Zulip, you will need to choose between Zulip Cloud and self-hosting Zulip. For a simple managed solution, with no setup or maintenance diff --git a/starlight_help/src/content/docs/include/_ImportZulipCloudOrganizationWarning.mdx b/starlight_help/src/content/include/_ImportZulipCloudOrganizationWarning.mdx similarity index 82% rename from starlight_help/src/content/docs/include/_ImportZulipCloudOrganizationWarning.mdx rename to starlight_help/src/content/include/_ImportZulipCloudOrganizationWarning.mdx index e8d69ece95..b4e35c80f4 100644 --- a/starlight_help/src/content/docs/include/_ImportZulipCloudOrganizationWarning.mdx +++ b/starlight_help/src/content/include/_ImportZulipCloudOrganizationWarning.mdx @@ -1,4 +1,4 @@ -import ZulipNote from "../../../components/ZulipNote.astro"; +import ZulipNote from "../../components/ZulipNote.astro"; If the organization already exists, the import process will overwrite all diff --git a/starlight_help/src/content/docs/include/_InboxInstructions.mdx b/starlight_help/src/content/include/_InboxInstructions.mdx similarity index 86% rename from starlight_help/src/content/docs/include/_InboxInstructions.mdx rename to starlight_help/src/content/include/_InboxInstructions.mdx index da6a254c07..0a6321c6f9 100644 --- a/starlight_help/src/content/docs/include/_InboxInstructions.mdx +++ b/starlight_help/src/content/include/_InboxInstructions.mdx @@ -1,9 +1,8 @@ import {Steps, TabItem, Tabs} from "@astrojs/starlight/components"; -import FlattenedSteps from "../../../components/FlattenedSteps.astro"; -import ZulipTip from "../../../components/ZulipTip.astro"; - -import GoToInbox from "./_GoToInbox.mdx"; +import FlattenedSteps from "../../components/FlattenedSteps.astro"; +import ZulipTip from "../../components/ZulipTip.astro"; +import GoToInbox from "../include/_GoToInbox.mdx"; import ArrowDownIcon from "~icons/zulip-icon/arrow-down"; import InboxIcon from "~icons/zulip-icon/inbox"; diff --git a/starlight_help/src/content/docs/include/_InboxIntro.mdx b/starlight_help/src/content/include/_InboxIntro.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_InboxIntro.mdx rename to starlight_help/src/content/include/_InboxIntro.mdx diff --git a/starlight_help/src/content/docs/include/_InternationalWireTransfers.mdx b/starlight_help/src/content/include/_InternationalWireTransfers.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_InternationalWireTransfers.mdx rename to starlight_help/src/content/include/_InternationalWireTransfers.mdx diff --git a/starlight_help/src/content/docs/include/_InviteUsers.mdx b/starlight_help/src/content/include/_InviteUsers.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_InviteUsers.mdx rename to starlight_help/src/content/include/_InviteUsers.mdx diff --git a/starlight_help/src/content/docs/include/_LatexExamples.mdx b/starlight_help/src/content/include/_LatexExamples.mdx similarity index 70% rename from starlight_help/src/content/docs/include/_LatexExamples.mdx rename to starlight_help/src/content/include/_LatexExamples.mdx index ccf1f8e2e1..17bff505bf 100644 --- a/starlight_help/src/content/docs/include/_LatexExamples.mdx +++ b/starlight_help/src/content/include/_LatexExamples.mdx @@ -11,4 +11,4 @@ Displayed: ### What it looks like -![Markdown LaTeX](../../../images/markdown-latex.png) +![Markdown LaTeX](../../images/markdown-latex.png) diff --git a/starlight_help/src/content/docs/include/_LatexIntro.mdx b/starlight_help/src/content/include/_LatexIntro.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_LatexIntro.mdx rename to starlight_help/src/content/include/_LatexIntro.mdx diff --git a/starlight_help/src/content/docs/include/_LeftSidebarConversations.mdx b/starlight_help/src/content/include/_LeftSidebarConversations.mdx similarity index 92% rename from starlight_help/src/content/docs/include/_LeftSidebarConversations.mdx rename to starlight_help/src/content/include/_LeftSidebarConversations.mdx index 21829ea165..57209bf152 100644 --- a/starlight_help/src/content/docs/include/_LeftSidebarConversations.mdx +++ b/starlight_help/src/content/include/_LeftSidebarConversations.mdx @@ -1,6 +1,6 @@ import {Steps, TabItem, Tabs} from "@astrojs/starlight/components"; -import ZulipTip from "../../../components/ZulipTip.astro"; +import ZulipTip from "../../components/ZulipTip.astro"; In the web app, the left sidebar provides quick access to your direct messages, and the channels you are subscribed to. diff --git a/starlight_help/src/content/docs/include/_LinksExamples.mdx b/starlight_help/src/content/include/_LinksExamples.mdx similarity index 86% rename from starlight_help/src/content/docs/include/_LinksExamples.mdx rename to starlight_help/src/content/include/_LinksExamples.mdx index f97e2a985f..76f05c485c 100644 --- a/starlight_help/src/content/docs/include/_LinksExamples.mdx +++ b/starlight_help/src/content/include/_LinksExamples.mdx @@ -11,4 +11,4 @@ Custom linkifier: For example, #2468 can automatically link to an issue in your ### What it looks like -![Markdown links](../../../images/markdown-links.png) +![Markdown links](../../images/markdown-links.png) diff --git a/starlight_help/src/content/docs/include/_LinksIntro.mdx b/starlight_help/src/content/include/_LinksIntro.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_LinksIntro.mdx rename to starlight_help/src/content/include/_LinksIntro.mdx diff --git a/starlight_help/src/content/docs/include/_ManageBillingIntro.mdx b/starlight_help/src/content/include/_ManageBillingIntro.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_ManageBillingIntro.mdx rename to starlight_help/src/content/include/_ManageBillingIntro.mdx diff --git a/starlight_help/src/content/docs/include/_ManageConfiguredTopicsDesktopWeb.mdx b/starlight_help/src/content/include/_ManageConfiguredTopicsDesktopWeb.mdx similarity index 59% rename from starlight_help/src/content/docs/include/_ManageConfiguredTopicsDesktopWeb.mdx rename to starlight_help/src/content/include/_ManageConfiguredTopicsDesktopWeb.mdx index 7ff81890dd..f6756574e2 100644 --- a/starlight_help/src/content/docs/include/_ManageConfiguredTopicsDesktopWeb.mdx +++ b/starlight_help/src/content/include/_ManageConfiguredTopicsDesktopWeb.mdx @@ -1,5 +1,5 @@ -import FlattenedSteps from "../../../components/FlattenedSteps.astro"; -import NavigationSteps from "../../../components/NavigationSteps.astro"; +import FlattenedSteps from "../../components/FlattenedSteps.astro"; +import NavigationSteps from "../../components/NavigationSteps.astro"; diff --git a/starlight_help/src/content/docs/include/_ManageConfiguredTopicsMobile.mdx b/starlight_help/src/content/include/_ManageConfiguredTopicsMobile.mdx similarity index 64% rename from starlight_help/src/content/docs/include/_ManageConfiguredTopicsMobile.mdx rename to starlight_help/src/content/include/_ManageConfiguredTopicsMobile.mdx index 730e9f230f..ee65e10aa3 100644 --- a/starlight_help/src/content/docs/include/_ManageConfiguredTopicsMobile.mdx +++ b/starlight_help/src/content/include/_ManageConfiguredTopicsMobile.mdx @@ -1,7 +1,6 @@ -import FlattenedSteps from "../../../components/FlattenedSteps.astro"; - -import MobileChannels from "./_MobileChannels.mdx"; -import TopicLongPressMenu from "./_TopicLongPressMenu.mdx"; +import FlattenedSteps from "../../components/FlattenedSteps.astro"; +import MobileChannels from "../include/_MobileChannels.mdx"; +import TopicLongPressMenu from "../include/_TopicLongPressMenu.mdx"; import TopicListIcon from "~icons/zulip-icon/topic-list"; diff --git a/starlight_help/src/content/include/_ManageThisUser.mdx b/starlight_help/src/content/include/_ManageThisUser.mdx new file mode 100644 index 0000000000..adbbe41b57 --- /dev/null +++ b/starlight_help/src/content/include/_ManageThisUser.mdx @@ -0,0 +1,8 @@ +import FlattenedSteps from "../../components/FlattenedSteps.astro"; +import UserCardThreeDotMenu from "../include/_UserCardThreeDotMenu.mdx"; + + + + + 1. Click **Manage this user**. + diff --git a/starlight_help/src/content/docs/include/_ManageThisUserViaUserProfile.mdx b/starlight_help/src/content/include/_ManageThisUserViaUserProfile.mdx similarity index 61% rename from starlight_help/src/content/docs/include/_ManageThisUserViaUserProfile.mdx rename to starlight_help/src/content/include/_ManageThisUserViaUserProfile.mdx index 4a7ca11e8f..534b4739b0 100644 --- a/starlight_help/src/content/docs/include/_ManageThisUserViaUserProfile.mdx +++ b/starlight_help/src/content/include/_ManageThisUserViaUserProfile.mdx @@ -1,6 +1,5 @@ -import FlattenedSteps from "../../../components/FlattenedSteps.astro"; - -import RightSidebarViewProfile from "./_RightSidebarViewProfile.mdx"; +import FlattenedSteps from "../../components/FlattenedSteps.astro"; +import RightSidebarViewProfile from "../include/_RightSidebarViewProfile.mdx"; import EditIcon from "~icons/zulip-icon/edit"; diff --git a/starlight_help/src/content/docs/include/_ManageUserTabTip.mdx b/starlight_help/src/content/include/_ManageUserTabTip.mdx similarity index 80% rename from starlight_help/src/content/docs/include/_ManageUserTabTip.mdx rename to starlight_help/src/content/include/_ManageUserTabTip.mdx index 8da8ae4225..f4f92f18d8 100644 --- a/starlight_help/src/content/docs/include/_ManageUserTabTip.mdx +++ b/starlight_help/src/content/include/_ManageUserTabTip.mdx @@ -1,4 +1,4 @@ -import ZulipTip from "../../../components/ZulipTip.astro"; +import ZulipTip from "../../components/ZulipTip.astro"; import EditIcon from "~icons/zulip-icon/edit"; diff --git a/starlight_help/src/content/docs/include/_ManualAddLicenseInstructions.mdx b/starlight_help/src/content/include/_ManualAddLicenseInstructions.mdx similarity index 84% rename from starlight_help/src/content/docs/include/_ManualAddLicenseInstructions.mdx rename to starlight_help/src/content/include/_ManualAddLicenseInstructions.mdx index 54f769a7e5..bfb1503481 100644 --- a/starlight_help/src/content/docs/include/_ManualAddLicenseInstructions.mdx +++ b/starlight_help/src/content/include/_ManualAddLicenseInstructions.mdx @@ -1,4 +1,4 @@ -import ZulipTip from "../../../components/ZulipTip.astro"; +import ZulipTip from "../../components/ZulipTip.astro"; 1. Modify **Number of licenses for current billing period** or **Number of licenses for next billing period**, and click **Update**. diff --git a/starlight_help/src/content/docs/include/_MeActionMessagesExamples.mdx b/starlight_help/src/content/include/_MeActionMessagesExamples.mdx similarity index 65% rename from starlight_help/src/content/docs/include/_MeActionMessagesExamples.mdx rename to starlight_help/src/content/include/_MeActionMessagesExamples.mdx index 4fd4c26fdd..956a6063ca 100644 --- a/starlight_help/src/content/docs/include/_MeActionMessagesExamples.mdx +++ b/starlight_help/src/content/include/_MeActionMessagesExamples.mdx @@ -8,4 +8,4 @@ For example, if you are **Ada Starr**: ### What it looks like -![Markdown status](../../../images/markdown-status.png) +![Markdown status](../../images/markdown-status.png) diff --git a/starlight_help/src/content/docs/include/_MeActionMessagesIntro.mdx b/starlight_help/src/content/include/_MeActionMessagesIntro.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_MeActionMessagesIntro.mdx rename to starlight_help/src/content/include/_MeActionMessagesIntro.mdx diff --git a/starlight_help/src/content/docs/include/_MentionsExamples.mdx b/starlight_help/src/content/include/_MentionsExamples.mdx similarity index 80% rename from starlight_help/src/content/docs/include/_MentionsExamples.mdx rename to starlight_help/src/content/include/_MentionsExamples.mdx index 784540253f..77b3b971ac 100644 --- a/starlight_help/src/content/docs/include/_MentionsExamples.mdx +++ b/starlight_help/src/content/include/_MentionsExamples.mdx @@ -1,4 +1,4 @@ -import ZulipTip from "../../../components/ZulipTip.astro"; +import ZulipTip from "../../components/ZulipTip.astro"; ### What you type @@ -17,4 +17,4 @@ Wildcard mentions: @**all**, @**everyone**, @**channel**, @**topic** (two `*`) ### What it looks like -![Markdown mentions](../../../images/markdown-mentions.png) +![Markdown mentions](../../images/markdown-mentions.png) diff --git a/starlight_help/src/content/docs/include/_MentionsIntro.mdx b/starlight_help/src/content/include/_MentionsIntro.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_MentionsIntro.mdx rename to starlight_help/src/content/include/_MentionsIntro.mdx diff --git a/starlight_help/src/content/docs/include/_MessageActions.mdx b/starlight_help/src/content/include/_MessageActions.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_MessageActions.mdx rename to starlight_help/src/content/include/_MessageActions.mdx diff --git a/starlight_help/src/content/docs/include/_MessageActionsMenu.mdx b/starlight_help/src/content/include/_MessageActionsMenu.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_MessageActionsMenu.mdx rename to starlight_help/src/content/include/_MessageActionsMenu.mdx diff --git a/starlight_help/src/content/docs/include/_MessageEditHistoryIntro.mdx b/starlight_help/src/content/include/_MessageEditHistoryIntro.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_MessageEditHistoryIntro.mdx rename to starlight_help/src/content/include/_MessageEditHistoryIntro.mdx diff --git a/starlight_help/src/content/docs/include/_MessageLongPressMenu.mdx b/starlight_help/src/content/include/_MessageLongPressMenu.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_MessageLongPressMenu.mdx rename to starlight_help/src/content/include/_MessageLongPressMenu.mdx diff --git a/starlight_help/src/content/docs/include/_MessagingTips.mdx b/starlight_help/src/content/include/_MessagingTips.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_MessagingTips.mdx rename to starlight_help/src/content/include/_MessagingTips.mdx diff --git a/starlight_help/src/content/docs/include/_MobileChannels.mdx b/starlight_help/src/content/include/_MobileChannels.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_MobileChannels.mdx rename to starlight_help/src/content/include/_MobileChannels.mdx diff --git a/starlight_help/src/content/docs/include/_MobileDirectMessages.mdx b/starlight_help/src/content/include/_MobileDirectMessages.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_MobileDirectMessages.mdx rename to starlight_help/src/content/include/_MobileDirectMessages.mdx diff --git a/starlight_help/src/content/docs/include/_MobileMenu.mdx b/starlight_help/src/content/include/_MobileMenu.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_MobileMenu.mdx rename to starlight_help/src/content/include/_MobileMenu.mdx diff --git a/starlight_help/src/content/docs/include/_MobileSettings.mdx b/starlight_help/src/content/include/_MobileSettings.mdx similarity index 53% rename from starlight_help/src/content/docs/include/_MobileSettings.mdx rename to starlight_help/src/content/include/_MobileSettings.mdx index 318be0a3b5..20d7e963e7 100644 --- a/starlight_help/src/content/docs/include/_MobileSettings.mdx +++ b/starlight_help/src/content/include/_MobileSettings.mdx @@ -1,6 +1,5 @@ -import FlattenedSteps from "../../../components/FlattenedSteps.astro"; - -import MobileMenu from "./_MobileMenu.mdx"; +import FlattenedSteps from "../../components/FlattenedSteps.astro"; +import MobileMenu from "../include/_MobileMenu.mdx"; import GearIcon from "~icons/zulip-icon/gear"; diff --git a/starlight_help/src/content/docs/include/_MobileSwitchAccount.mdx b/starlight_help/src/content/include/_MobileSwitchAccount.mdx similarity index 62% rename from starlight_help/src/content/docs/include/_MobileSwitchAccount.mdx rename to starlight_help/src/content/include/_MobileSwitchAccount.mdx index c9bc3e9b9a..baf1001dba 100644 --- a/starlight_help/src/content/docs/include/_MobileSwitchAccount.mdx +++ b/starlight_help/src/content/include/_MobileSwitchAccount.mdx @@ -1,6 +1,5 @@ -import FlattenedSteps from "../../../components/FlattenedSteps.astro"; - -import MobileMenu from "./_MobileMenu.mdx"; +import FlattenedSteps from "../../components/FlattenedSteps.astro"; +import MobileMenu from "../include/_MobileMenu.mdx"; import MobileArrowLeftRightIcon from "~icons/zulip-icon/mobile-arrow-left-right"; diff --git a/starlight_help/src/content/docs/include/_ModifyLinkText.mdx b/starlight_help/src/content/include/_ModifyLinkText.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_ModifyLinkText.mdx rename to starlight_help/src/content/include/_ModifyLinkText.mdx diff --git a/starlight_help/src/content/docs/include/_MoveChannelToFolder.mdx b/starlight_help/src/content/include/_MoveChannelToFolder.mdx similarity index 60% rename from starlight_help/src/content/docs/include/_MoveChannelToFolder.mdx rename to starlight_help/src/content/include/_MoveChannelToFolder.mdx index caf7490234..cbc623e55c 100644 --- a/starlight_help/src/content/docs/include/_MoveChannelToFolder.mdx +++ b/starlight_help/src/content/include/_MoveChannelToFolder.mdx @@ -1,11 +1,10 @@ import {TabItem, Tabs} from "@astrojs/starlight/components"; -import FlattenedSteps from "../../../components/FlattenedSteps.astro"; -import NavigationSteps from "../../../components/NavigationSteps.astro"; - -import ChannelSettingsGeneralTabTip from "./_ChannelSettingsGeneralTabTip.mdx"; -import SaveChanges from "./_SaveChanges.mdx"; -import SelectChannelViewGeneral from "./_SelectChannelViewGeneral.mdx"; +import FlattenedSteps from "../../components/FlattenedSteps.astro"; +import NavigationSteps from "../../components/NavigationSteps.astro"; +import ChannelSettingsGeneralTabTip from "../include/_ChannelSettingsGeneralTabTip.mdx"; +import SaveChanges from "../include/_SaveChanges.mdx"; +import SelectChannelViewGeneral from "../include/_SelectChannelViewGeneral.mdx"; diff --git a/starlight_help/src/content/docs/include/_MuteUnmuteIntro.mdx b/starlight_help/src/content/include/_MuteUnmuteIntro.mdx similarity index 96% rename from starlight_help/src/content/docs/include/_MuteUnmuteIntro.mdx rename to starlight_help/src/content/include/_MuteUnmuteIntro.mdx index b2c81d93fd..9abf27b2ad 100644 --- a/starlight_help/src/content/docs/include/_MuteUnmuteIntro.mdx +++ b/starlight_help/src/content/include/_MuteUnmuteIntro.mdx @@ -1,4 +1,4 @@ -import ZulipNote from "../../../components/ZulipNote.astro"; +import ZulipNote from "../../components/ZulipNote.astro"; Zulip lets you mute topics and channels to avoid receiving notifications for messages you are not interested in. Muting a channel effectively mutes all topics in diff --git a/starlight_help/src/content/docs/include/_NotHumanExportFormat.mdx b/starlight_help/src/content/include/_NotHumanExportFormat.mdx similarity index 73% rename from starlight_help/src/content/docs/include/_NotHumanExportFormat.mdx rename to starlight_help/src/content/include/_NotHumanExportFormat.mdx index 173437d10b..0dd69be035 100644 --- a/starlight_help/src/content/docs/include/_NotHumanExportFormat.mdx +++ b/starlight_help/src/content/include/_NotHumanExportFormat.mdx @@ -1,4 +1,4 @@ -import ZulipNote from "../../../components/ZulipNote.astro"; +import ZulipNote from "../../components/ZulipNote.astro"; This export is formatted for importing into Zulip Cloud or a self-hosted diff --git a/starlight_help/src/content/docs/include/_NumberedListsExamples.mdx b/starlight_help/src/content/include/_NumberedListsExamples.mdx similarity index 82% rename from starlight_help/src/content/docs/include/_NumberedListsExamples.mdx rename to starlight_help/src/content/include/_NumberedListsExamples.mdx index 9090d7fe6f..d7e04a7a05 100644 --- a/starlight_help/src/content/docs/include/_NumberedListsExamples.mdx +++ b/starlight_help/src/content/include/_NumberedListsExamples.mdx @@ -14,4 +14,4 @@ import {Steps} from "@astrojs/starlight/components"; ### What it looks like -![Markdown numbered lists](../../../images/markdown-numbered-lists.png) +![Markdown numbered lists](../../images/markdown-numbered-lists.png) diff --git a/starlight_help/src/content/docs/include/_NumberedListsIntro.mdx b/starlight_help/src/content/include/_NumberedListsIntro.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_NumberedListsIntro.mdx rename to starlight_help/src/content/include/_NumberedListsIntro.mdx diff --git a/starlight_help/src/content/docs/include/_OwnerOnly.mdx b/starlight_help/src/content/include/_OwnerOnly.mdx similarity index 57% rename from starlight_help/src/content/docs/include/_OwnerOnly.mdx rename to starlight_help/src/content/include/_OwnerOnly.mdx index 7021a1dfdf..01301baa8a 100644 --- a/starlight_help/src/content/docs/include/_OwnerOnly.mdx +++ b/starlight_help/src/content/include/_OwnerOnly.mdx @@ -1,4 +1,4 @@ -import ZulipNote from "../../../components/ZulipNote.astro"; +import ZulipNote from "../../components/ZulipNote.astro"; This feature is only available to organization owners. diff --git a/starlight_help/src/content/docs/include/_ParagraphsAndSectionsExamples.mdx b/starlight_help/src/content/include/_ParagraphsAndSectionsExamples.mdx similarity index 76% rename from starlight_help/src/content/docs/include/_ParagraphsAndSectionsExamples.mdx rename to starlight_help/src/content/include/_ParagraphsAndSectionsExamples.mdx index af161755fe..24da01751a 100644 --- a/starlight_help/src/content/docs/include/_ParagraphsAndSectionsExamples.mdx +++ b/starlight_help/src/content/include/_ParagraphsAndSectionsExamples.mdx @@ -16,4 +16,4 @@ Under the line ### What it looks like -![Markdown paragraph](../../../images/markdown-paragraph.png) +![Markdown paragraph](../../images/markdown-paragraph.png) diff --git a/starlight_help/src/content/docs/include/_ParagraphsAndSectionsIntro.mdx b/starlight_help/src/content/include/_ParagraphsAndSectionsIntro.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_ParagraphsAndSectionsIntro.mdx rename to starlight_help/src/content/include/_ParagraphsAndSectionsIntro.mdx diff --git a/starlight_help/src/content/docs/include/_PayByInvoiceSteps.mdx b/starlight_help/src/content/include/_PayByInvoiceSteps.mdx similarity index 93% rename from starlight_help/src/content/docs/include/_PayByInvoiceSteps.mdx rename to starlight_help/src/content/include/_PayByInvoiceSteps.mdx index 68cdaf6638..109b1df98c 100644 --- a/starlight_help/src/content/docs/include/_PayByInvoiceSteps.mdx +++ b/starlight_help/src/content/include/_PayByInvoiceSteps.mdx @@ -1,4 +1,4 @@ -import ZulipTip from "../../../components/ZulipTip.astro"; +import ZulipTip from "../../components/ZulipTip.astro"; 1. Select **pay by invoice**. 1. Select your preferred option from the **Payment schedule** dropdown. diff --git a/starlight_help/src/content/docs/include/_PayByInvoiceWarning.mdx b/starlight_help/src/content/include/_PayByInvoiceWarning.mdx similarity index 83% rename from starlight_help/src/content/docs/include/_PayByInvoiceWarning.mdx rename to starlight_help/src/content/include/_PayByInvoiceWarning.mdx index eb89143163..e8cae2957e 100644 --- a/starlight_help/src/content/docs/include/_PayByInvoiceWarning.mdx +++ b/starlight_help/src/content/include/_PayByInvoiceWarning.mdx @@ -1,4 +1,4 @@ -import ZulipNote from "../../../components/ZulipNote.astro"; +import ZulipNote from "../../components/ZulipNote.astro"; Only [manual license management](#how-does-manual-license-management-work) is available diff --git a/starlight_help/src/content/docs/include/_PaymentOptions.mdx b/starlight_help/src/content/include/_PaymentOptions.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_PaymentOptions.mdx rename to starlight_help/src/content/include/_PaymentOptions.mdx diff --git a/starlight_help/src/content/docs/include/_PersonalMenu.mdx b/starlight_help/src/content/include/_PersonalMenu.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_PersonalMenu.mdx rename to starlight_help/src/content/include/_PersonalMenu.mdx diff --git a/starlight_help/src/content/docs/include/_PlanUpgradeSteps.mdx b/starlight_help/src/content/include/_PlanUpgradeSteps.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_PlanUpgradeSteps.mdx rename to starlight_help/src/content/include/_PlanUpgradeSteps.mdx diff --git a/starlight_help/src/content/docs/include/_PollsExamples.mdx b/starlight_help/src/content/include/_PollsExamples.mdx similarity index 66% rename from starlight_help/src/content/docs/include/_PollsExamples.mdx rename to starlight_help/src/content/include/_PollsExamples.mdx index babe8bf8a6..889ccf8049 100644 --- a/starlight_help/src/content/docs/include/_PollsExamples.mdx +++ b/starlight_help/src/content/include/_PollsExamples.mdx @@ -9,4 +9,4 @@ Coffee ### What it looks like -![Markdown polls](../../../images/markdown-polls.png) +![Markdown polls](../../images/markdown-polls.png) diff --git a/starlight_help/src/content/docs/include/_PollsIntro.mdx b/starlight_help/src/content/include/_PollsIntro.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_PollsIntro.mdx rename to starlight_help/src/content/include/_PollsIntro.mdx diff --git a/starlight_help/src/content/docs/include/_QuotesExamples.mdx b/starlight_help/src/content/include/_QuotesExamples.mdx similarity index 73% rename from starlight_help/src/content/docs/include/_QuotesExamples.mdx rename to starlight_help/src/content/include/_QuotesExamples.mdx index 7cd6b3744d..82047bbd8d 100644 --- a/starlight_help/src/content/docs/include/_QuotesExamples.mdx +++ b/starlight_help/src/content/include/_QuotesExamples.mdx @@ -15,4 +15,4 @@ quote in two paragraphs ### What it looks like -![Markdown quotes](../../../images/markdown-quotes.png) +![Markdown quotes](../../images/markdown-quotes.png) diff --git a/starlight_help/src/content/docs/include/_QuotesIntro.mdx b/starlight_help/src/content/include/_QuotesIntro.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_QuotesIntro.mdx rename to starlight_help/src/content/include/_QuotesIntro.mdx diff --git a/starlight_help/src/content/docs/include/_ReadingConversations.mdx b/starlight_help/src/content/include/_ReadingConversations.mdx similarity index 72% rename from starlight_help/src/content/docs/include/_ReadingConversations.mdx rename to starlight_help/src/content/include/_ReadingConversations.mdx index 76de95a05f..9a895eb65d 100644 --- a/starlight_help/src/content/docs/include/_ReadingConversations.mdx +++ b/starlight_help/src/content/include/_ReadingConversations.mdx @@ -1,13 +1,12 @@ import {Steps, TabItem, Tabs} from "@astrojs/starlight/components"; -import KeyboardTip from "../../../components/KeyboardTip.astro"; - -import ConversationDefinition from "./_ConversationDefinition.mdx"; -import ConversationRecommendation from "./_ConversationRecommendation.mdx"; -import InboxInstructions from "./_InboxInstructions.mdx"; -import InboxIntro from "./_InboxIntro.mdx"; -import LeftSidebarConversations from "./_LeftSidebarConversations.mdx"; -import RecentConversations from "./_RecentConversations.mdx"; +import KeyboardTip from "../../components/KeyboardTip.astro"; +import ConversationDefinition from "../include/_ConversationDefinition.mdx"; +import ConversationRecommendation from "../include/_ConversationRecommendation.mdx"; +import InboxInstructions from "../include/_InboxInstructions.mdx"; +import InboxIntro from "../include/_InboxIntro.mdx"; +import LeftSidebarConversations from "../include/_LeftSidebarConversations.mdx"; +import RecentConversations from "../include/_RecentConversations.mdx"; import ChevronDownIcon from "~icons/fa/chevron-down"; diff --git a/starlight_help/src/content/docs/include/_RecentConversations.mdx b/starlight_help/src/content/include/_RecentConversations.mdx similarity index 82% rename from starlight_help/src/content/docs/include/_RecentConversations.mdx rename to starlight_help/src/content/include/_RecentConversations.mdx index 347dcca1f3..af3ea064a7 100644 --- a/starlight_help/src/content/docs/include/_RecentConversations.mdx +++ b/starlight_help/src/content/include/_RecentConversations.mdx @@ -1,9 +1,8 @@ import {TabItem, Tabs} from "@astrojs/starlight/components"; -import FlattenedSteps from "../../../components/FlattenedSteps.astro"; -import ZulipTip from "../../../components/ZulipTip.astro"; - -import GoToRecentConversations from "./_GoToRecentConversations.mdx"; +import FlattenedSteps from "../../components/FlattenedSteps.astro"; +import ZulipTip from "../../components/ZulipTip.astro"; +import GoToRecentConversations from "../include/_GoToRecentConversations.mdx"; Use the **recent conversations** view to get an overview of all the ongoing conversations. This view is particularly useful diff --git a/starlight_help/src/content/docs/include/_ReplyingToMessages.mdx b/starlight_help/src/content/include/_ReplyingToMessages.mdx similarity index 95% rename from starlight_help/src/content/docs/include/_ReplyingToMessages.mdx rename to starlight_help/src/content/include/_ReplyingToMessages.mdx index fb2e10fa50..d47c588e37 100644 --- a/starlight_help/src/content/docs/include/_ReplyingToMessages.mdx +++ b/starlight_help/src/content/include/_ReplyingToMessages.mdx @@ -1,6 +1,6 @@ import {Steps, TabItem, Tabs} from "@astrojs/starlight/components"; -import ZulipTip from "../../../components/ZulipTip.astro"; +import ZulipTip from "../../components/ZulipTip.astro"; import SendIcon from "~icons/zulip-icon/send"; diff --git a/starlight_help/src/content/docs/include/_ReviewOrganizationSettingsInstructions.mdx b/starlight_help/src/content/include/_ReviewOrganizationSettingsInstructions.mdx similarity index 63% rename from starlight_help/src/content/docs/include/_ReviewOrganizationSettingsInstructions.mdx rename to starlight_help/src/content/include/_ReviewOrganizationSettingsInstructions.mdx index 3099036aed..fb701c3984 100644 --- a/starlight_help/src/content/docs/include/_ReviewOrganizationSettingsInstructions.mdx +++ b/starlight_help/src/content/include/_ReviewOrganizationSettingsInstructions.mdx @@ -1,7 +1,6 @@ -import FlattenedSteps from "../../../components/FlattenedSteps.astro"; -import NavigationSteps from "../../../components/NavigationSteps.astro"; - -import UserGroupsIntro from "./_UserGroupsIntro.mdx"; +import FlattenedSteps from "../../components/FlattenedSteps.astro"; +import NavigationSteps from "../../components/NavigationSteps.astro"; +import UserGroupsIntro from "../include/_UserGroupsIntro.mdx"; Review the settings for your organization to set everything up how you want it to be. diff --git a/starlight_help/src/content/docs/include/_RightSidebarUserCard.mdx b/starlight_help/src/content/include/_RightSidebarUserCard.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_RightSidebarUserCard.mdx rename to starlight_help/src/content/include/_RightSidebarUserCard.mdx diff --git a/starlight_help/src/content/include/_RightSidebarViewProfile.mdx b/starlight_help/src/content/include/_RightSidebarViewProfile.mdx new file mode 100644 index 0000000000..ce8cf17398 --- /dev/null +++ b/starlight_help/src/content/include/_RightSidebarViewProfile.mdx @@ -0,0 +1,8 @@ +import FlattenedSteps from "../../components/FlattenedSteps.astro"; +import RightSidebarUserCard from "../include/_RightSidebarUserCard.mdx"; + + + + + 1. Click **View profile**. + diff --git a/starlight_help/src/content/docs/include/_SamlLoginButton.mdx b/starlight_help/src/content/include/_SamlLoginButton.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_SamlLoginButton.mdx rename to starlight_help/src/content/include/_SamlLoginButton.mdx diff --git a/starlight_help/src/content/docs/include/_SaveChanges.mdx b/starlight_help/src/content/include/_SaveChanges.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_SaveChanges.mdx rename to starlight_help/src/content/include/_SaveChanges.mdx diff --git a/starlight_help/src/content/docs/include/_SearchNoteForDmConversations.mdx b/starlight_help/src/content/include/_SearchNoteForDmConversations.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_SearchNoteForDmConversations.mdx rename to starlight_help/src/content/include/_SearchNoteForDmConversations.mdx diff --git a/starlight_help/src/content/docs/include/_SelectChannelViewGeneral.mdx b/starlight_help/src/content/include/_SelectChannelViewGeneral.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_SelectChannelViewGeneral.mdx rename to starlight_help/src/content/include/_SelectChannelViewGeneral.mdx diff --git a/starlight_help/src/content/include/_SelectChannelViewGeneralAdvanced.mdx b/starlight_help/src/content/include/_SelectChannelViewGeneralAdvanced.mdx new file mode 100644 index 0000000000..c995bc3f1f --- /dev/null +++ b/starlight_help/src/content/include/_SelectChannelViewGeneralAdvanced.mdx @@ -0,0 +1,8 @@ +import FlattenedSteps from "../../components/FlattenedSteps.astro"; +import SelectChannelViewGeneral from "../include/_SelectChannelViewGeneral.mdx"; + + + + + 1. Click **Advanced configuration** to view advanced configuration options. + diff --git a/starlight_help/src/content/docs/include/_SelectChannelViewPersonal.mdx b/starlight_help/src/content/include/_SelectChannelViewPersonal.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_SelectChannelViewPersonal.mdx rename to starlight_help/src/content/include/_SelectChannelViewPersonal.mdx diff --git a/starlight_help/src/content/docs/include/_SelectChannelViewSubscribers.mdx b/starlight_help/src/content/include/_SelectChannelViewSubscribers.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_SelectChannelViewSubscribers.mdx rename to starlight_help/src/content/include/_SelectChannelViewSubscribers.mdx diff --git a/starlight_help/src/content/docs/include/_SelfHostedBillingLogInStep.mdx b/starlight_help/src/content/include/_SelfHostedBillingLogInStep.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_SelfHostedBillingLogInStep.mdx rename to starlight_help/src/content/include/_SelfHostedBillingLogInStep.mdx diff --git a/starlight_help/src/content/docs/include/_SelfUserCard.mdx b/starlight_help/src/content/include/_SelfUserCard.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_SelfUserCard.mdx rename to starlight_help/src/content/include/_SelfUserCard.mdx diff --git a/starlight_help/src/content/docs/include/_SendDm.mdx b/starlight_help/src/content/include/_SendDm.mdx similarity index 84% rename from starlight_help/src/content/docs/include/_SendDm.mdx rename to starlight_help/src/content/include/_SendDm.mdx index 3ec74e7811..5562b6b904 100644 --- a/starlight_help/src/content/docs/include/_SendDm.mdx +++ b/starlight_help/src/content/include/_SendDm.mdx @@ -1,11 +1,10 @@ import {TabItem, Tabs} from "@astrojs/starlight/components"; -import FlattenedSteps from "../../../components/FlattenedSteps.astro"; -import KeyboardTip from "../../../components/KeyboardTip.astro"; -import ZulipTip from "../../../components/ZulipTip.astro"; - -import ComposeAndSendMessage from "./_ComposeAndSendMessage.mdx"; -import MobileDirectMessages from "./_MobileDirectMessages.mdx"; +import FlattenedSteps from "../../components/FlattenedSteps.astro"; +import KeyboardTip from "../../components/KeyboardTip.astro"; +import ZulipTip from "../../components/ZulipTip.astro"; +import ComposeAndSendMessage from "../include/_ComposeAndSendMessage.mdx"; +import MobileDirectMessages from "../include/_MobileDirectMessages.mdx"; import SendIcon from "~icons/zulip-icon/send"; import SquarePlusIcon from "~icons/zulip-icon/square-plus"; diff --git a/starlight_help/src/content/docs/include/_SendUsInfo.mdx b/starlight_help/src/content/include/_SendUsInfo.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_SendUsInfo.mdx rename to starlight_help/src/content/include/_SendUsInfo.mdx diff --git a/starlight_help/src/content/docs/include/_SetStatus.mdx b/starlight_help/src/content/include/_SetStatus.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_SetStatus.mdx rename to starlight_help/src/content/include/_SetStatus.mdx diff --git a/starlight_help/src/content/docs/include/_SetUpYourAccount.mdx b/starlight_help/src/content/include/_SetUpYourAccount.mdx similarity index 95% rename from starlight_help/src/content/docs/include/_SetUpYourAccount.mdx rename to starlight_help/src/content/include/_SetUpYourAccount.mdx index 121d88b3c6..d43eec057f 100644 --- a/starlight_help/src/content/docs/include/_SetUpYourAccount.mdx +++ b/starlight_help/src/content/include/_SetUpYourAccount.mdx @@ -1,4 +1,4 @@ -import ZulipTip from "../../../components/ZulipTip.astro"; +import ZulipTip from "../../components/ZulipTip.astro"; If this is your first time using Zulip, we recommend starting with the web diff --git a/starlight_help/src/content/docs/include/_SidebarIndex.mdx b/starlight_help/src/content/include/_SidebarIndex.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_SidebarIndex.mdx rename to starlight_help/src/content/include/_SidebarIndex.mdx diff --git a/starlight_help/src/content/docs/include/_SpoilersExamples.mdx b/starlight_help/src/content/include/_SpoilersExamples.mdx similarity index 75% rename from starlight_help/src/content/docs/include/_SpoilersExamples.mdx rename to starlight_help/src/content/include/_SpoilersExamples.mdx index dcc6dcf3f3..cc4257649f 100644 --- a/starlight_help/src/content/docs/include/_SpoilersExamples.mdx +++ b/starlight_help/src/content/include/_SpoilersExamples.mdx @@ -21,8 +21,8 @@ Leave the heading blank if you like. Collapsed spoilers: -![Spoiler collapsed](../../../images/spoiler-collapsed.png) +![Spoiler collapsed](../../images/spoiler-collapsed.png) Expanded spoilers: -![Spoiler expanded](../../../images/spoiler-expanded.png) +![Spoiler expanded](../../images/spoiler-expanded.png) diff --git a/starlight_help/src/content/docs/include/_SpoilersIntro.mdx b/starlight_help/src/content/include/_SpoilersIntro.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_SpoilersIntro.mdx rename to starlight_help/src/content/include/_SpoilersIntro.mdx diff --git a/starlight_help/src/content/docs/include/_StartComposing.mdx b/starlight_help/src/content/include/_StartComposing.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_StartComposing.mdx rename to starlight_help/src/content/include/_StartComposing.mdx diff --git a/starlight_help/src/content/docs/include/_StartTopicViaLeftSidebar.mdx b/starlight_help/src/content/include/_StartTopicViaLeftSidebar.mdx similarity index 70% rename from starlight_help/src/content/docs/include/_StartTopicViaLeftSidebar.mdx rename to starlight_help/src/content/include/_StartTopicViaLeftSidebar.mdx index 3f9ab7e300..88f536b378 100644 --- a/starlight_help/src/content/docs/include/_StartTopicViaLeftSidebar.mdx +++ b/starlight_help/src/content/include/_StartTopicViaLeftSidebar.mdx @@ -1,7 +1,6 @@ -import FlattenedSteps from "../../../components/FlattenedSteps.astro"; -import KeyboardTip from "../../../components/KeyboardTip.astro"; - -import ComposeAndSendMessage from "./_ComposeAndSendMessage.mdx"; +import FlattenedSteps from "../../components/FlattenedSteps.astro"; +import KeyboardTip from "../../components/KeyboardTip.astro"; +import ComposeAndSendMessage from "../include/_ComposeAndSendMessage.mdx"; import SquarePlusIcon from "~icons/zulip-icon/square-plus"; diff --git a/starlight_help/src/content/docs/include/_StartingANewDirectMessage.mdx b/starlight_help/src/content/include/_StartingANewDirectMessage.mdx similarity index 63% rename from starlight_help/src/content/docs/include/_StartingANewDirectMessage.mdx rename to starlight_help/src/content/include/_StartingANewDirectMessage.mdx index b8327be8d6..0130cbe15a 100644 --- a/starlight_help/src/content/docs/include/_StartingANewDirectMessage.mdx +++ b/starlight_help/src/content/include/_StartingANewDirectMessage.mdx @@ -1,6 +1,5 @@ -import ZulipTip from "../../../components/ZulipTip.astro"; - -import SendDm from "./_SendDm.mdx"; +import ZulipTip from "../../components/ZulipTip.astro"; +import SendDm from "../include/_SendDm.mdx"; diff --git a/starlight_help/src/content/docs/include/_SubscribeUserToChannel.mdx b/starlight_help/src/content/include/_SubscribeUserToChannel.mdx similarity index 77% rename from starlight_help/src/content/docs/include/_SubscribeUserToChannel.mdx rename to starlight_help/src/content/include/_SubscribeUserToChannel.mdx index 604389061f..407a228f39 100644 --- a/starlight_help/src/content/docs/include/_SubscribeUserToChannel.mdx +++ b/starlight_help/src/content/include/_SubscribeUserToChannel.mdx @@ -1,14 +1,13 @@ import {Steps, TabItem, Tabs} from "@astrojs/starlight/components"; -import FlattenedSteps from "../../../components/FlattenedSteps.astro"; -import NavigationSteps from "../../../components/NavigationSteps.astro"; -import ZulipTip from "../../../components/ZulipTip.astro"; - -import AutomatedDmChannelSubscription from "./_AutomatedDmChannelSubscription.mdx"; -import ChannelMenuSubscribersTabTip from "./_ChannelMenuSubscribersTabTip.mdx"; -import DependsOnPermissions from "./_DependsOnPermissions.mdx"; -import RightSidebarViewProfile from "./_RightSidebarViewProfile.mdx"; -import SelectChannelViewSubscribers from "./_SelectChannelViewSubscribers.mdx"; +import FlattenedSteps from "../../components/FlattenedSteps.astro"; +import NavigationSteps from "../../components/NavigationSteps.astro"; +import ZulipTip from "../../components/ZulipTip.astro"; +import AutomatedDmChannelSubscription from "../include/_AutomatedDmChannelSubscription.mdx"; +import ChannelMenuSubscribersTabTip from "../include/_ChannelMenuSubscribersTabTip.mdx"; +import DependsOnPermissions from "../include/_DependsOnPermissions.mdx"; +import RightSidebarViewProfile from "../include/_RightSidebarViewProfile.mdx"; +import SelectChannelViewSubscribers from "../include/_SelectChannelViewSubscribers.mdx"; diff --git a/starlight_help/src/content/docs/include/_SupportingZulipMotivation.mdx b/starlight_help/src/content/include/_SupportingZulipMotivation.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_SupportingZulipMotivation.mdx rename to starlight_help/src/content/include/_SupportingZulipMotivation.mdx diff --git a/starlight_help/src/content/docs/include/_SwitchingBetweenOrganizations.mdx b/starlight_help/src/content/include/_SwitchingBetweenOrganizations.mdx similarity index 76% rename from starlight_help/src/content/docs/include/_SwitchingBetweenOrganizations.mdx rename to starlight_help/src/content/include/_SwitchingBetweenOrganizations.mdx index d46980ae50..1dd6a76f22 100644 --- a/starlight_help/src/content/docs/include/_SwitchingBetweenOrganizations.mdx +++ b/starlight_help/src/content/include/_SwitchingBetweenOrganizations.mdx @@ -1,9 +1,8 @@ import {Steps, TabItem, Tabs} from "@astrojs/starlight/components"; -import FlattenedSteps from "../../../components/FlattenedSteps.astro"; - -import DesktopToggleSidebarTip from "./_DesktopToggleSidebarTip.mdx"; -import MobileSwitchAccount from "./_MobileSwitchAccount.mdx"; +import FlattenedSteps from "../../components/FlattenedSteps.astro"; +import DesktopToggleSidebarTip from "../include/_DesktopToggleSidebarTip.mdx"; +import MobileSwitchAccount from "../include/_MobileSwitchAccount.mdx"; diff --git a/starlight_help/src/content/docs/include/_TablesExamples.mdx b/starlight_help/src/content/include/_TablesExamples.mdx similarity index 78% rename from starlight_help/src/content/docs/include/_TablesExamples.mdx rename to starlight_help/src/content/include/_TablesExamples.mdx index a61358624a..15a0f20ad8 100644 --- a/starlight_help/src/content/docs/include/_TablesExamples.mdx +++ b/starlight_help/src/content/include/_TablesExamples.mdx @@ -1,4 +1,4 @@ -import ZulipTip from "../../../components/ZulipTip.astro"; +import ZulipTip from "../../components/ZulipTip.astro"; ### What you type @@ -18,4 +18,4 @@ import ZulipTip from "../../../components/ZulipTip.astro"; ### What it looks like -![Markdown table](../../../images/markdown-table.png) +![Markdown table](../../images/markdown-table.png) diff --git a/starlight_help/src/content/docs/include/_TablesIntro.mdx b/starlight_help/src/content/include/_TablesIntro.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_TablesIntro.mdx rename to starlight_help/src/content/include/_TablesIntro.mdx diff --git a/starlight_help/src/content/docs/include/_ToDoListsExamples.mdx b/starlight_help/src/content/include/_ToDoListsExamples.mdx similarity index 80% rename from starlight_help/src/content/docs/include/_ToDoListsExamples.mdx rename to starlight_help/src/content/include/_ToDoListsExamples.mdx index 0a325c93f0..1dc62586a3 100644 --- a/starlight_help/src/content/docs/include/_ToDoListsExamples.mdx +++ b/starlight_help/src/content/include/_ToDoListsExamples.mdx @@ -12,4 +12,4 @@ Last task Tasks are marked (and unmarked) as completed by clicking the checkboxes on the left. -![Markdown todo-lists](../../../images/markdown-todo.png) +![Markdown todo-lists](../../images/markdown-todo.png) diff --git a/starlight_help/src/content/docs/include/_ToDoListsIntro.mdx b/starlight_help/src/content/include/_ToDoListsIntro.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_ToDoListsIntro.mdx rename to starlight_help/src/content/include/_ToDoListsIntro.mdx diff --git a/starlight_help/src/content/docs/include/_TopicActions.mdx b/starlight_help/src/content/include/_TopicActions.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_TopicActions.mdx rename to starlight_help/src/content/include/_TopicActions.mdx diff --git a/starlight_help/src/content/docs/include/_TopicLongPressMenu.mdx b/starlight_help/src/content/include/_TopicLongPressMenu.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_TopicLongPressMenu.mdx rename to starlight_help/src/content/include/_TopicLongPressMenu.mdx diff --git a/starlight_help/src/content/docs/include/_TopicLongPressMenuTip.mdx b/starlight_help/src/content/include/_TopicLongPressMenuTip.mdx similarity index 69% rename from starlight_help/src/content/docs/include/_TopicLongPressMenuTip.mdx rename to starlight_help/src/content/include/_TopicLongPressMenuTip.mdx index 48d90d1f26..9d5d83dde0 100644 --- a/starlight_help/src/content/docs/include/_TopicLongPressMenuTip.mdx +++ b/starlight_help/src/content/include/_TopicLongPressMenuTip.mdx @@ -1,4 +1,4 @@ -import ZulipTip from "../../../components/ZulipTip.astro"; +import ZulipTip from "../../components/ZulipTip.astro"; If you are viewing a single topic, you can access the long-press diff --git a/starlight_help/src/content/docs/include/_TopicsIntro.mdx b/starlight_help/src/content/include/_TopicsIntro.mdx similarity index 92% rename from starlight_help/src/content/docs/include/_TopicsIntro.mdx rename to starlight_help/src/content/include/_TopicsIntro.mdx index 5ea66117a8..142a0b8481 100644 --- a/starlight_help/src/content/docs/include/_TopicsIntro.mdx +++ b/starlight_help/src/content/include/_TopicsIntro.mdx @@ -4,7 +4,7 @@ conversations are happening, and to read one conversation at a time. Here is what topics look like in Zulip. -![Channels and topics](../../../images/channels-and-topics.png) +![Channels and topics](../../images/channels-and-topics.png) Topics are one of the most wonderful aspects of using Zulip: diff --git a/starlight_help/src/content/docs/include/_TranslationProjectInfo.mdx b/starlight_help/src/content/include/_TranslationProjectInfo.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_TranslationProjectInfo.mdx rename to starlight_help/src/content/include/_TranslationProjectInfo.mdx diff --git a/starlight_help/src/content/docs/include/_UnsubscribeUserFromChannel.mdx b/starlight_help/src/content/include/_UnsubscribeUserFromChannel.mdx similarity index 66% rename from starlight_help/src/content/docs/include/_UnsubscribeUserFromChannel.mdx rename to starlight_help/src/content/include/_UnsubscribeUserFromChannel.mdx index 2f412b6484..3c47b9fced 100644 --- a/starlight_help/src/content/docs/include/_UnsubscribeUserFromChannel.mdx +++ b/starlight_help/src/content/include/_UnsubscribeUserFromChannel.mdx @@ -1,12 +1,11 @@ import {TabItem, Tabs} from "@astrojs/starlight/components"; -import FlattenedSteps from "../../../components/FlattenedSteps.astro"; -import NavigationSteps from "../../../components/NavigationSteps.astro"; - -import ChannelMenuSubscribersTabTip from "./_ChannelMenuSubscribersTabTip.mdx"; -import DependsOnPermissions from "./_DependsOnPermissions.mdx"; -import RightSidebarViewProfile from "./_RightSidebarViewProfile.mdx"; -import SelectChannelViewSubscribers from "./_SelectChannelViewSubscribers.mdx"; +import FlattenedSteps from "../../components/FlattenedSteps.astro"; +import NavigationSteps from "../../components/NavigationSteps.astro"; +import ChannelMenuSubscribersTabTip from "../include/_ChannelMenuSubscribersTabTip.mdx"; +import DependsOnPermissions from "../include/_DependsOnPermissions.mdx"; +import RightSidebarViewProfile from "../include/_RightSidebarViewProfile.mdx"; +import SelectChannelViewSubscribers from "../include/_SelectChannelViewSubscribers.mdx"; import CloseIcon from "~icons/zulip-icon/close"; diff --git a/starlight_help/src/content/docs/include/_UpgradeToPlusIfNeeded.mdx b/starlight_help/src/content/include/_UpgradeToPlusIfNeeded.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_UpgradeToPlusIfNeeded.mdx rename to starlight_help/src/content/include/_UpgradeToPlusIfNeeded.mdx diff --git a/starlight_help/src/content/docs/include/_UserCardThreeDotMenu.mdx b/starlight_help/src/content/include/_UserCardThreeDotMenu.mdx similarity index 58% rename from starlight_help/src/content/docs/include/_UserCardThreeDotMenu.mdx rename to starlight_help/src/content/include/_UserCardThreeDotMenu.mdx index 51a925b881..f158ebe738 100644 --- a/starlight_help/src/content/docs/include/_UserCardThreeDotMenu.mdx +++ b/starlight_help/src/content/include/_UserCardThreeDotMenu.mdx @@ -1,6 +1,5 @@ -import FlattenedSteps from "../../../components/FlattenedSteps.astro"; - -import RightSidebarUserCard from "./_RightSidebarUserCard.mdx"; +import FlattenedSteps from "../../components/FlattenedSteps.astro"; +import RightSidebarUserCard from "../include/_RightSidebarUserCard.mdx"; import MoreVerticalIcon from "~icons/zulip-icon/more-vertical"; diff --git a/starlight_help/src/content/docs/include/_UserGroupsApplications.mdx b/starlight_help/src/content/include/_UserGroupsApplications.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_UserGroupsApplications.mdx rename to starlight_help/src/content/include/_UserGroupsApplications.mdx diff --git a/starlight_help/src/content/docs/include/_UserGroupsIntro.mdx b/starlight_help/src/content/include/_UserGroupsIntro.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_UserGroupsIntro.mdx rename to starlight_help/src/content/include/_UserGroupsIntro.mdx diff --git a/starlight_help/src/content/docs/include/_UserRolesIntro.mdx b/starlight_help/src/content/include/_UserRolesIntro.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_UserRolesIntro.mdx rename to starlight_help/src/content/include/_UserRolesIntro.mdx diff --git a/starlight_help/src/content/docs/include/_UserSubgroupsIntro.mdx b/starlight_help/src/content/include/_UserSubgroupsIntro.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_UserSubgroupsIntro.mdx rename to starlight_help/src/content/include/_UserSubgroupsIntro.mdx diff --git a/starlight_help/src/content/docs/include/_ViewDmsLeftSidebar.mdx b/starlight_help/src/content/include/_ViewDmsLeftSidebar.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_ViewDmsLeftSidebar.mdx rename to starlight_help/src/content/include/_ViewDmsLeftSidebar.mdx diff --git a/starlight_help/src/content/docs/include/_ViewEmojiReactions.mdx b/starlight_help/src/content/include/_ViewEmojiReactions.mdx similarity index 94% rename from starlight_help/src/content/docs/include/_ViewEmojiReactions.mdx rename to starlight_help/src/content/include/_ViewEmojiReactions.mdx index a35ba20654..f303684841 100644 --- a/starlight_help/src/content/docs/include/_ViewEmojiReactions.mdx +++ b/starlight_help/src/content/include/_ViewEmojiReactions.mdx @@ -1,6 +1,6 @@ import {Steps, TabItem, Tabs} from "@astrojs/starlight/components"; -import ZulipTip from "../../../components/ZulipTip.astro"; +import ZulipTip from "../../components/ZulipTip.astro"; import MoreVerticalIcon from "~icons/zulip-icon/more-vertical"; import SmileIcon from "~icons/zulip-icon/smile"; diff --git a/starlight_help/src/content/docs/include/_ViewMentions.mdx b/starlight_help/src/content/include/_ViewMentions.mdx similarity index 84% rename from starlight_help/src/content/docs/include/_ViewMentions.mdx rename to starlight_help/src/content/include/_ViewMentions.mdx index 2481162aa1..6a9f9912f4 100644 --- a/starlight_help/src/content/docs/include/_ViewMentions.mdx +++ b/starlight_help/src/content/include/_ViewMentions.mdx @@ -1,9 +1,8 @@ import {Steps, TabItem, Tabs} from "@astrojs/starlight/components"; -import FlattenedSteps from "../../../components/FlattenedSteps.astro"; -import ZulipTip from "../../../components/ZulipTip.astro"; - -import MobileMenu from "./_MobileMenu.mdx"; +import FlattenedSteps from "../../components/FlattenedSteps.astro"; +import ZulipTip from "../../components/ZulipTip.astro"; +import MobileMenu from "../include/_MobileMenu.mdx"; import AtSignIcon from "~icons/zulip-icon/at-sign"; diff --git a/starlight_help/src/content/docs/include/_ViewStarredMessages.mdx b/starlight_help/src/content/include/_ViewStarredMessages.mdx similarity index 75% rename from starlight_help/src/content/docs/include/_ViewStarredMessages.mdx rename to starlight_help/src/content/include/_ViewStarredMessages.mdx index 00c5c6cb26..38b4b6e3f9 100644 --- a/starlight_help/src/content/docs/include/_ViewStarredMessages.mdx +++ b/starlight_help/src/content/include/_ViewStarredMessages.mdx @@ -1,10 +1,9 @@ import {Steps, TabItem, Tabs} from "@astrojs/starlight/components"; -import FlattenedSteps from "../../../components/FlattenedSteps.astro"; -import KeyboardTip from "../../../components/KeyboardTip.astro"; -import ZulipTip from "../../../components/ZulipTip.astro"; - -import MobileMenu from "./_MobileMenu.mdx"; +import FlattenedSteps from "../../components/FlattenedSteps.astro"; +import KeyboardTip from "../../components/KeyboardTip.astro"; +import ZulipTip from "../../components/ZulipTip.astro"; +import MobileMenu from "../include/_MobileMenu.mdx"; import StarIcon from "~icons/zulip-icon/star"; diff --git a/starlight_help/src/content/docs/include/_ViewUsersByRole.mdx b/starlight_help/src/content/include/_ViewUsersByRole.mdx similarity index 52% rename from starlight_help/src/content/docs/include/_ViewUsersByRole.mdx rename to starlight_help/src/content/include/_ViewUsersByRole.mdx index 2dfff41fd4..d021660665 100644 --- a/starlight_help/src/content/docs/include/_ViewUsersByRole.mdx +++ b/starlight_help/src/content/include/_ViewUsersByRole.mdx @@ -1,5 +1,5 @@ -import FlattenedSteps from "../../../components/FlattenedSteps.astro"; -import NavigationSteps from "../../../components/NavigationSteps.astro"; +import FlattenedSteps from "../../components/FlattenedSteps.astro"; +import NavigationSteps from "../../components/NavigationSteps.astro"; diff --git a/starlight_help/src/content/docs/include/_WebPublicChannelsIntro.mdx b/starlight_help/src/content/include/_WebPublicChannelsIntro.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_WebPublicChannelsIntro.mdx rename to starlight_help/src/content/include/_WebPublicChannelsIntro.mdx diff --git a/starlight_help/src/content/docs/include/_WhenToStartANewTopic.mdx b/starlight_help/src/content/include/_WhenToStartANewTopic.mdx similarity index 100% rename from starlight_help/src/content/docs/include/_WhenToStartANewTopic.mdx rename to starlight_help/src/content/include/_WhenToStartANewTopic.mdx