We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 643d8d3 commit 9c43c4fCopy full SHA for 9c43c4f
1 file changed
app/docs/page.tsx
@@ -63,11 +63,11 @@ export default function DocsPage() {
63
<DocCard
64
icon={<Sparkle size={32} weight="duotone" />}
65
title="v1.3 Features (Latest)"
66
- description="Export parity and preview alignment"
+ description="Complete reference for all v1.3 capabilities"
67
links={[
68
- { text: 'v1.3 Release Notes', href: '/docs/releases/v1-3' },
69
- { text: '@table Parity', href: '/docs/releases/v1-3' },
70
- { text: 'Blockquote Styling', href: '/docs/releases/v1-3' }
+ { text: 'Complete v1.3 Guide', href: '/docs/v1-3-features' },
+ { text: 'All Active Features', href: '/docs/v1-3-features' },
+ { text: 'Release Notes', href: '/docs/releases/v1-3' }
71
]}
72
/>
73
0 commit comments