We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
List
1 parent 7c1275e commit acfc504Copy full SHA for acfc504
data/docs-sidebar.ts
@@ -79,6 +79,9 @@ export const DOCS_SIDEBAR: DocsSidebarSection[] = [
79
{
80
title: 'typography',
81
href: '/typography/',
82
- items: [{ title: 'Blockquote', href: '/docs/typography/blockquote', isNew: true }],
+ items: [
83
+ { title: 'Blockquote', href: '/docs/typography/blockquote', isNew: true },
84
+ { title: 'List', href: '/docs/typography/list', isNew: true },
85
+ ],
86
},
87
];
0 commit comments