From 4a19165a1614b8f752e9dc4ee54584056fdc9a0b Mon Sep 17 00:00:00 2001 From: Rishi Raj Jain Date: Thu, 11 Apr 2024 17:50:40 +0530 Subject: [PATCH 1/3] Update images.mdx --- src/content/docs/en/guides/images.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/content/docs/en/guides/images.mdx b/src/content/docs/en/guides/images.mdx index 5c1bb9070c8fa..11f89615c527f 100644 --- a/src/content/docs/en/guides/images.mdx +++ b/src/content/docs/en/guides/images.mdx @@ -530,6 +530,9 @@ import rocket from '../assets/rocket.png'; # My MDX Page +// Local image stored in the src/pages/ +![Houston in wild](houston.png) + // Local image stored in src/assets/ A rocketship in space. A rocketship in space. From 75bc6dd0fcb7d4de012f6ce247f7b77ca55bc4c9 Mon Sep 17 00:00:00 2001 From: Rishi Raj Jain Date: Tue, 16 Apr 2024 11:28:31 +0530 Subject: [PATCH 2/3] Update images.mdx showcase nested capabilities --- src/content/docs/en/guides/images.mdx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/content/docs/en/guides/images.mdx b/src/content/docs/en/guides/images.mdx index 11f89615c527f..d81f521d5ca8b 100644 --- a/src/content/docs/en/guides/images.mdx +++ b/src/content/docs/en/guides/images.mdx @@ -531,7 +531,10 @@ import rocket from '../assets/rocket.png'; # My MDX Page // Local image stored in the src/pages/ -![Houston in wild](houston.png) +![Houston in the wild](houston.png) + +// Local image stored in the src/pages/foo/ +![Houston in the dense forests](foo/houston.png) // Local image stored in src/assets/ A rocketship in space. From 0d8bcabcd90b9e8988260c6183f7df69f73697c2 Mon Sep 17 00:00:00 2001 From: Rishi Raj Jain Date: Tue, 16 Apr 2024 20:08:02 +0530 Subject: [PATCH 3/3] Update src/content/docs/en/guides/images.mdx Co-authored-by: Sarah Rainsberger --- src/content/docs/en/guides/images.mdx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/content/docs/en/guides/images.mdx b/src/content/docs/en/guides/images.mdx index d81f521d5ca8b..214740075e6f1 100644 --- a/src/content/docs/en/guides/images.mdx +++ b/src/content/docs/en/guides/images.mdx @@ -530,12 +530,9 @@ import rocket from '../assets/rocket.png'; # My MDX Page -// Local image stored in the src/pages/ +// Local image stored in the the same folder ![Houston in the wild](houston.png) -// Local image stored in the src/pages/foo/ -![Houston in the dense forests](foo/houston.png) - // Local image stored in src/assets/ A rocketship in space. A rocketship in space.