You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/syntax/images.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Images include screenshots, inline images, icons, and more. Syntax for images is
7
7
3. there are restrictions on the scope of image paths
8
8
9
9
:::{note}
10
-
If you reference an image using a relative path, it must be relative to the `toc.yml` or `docset.yml` rather than relative to the page that uses it.
10
+
If a page uses a relative image path, it must be relative to the `toc.yml` or `docset.yml`that includes the page rather than relative to the page itself.
11
11
This typically fails to render when you run a local build, thus it's preferrable to use an absolute path, for example: `/solutions/images/observability-apm-app-landing.png`.
0 commit comments