Skip to content

Commit

Permalink
Update overview.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
sebald authored Oct 9, 2024
1 parent 6cd769e commit 41119ee
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions docs/content/releases/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ order: 1
items={[
{
title: '@marigold/components',
href: '/releases/packages/components/whats-new',
href: '/releases/packages/components/release',
caption: 'View the changelog of all releases.',
icon: (
<svg
Expand All @@ -33,7 +33,7 @@ order: 1
},
{
title: '@marigold/icons',
href: '/releases/packages/icons/whats-new',
href: '/releases/packages/icons/release',
caption: 'View the changelog of all releases.',
icon: (
<svg
Expand All @@ -54,7 +54,7 @@ order: 1
},
{
title: '@marigold/system',
href: '/releases/packages/system/whats-new',
href: '/releases/packages/system/release',
caption: 'View the changelog of all releases.',
icon: (
<svg
Expand All @@ -75,7 +75,7 @@ order: 1
},
{
title: '@marigold/theme-preset',
href: '/releases/packages/theme-preset/whats-new',
href: '/releases/packages/theme-preset/release',
caption: 'View the changelog of all releases.',
icon: (
<svg
Expand All @@ -96,7 +96,7 @@ order: 1
},
{
title: '@marigold/types',
href: '/releases/packages/types/whats-new',
href: '/releases/packages/types/release',
caption: 'View the changelog of all releases.',
icon: (
<svg
Expand All @@ -117,7 +117,7 @@ order: 1
},
{
title: '@marigold/theme-b2b',
href: '/releases/themes/theme-b2b/whats-new',
href: '/releases/themes/theme-b2b/release',
caption: 'View the changelog of all releases.',
icon: (
<svg
Expand All @@ -138,7 +138,7 @@ order: 1
},
{
title: '@marigold/theme-core',
href: '/releases/themes/theme-core/whats-new',
href: '/releases/themes/theme-core/release',
caption: 'View the changelog of all releases.',
icon: (
<svg
Expand All @@ -159,7 +159,7 @@ order: 1
},
{
title: '@marigold/theme-docs',
href: '/releases/themes/theme-docs/whats-new',
href: '/releases/themes/theme-docs/release',
caption: 'View the changelog of all releases.',
icon: (
<svg
Expand All @@ -180,7 +180,7 @@ order: 1
},
{
title: '@marigold/docs',
href: '/releases/docs/whats-new',
href: '/releases/docs/release',
caption: 'View the changelog of all releases.',
icon: (
<svg
Expand All @@ -201,7 +201,7 @@ order: 1
},
{
title: '@marigold/eslint-config',
href: '/releases/config/eslint/whats-new',
href: '/releases/config/eslint/release',
caption: 'View the changelog of all releases.',
icon: (
<svg
Expand All @@ -222,7 +222,7 @@ order: 1
},
{
title: '@marigold/jest-config',
href: '/releases/config/jest/whats-new',
href: '/releases/config/jest/release',
caption: 'View the changelog of all releases.',
icon: (
<svg
Expand All @@ -243,7 +243,7 @@ order: 1
},
{
title: '@marigold/prettier-config',
href: '/releases/config/prettier/whats-new',
href: '/releases/config/prettier/release',
caption: 'View the changelog of all releases.',
icon: (
<svg
Expand All @@ -264,7 +264,7 @@ order: 1
},
{
title: '@marigold/storybook-config',
href: '/releases/config/storybook/whats-new',
href: '/releases/config/storybook/release',
caption: 'View the changelog of all releases.',
icon: (
<svg
Expand All @@ -285,7 +285,7 @@ order: 1
},
{
title: '@marigold/tsconfig-config',
href: '/releases/config/tsconfig/whats-new',
href: '/releases/config/tsconfig/release',
caption: 'View the changelog of all releases.',
icon: (
<svg
Expand Down

0 comments on commit 41119ee

Please sign in to comment.