diff --git a/examples/with-markdoc/src/components/Aside.astro b/examples/with-markdoc/src/components/Aside.astro index eca141bf8b9c..5d92a0993cf5 100644 --- a/examples/with-markdoc/src/components/Aside.astro +++ b/examples/with-markdoc/src/components/Aside.astro @@ -1,4 +1,7 @@ --- +// Inspired by the `Aside` component from docs.astro.build +// https://github.com/withastro/docs/blob/main/src/components/Aside.astro + export interface Props { type?: 'note' | 'tip' | 'caution' | 'danger'; title?: string;