Skip to content

Commit

Permalink
Merge branch 'main' into pranay/toggle-primitive-refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
kotAPI authored Nov 24, 2024
2 parents cf35885 + a3b6ce6 commit f6680e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ assignees: ''

---

# 🚀 Feature Request Template
# 🚀 Feature Request

---

Expand Down
8 changes: 4 additions & 4 deletions docs/app/docs/docsIndex.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,31 +7,31 @@ const DOCS_SEO = {
next: "INSTALLATION",
previous: null,
description: `It's super easy to get started with Rad UI. You can install it using npm or yarn.`,
url: "/docs/introduction"
url: "/docs/first-steps/introduction"
},
"INSTALLATION": {
title: `Installation${POSTFIX}`,
basic_title: "Installation",
next: "USAGE",
previous: "INTRODUCTION",
description: `It's super easy to get started with Rad UI. You can install it using npm or yarn.`,
url: "/docs/installation"
url: "/docs/first-steps/installation"
},
"USAGE": {
title: `Usage${POSTFIX}`,
basic_title: "Usage",
next: "ACCESSIBILITY",
previous: "INSTALLATION",
description: `It's super easy to get started with Rad UI. You can install it using npm or yarn.`,
url: "/docs/usage"
url: "/docs/first-steps/usage"
},
"ACCESSIBILITY": {
title: `Accessibility${POSTFIX}`,
basic_title: "Accessibility",
next: null,
previous: "USAGE",
description: `It's super easy to get started with Rad UI. You can install it using npm or yarn.`,
url: "/docs/accessibility"
url: "/docs/principles/accessibility"
},
"AVATAR_DOCS": {
title: `Avatar Documentation ${POSTFIX}`,
Expand Down

0 comments on commit f6680e6

Please sign in to comment.