Skip to content

Commit 503f8ae

Browse files
committed
more
1 parent 6720f3a commit 503f8ae

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

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

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -113,13 +113,11 @@ const FEATURED: {
113113
packages: [
114114
{
115115
name: 'mdsvex',
116-
description:
117-
'A Markdown preprocessor that lets you put Markdown in your Svelte and Svelte in your Markdown'
116+
description: 'Put Markdown in your Svelte and Svelte in your Markdown'
118117
},
119118
{
120119
name: '@content-collections/core',
121-
description:
122-
'Transform your content into type-safe data collections and say goodbye to manual data fetching and parsing'
120+
description: 'Transform your content into type-safe data collections'
123121
},
124122
{ name: 'svelte-exmarkdown', description: 'Extensible component for Markdown rendering' },
125123
{
@@ -128,7 +126,7 @@ const FEATURED: {
128126
},
129127
{
130128
name: '@prismicio/svelte',
131-
description: 'Present content from Prismic - a headless page builder'
129+
description: 'Components and helpers to fetch and present Prismic content'
132130
},
133131
{ name: 'carta-md' },
134132
{
@@ -139,11 +137,10 @@ const FEATURED: {
139137
{
140138
name: '@evidence-dev/evidence',
141139
description:
142-
'A powerful framework for building and publishing data products using SQL, Markdown, and AI'
140+
'A framework for building and publishing data products using SQL, Markdown, and AI'
143141
},
144142
{ name: 'svelte-pdf', description: 'Render PDF documents using PDF.js' },
145-
{ name: 'typewriter-editor' },
146-
{ name: '@svelte-put/toc' }
143+
{ name: 'typewriter-editor' }
147144
]
148145
},
149146
{

0 commit comments

Comments
 (0)