Skip to content

Commit 4a7e3ae

Browse files
authored
Add info on static asset serving (#1013)
* add info on static asset serving * expand which assets are included * grammar
1 parent 11f81ec commit 4a7e3ae

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

image-embeds.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ description: "Add images, videos, and iframes"
44
icon: "image"
55
---
66

7+
Add images, embed videos, and include interactive content with iframes to your documentation.
8+
9+
All static assets in your docs repository are automatically served at the appropriate path on your domain. For example, if you have `/images/my-logo.png` in your repo, the image will be available at `https://docs.yoursite.com/images/my-logo.png`.
10+
711
<Frame>
812
<img
913
className="rounded-xl"

0 commit comments

Comments
 (0)