Skip to content

Commit 495a85c

Browse files
authored
Merge pull request #139 from objectstack-ai/copilot/fix-duplicate-title-and-summary
2 parents 88e0346 + 594d4aa commit 495a85c

32 files changed

+0
-124
lines changed

docs/components/basic/html.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ description: "Render raw HTML content safely"
55

66
import { ComponentDemo, DemoGrid } from '@/app/components/ComponentDemo';
77

8-
# HTML
9-
10-
Render raw HTML content safely
11-
128
## Examples
139

1410
<ComponentDemo

docs/components/basic/icon.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ description: "Display icons from the Lucide icon library"
55

66
import { ComponentDemo, DemoGrid } from '@/app/components/ComponentDemo';
77

8-
# Icon
9-
10-
Display icons from the Lucide icon library
11-
128
## Examples
139

1410
<ComponentDemo

docs/components/basic/image.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ description: "Display images with optional fallback"
55

66
import { ComponentDemo, DemoGrid } from '@/app/components/ComponentDemo';
77

8-
# Image
9-
10-
Display images with optional fallback
11-
128
## Examples
139

1410
<ComponentDemo

docs/components/basic/separator.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ description: "Visual divider between content sections"
55

66
import { ComponentDemo, DemoGrid } from '@/app/components/ComponentDemo';
77

8-
# Separator
9-
10-
Visual divider between content sections
11-
128
## Examples
139

1410
<ComponentDemo

docs/components/basic/text.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ description: "Display text with standardized typography styles"
55

66
import { ComponentDemo, DemoGrid } from '@/app/components/ComponentDemo';
77

8-
# Text
9-
108
The Text component displays text content with predefined typography variants.
119

1210
## Basic Usage

docs/components/complex/table.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ description: "Display data in tabular format"
55

66
import { ComponentDemo, DemoGrid } from '@/app/components/ComponentDemo';
77

8-
# Table
9-
10-
Display data in tabular format
11-
128
## Examples
139

1410
<ComponentDemo

docs/components/data-display/alert.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ description: "Display important messages and notifications"
55

66
import { ComponentDemo, DemoGrid } from '@/app/components/ComponentDemo';
77

8-
# Alert
9-
10-
Display important messages and notifications
11-
128
## Examples
139

1410
<ComponentDemo

docs/components/data-display/avatar.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ description: "User profile image or fallback initials"
55

66
import { ComponentDemo, DemoGrid } from '@/app/components/ComponentDemo';
77

8-
# Avatar
9-
10-
User profile image or fallback initials
11-
128
## Examples
139

1410
<ComponentDemo

docs/components/data-display/badge.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ description: "Small status or label indicator"
55

66
import { ComponentDemo, DemoGrid } from '@/app/components/ComponentDemo';
77

8-
# Badge
9-
10-
Small status or label indicator
11-
128
## Examples
139

1410
<ComponentDemo

docs/components/data-display/list.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ description: "Display a list of items"
55

66
import { ComponentDemo, DemoGrid } from '@/app/components/ComponentDemo';
77

8-
# List
9-
10-
Display a list of items
11-
128
## Examples
139

1410
<ComponentDemo

0 commit comments

Comments
 (0)