Skip to content

Commit

Permalink
add tabs and data grid links to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
larsrickert committed Nov 12, 2024
1 parent 023fadf commit 0e7043a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion apps/docs/src/index.data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ export default defineLoader({
name: "DataGrid",
dueDate: "12/2024",
status: "in-progress",
href: "https://storybook.onyx.schwarz/?path=/docs/data-datagrid--docs",
},
{
name: "Headline",
Expand Down Expand Up @@ -222,7 +223,11 @@ export default defineLoader({
{ name: "Breadcrumb", status: getImplementedStatus("OnyxBreadcrumb") },
{ name: "Table of Content", status: getImplementedStatus("OnyxTableOfContent") },
{ name: "Wizard", status: getImplementedStatus("OnyxWizard") },
{ name: "Tabs", status: getImplementedStatus("OnyxTabs") },
{
name: "Tabs",
status: getImplementedStatus("OnyxTabs"),
href: "https://storybook.onyx.schwarz/?path=/docs/navigation-tabs--docs",
},
{ name: "Search", status: "in-progress", dueDate: "11/2024" },
{ name: "Filters", status: "in-progress", dueDate: "11/2024" },
];
Expand Down

0 comments on commit 0e7043a

Please sign in to comment.