Skip to content
Snippets Groups Projects

Docs: Update docs with typo fixes

Merged Paul Cutler requested to merge prcutler/castopod:docs-episodes-update into develop
1 file
+ 9
3
Compare changes
  • Side-by-side
  • Inline
@@ -2,6 +2,8 @@
title: Podcast Home Page
---
import { Aside } from "@astrojs/starlight/components";
The podcast home page is your landing page for your listeners to view episode
announcements, messages, episodes, and links to where to find your podcast. If
you have only one podcast, your users will be automatically redirected from your
@@ -20,9 +22,13 @@ if you have any new notifications, and the user who is logged in. You can click
on the user for quick access to your account, changing your password, or to log
out.
:::note If you have multiple podcasts, you can click the user dropdown to switch
to choose which podcast to interact with. If your account has access to two or
more podcasts, pay attention to which podcast is broadcasting messages! :::
<Aside>
If you have multiple podcasts, you can click the user dropdown to switch to
choose which podcast to interact with. If your account has access to two or more
podcasts, pay attention to which podcast is broadcasting messages!
</Aside>
Listeners can click the `Follow` button to follow any messages, including
episode announcements, from a Fediverse app, such as Mastodon. After clicking
Loading