Skip to content

Commit 265f484

Browse files
committed
docs: migrate guides from v1 to v2 Starlight
1 parent fc0b95f commit 265f484

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

packages/docs/src/content/docs/guides/background-removal.mdx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,7 @@
11
---
22
title: Guides/Background Removal
3-
order: 1
43
---
54

6-
<script>
7-
8-
import Callout from '$lib/components/Callout.svelte'
9-
import { Tabs, Tab} from '$lib/components/Tabs'
10-
importCldOgImage, CldImage } from 'svelte-cloudinary'
11-
12-
</script>
135

146
# Removing a Background from an Image
157

packages/docs/src/content/docs/guides/image-optimization.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,14 @@ You can further optimize delivery by using [responsive sizing](/guides/responsiv
5959
</Tab>
6060
</Tabs>
6161

62+
<!--
6263
## Watch & Learn
6364

6465
<Video
6566
title="Optimize Images, Responsive Sizing, & AI Cropping in Svelte with Svelte Cloudinary"
6667
url="https://www.youtube.com/watch?v=Vr3H3XREkbw"
6768
/>
69+
-->
6870

6971
## Learn More
7072

packages/docs/src/content/docs/guides/placeholders.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ To do this, we have several options:
3131
To achieve a blurred image effect, we can first convert our Cloudinary image to a Data URL
3232
then pass it in to our CldImage component.
3333

34+
<!--
3435
<HeaderImage>
3536
<CldImage
3637
width="800"
@@ -43,6 +44,7 @@ then pass it in to our CldImage component.
4344
alt="Mountains"
4445
/>
4546
</HeaderImage>
47+
-->
4648

4749
Inside of the SvelteKit app, we can utilize server side code to generate a data URL from our image.
4850

0 commit comments

Comments
 (0)