Skip to content

Commit

Permalink
docs: update links
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-ub committed Nov 2, 2024
1 parent 781ee12 commit 2b72c65
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion docs/src/content/docs/components/accordion.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
title: Accordion
description: A vertically stacked set of interactive headings that each reveal a section of content.
links:
doc: https://www.radix-ng.com/?path=/docs/primitives-accordion--docs
doc: https://www.radix-ng.com/primitives/components/accordion
api: https://www.radix-ng.com/primitives/components/accordion#api-reference
---

<ComponentPreview
Expand Down
3 changes: 2 additions & 1 deletion docs/src/content/docs/components/avatar.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
title: Avatar
description: An image element with a fallback for representing the user.
links:
doc: https://www.radix-ng.com/?path=/docs/primitives-avatar--docs
doc: https://www.radix-ng.com/primitives/components/avatar
api: https://www.radix-ng.com/primitives/components/avatar#api-reference
---

<ComponentPreview name="avatar-demo" />
Expand Down
1 change: 0 additions & 1 deletion docs/src/content/docs/components/skeleton.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Skeleton
description: Use to show a placeholder while content is loading.
component: true
---

<ComponentPreview name="skeleton-demo" />
Expand Down
3 changes: 2 additions & 1 deletion docs/src/content/docs/components/switch.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
title: Switch
description: A control that allows the user to toggle between checked and not checked.
links:
doc: https://www.radix-ng.com/?path=/docs/primitives-switch--docs
doc: https://www.radix-ng.com/primitives/components/switch
api: https://www.radix-ng.com/primitives/components/switch#api-reference
---

<ComponentPreview name="switch-demo" />
Expand Down
3 changes: 2 additions & 1 deletion docs/src/content/docs/components/tabs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
title: Tabs
description: A set of layered sections of content—known as tab panels—that are displayed one at a time.
links:
doc: https://www.radix-ng.com/?path=/story/primitives-tabs--default
doc: https://www.radix-ng.com/primitives/components/tabs
api: https://www.radix-ng.com/primitives/components/tabs#api-reference
---

<ComponentPreview name="tabs-demo" />
Expand Down
2 changes: 0 additions & 2 deletions docs/src/content/docs/components/typography.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
---
title: Typography
description: Styles for headings, paragraphs, lists...etc
sidebar:
hidden: true
---

<ComponentPreview name="typography-demo" />
Expand Down

0 comments on commit 2b72c65

Please sign in to comment.