Skip to content

Commit

Permalink
docs: reorder navigation (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
huntabyte authored Feb 21, 2024
1 parent 6add2b0 commit 01f65b0
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions sites/docs/src/lib/config/navigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,16 +66,6 @@ export const navigation: Navigation = {
title: "Components",
collapsible: true,
items: [
{
title: "Description",
href: "/docs/components/description",
items: [],
},
{
title: "ElementField",
href: "/docs/components/element-field",
items: [],
},
{
title: "Field",
href: "/docs/components/field",
Expand All @@ -86,6 +76,11 @@ export const navigation: Navigation = {
href: "/docs/components/fieldset",
items: [],
},
{
title: "ElementField",
href: "/docs/components/element-field",
items: [],
},
{
title: "FieldErrors",
href: "/docs/components/field-errors",
Expand All @@ -101,6 +96,11 @@ export const navigation: Navigation = {
href: "/docs/components/label",
items: [],
},
{
title: "Description",
href: "/docs/components/description",
items: [],
},
{
title: "Legend",
href: "/docs/components/legend",
Expand Down

0 comments on commit 01f65b0

Please sign in to comment.