diff --git a/docs/public/videos/README.md b/docs/public/videos/README.md new file mode 100644 index 0000000000..2eb1af5d33 --- /dev/null +++ b/docs/public/videos/README.md @@ -0,0 +1,47 @@ +# Videos Directory + +This directory contains video files used in the documentation. + +## Usage + +Place video files here and reference them in documentation using the Video component: + +```mdx +import Video from '@components/Video.astro'; + +