Skip to content

Commit 444752a

Browse files
committed
docs: add note on Aside src
1 parent 619d4b3 commit 444752a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/with-markdoc/src/components/Aside.astro

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
---
2+
// Inspired by the `Aside` component from docs.astro.build
3+
// https://github.com/withastro/docs/blob/main/src/components/Aside.astro
4+
25
export interface Props {
36
type?: 'note' | 'tip' | 'caution' | 'danger';
47
title?: string;

0 commit comments

Comments
 (0)