Skip to content

Commit 0cd3edf

Browse files
authored
[docs] Remove the new badges (#260)
1 parent 89735c8 commit 0cd3edf

File tree

10 files changed

+11
-7
lines changed

10 files changed

+11
-7
lines changed

.changeset/khaki-grapes-lose.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"docs2": patch
3+
---
4+
5+
Remove the `new` badges

apps/docs2/src/content/docs/form/id-builder.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: ID Builder
33
sidebar:
4-
badge: new
54
---
65

76
```ts

apps/docs2/src/content/docs/form/reactive-flow.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: Reactive flow
33
sidebar:
4-
badge: new
54
---
65

76
import Mermaid from '@/components/mermaid.astro'

apps/docs2/src/content/docs/guides/component-casting.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: Component casting
33
sidebar:
4-
badge: new
54
order: 140
65
---
76

apps/docs2/src/content/docs/guides/file-handling.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: File handling
33
sidebar:
4-
badge: new
54
order: 80
65
---
76

apps/docs2/src/content/docs/guides/merger.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: Merger Setup
33
sidebar:
4-
badge: new
54
order: 4
65
---
76

apps/docs2/src/content/docs/guides/ui-customization.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: UI customization
33
sidebar:
44
order: 55
5-
badge: new
65
---
76

87
import { Code, LinkCard } from '@astrojs/starlight/components'

apps/docs2/src/content/docs/themes/Lab/shadcn-extras.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
title: shadcn-svelte-extras
33
sidebar:
44
order: 100
5+
badge:
6+
text: exp
7+
variant: caution
58
---
69

710
import { Code, Card, LinkButton, Tabs, TabItem } from '@astrojs/starlight/components';

apps/docs2/src/content/docs/themes/Lab/svar.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
title: SVAR
33
sidebar:
44
order: 101
5+
badge:
6+
text: exp
7+
variant: caution
58
---
69

710
import { Code, Card, TabItem, Tabs } from '@astrojs/starlight/components';

apps/docs2/src/content/docs/themes/skeleton4.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: Skeleton v4
33
sidebar:
44
order: 3
5-
badge: new
65
---
76

87
import { Code, Card, TabItem, Tabs, LinkButton } from '@astrojs/starlight/components';

0 commit comments

Comments
 (0)