Skip to content

Commit d8b5e1b

Browse files
committed
docs: add link to icons documentation
1 parent f30bb1b commit d8b5e1b

File tree

1 file changed

+29
-20
lines changed

1 file changed

+29
-20
lines changed

apps/svelte.dev/src/lib/packages-meta.ts

Lines changed: 29 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -139,16 +139,6 @@ const FEATURED: {
139139
{ name: 'typewriter-editor' }
140140
]
141141
},
142-
{
143-
title: 'Icons',
144-
packages: [
145-
{ name: '@iconify/tailwind4' },
146-
{ name: '@unocss/preset-icons' },
147-
{ name: '@lucide/svelte', description: 'Beautiful and consistent icons' },
148-
{ name: 'svelte-awesome', description: 'Font Awesome icons for Svelte' },
149-
{ name: 'phosphor-svelte', description: 'A clean and friendly icon family' }
150-
]
151-
},
152142
{
153143
title: 'Data visualization',
154144
packages: [
@@ -219,16 +209,6 @@ const FEATURED: {
219209
}
220210
]
221211
},
222-
{
223-
title: 'Testing and devtools',
224-
packages: [
225-
{ name: '@testing-library/svelte', description: 'Testing utilities for DOM interaction' },
226-
{ name: 'playwright', description: 'Browser automation for end-to-end testing' },
227-
{ name: 'vitest' },
228-
{ name: 'svelte-render-scan', description: 'Visual debugging tool' },
229-
{ name: 'svelte-inspect-value', description: 'Value inspector component' }
230-
]
231-
},
232212
{
233213
title: 'Internationalization (i18n)',
234214
packages: [
@@ -321,6 +301,35 @@ const FEATURED: {
321301
}
322302
]
323303
},
304+
{
305+
title: 'Devtools',
306+
packages: [
307+
{ name: 'svelte-render-scan', description: 'Visual debugging tool' },
308+
{ name: 'svelte-inspect-value', description: 'Value inspector component' }
309+
]
310+
},
311+
{
312+
title: 'Testing',
313+
description:
314+
'You might find the <a href="/docs/cli">Svelte CLI</a> and <a href="/docs/svelte/testing">documentation about testing</a> to be helpful during setup',
315+
packages: [
316+
{ name: '@testing-library/svelte', description: 'Testing utilities for DOM interaction' },
317+
{ name: 'playwright', description: 'Browser automation for end-to-end testing' },
318+
{ name: 'vitest' }
319+
]
320+
},
321+
{
322+
title: 'Icons',
323+
description:
324+
'Read the <a href="/docs/kit/icons">documentation about icons</a> when choosing how to handle icons in Svelte',
325+
packages: [
326+
{ name: '@iconify/tailwind4' },
327+
{ name: '@unocss/preset-icons' },
328+
{ name: '@lucide/svelte', description: 'Beautiful and consistent icons' },
329+
{ name: 'svelte-awesome', description: 'Font Awesome icons for Svelte' },
330+
{ name: 'phosphor-svelte', description: 'A clean and friendly icon family' }
331+
]
332+
},
324333
{
325334
title: 'Routing',
326335
description:

0 commit comments

Comments
 (0)