From 0e4e301b81078c4968c2d53a82bc47bd5e791f04 Mon Sep 17 00:00:00 2001 From: Paul Cutler Date: Thu, 27 Feb 2025 15:52:36 +0000 Subject: [PATCH] docs: fix broken Note in instance / import podcast by using Aside tag --- .../content/docs/en/user-guide/instance/podcast.mdx | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/docs/src/content/docs/en/user-guide/instance/podcast.mdx b/docs/src/content/docs/en/user-guide/instance/podcast.mdx index 17000e66..554c8d70 100644 --- a/docs/src/content/docs/en/user-guide/instance/podcast.mdx +++ b/docs/src/content/docs/en/user-guide/instance/podcast.mdx @@ -2,6 +2,8 @@ title: Create or import a podcast --- +import { Aside } from "@astrojs/starlight/components"; + You can create a new podcast or import an existing podcast into Castopod in the Podcasts section. If you are adding a second podcast to Castopod, see the [Home page documentation](../website#home-page) for how that will change your @@ -164,6 +166,10 @@ Podcast imports page to view the status of the import. You can refresh the page to see the status of the import including the import duration and how many episodes were imported when complete. -!!! note If your import times out, check your `max_execution_time` in your -`PHP.ini` file. You may need to increase it from 30 seconds (the default) to add -more time, such as 300 seconds (5 minutes) for larger podcasts. +