Skip to content

Commit 360b16f

Browse files
committed
Resolves #99
1 parent 5f6c25f commit 360b16f

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

apps/web/app/page.tsx

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,26 @@ const groups = [
201201
name: 'Contentlayer',
202202
description: 'Content made easy for developers.',
203203
},
204+
{
205+
href: 'https://shiki.style/',
206+
name: 'Shiki',
207+
description: 'Powerful syntax highlighting.',
208+
},
209+
{
210+
href: 'https://github.com/axe312ger/sqip',
211+
name: 'Sqip',
212+
description: 'SVG-based LQIP generation.',
213+
},
214+
{
215+
href: 'https://github.com/rehypejs/rehype',
216+
name: 'Rehype',
217+
description: 'HTML processor powered by plugins.',
218+
},
219+
{
220+
href: 'https://remark.js.org/',
221+
name: 'Remark',
222+
description: 'Markdown processor powered by plugins.',
223+
},
204224
{
205225
href: 'https://mintlify.com/',
206226
name: 'Mintlify',

0 commit comments

Comments
 (0)