Skip to content

Commit

Permalink
Move Guides ahead of Integrations
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkato committed Dec 24, 2024
1 parent b6e7a4d commit 9558692
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions src/lib/config/docs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,26 @@ export const docsConfig: DocsConfig = {
},
],
},
{
title: "Guides",
items: [
{
title: "LSP",
href: "/docs/guides/lsp",
items: [],
},
{
title: "Regex",
href: "/docs/guides/regex",
items: [],
},
{
title: "Globs",
href: "/docs/guides/glob",
items: [],
},
],
},
{
title: "Integrations",
items: [
Expand Down Expand Up @@ -363,26 +383,6 @@ export const docsConfig: DocsConfig = {
},
],
},
{
title: "Guides",
items: [
{
title: "LSP",
href: "/docs/guides/lsp",
items: [],
},
{
title: "Regex",
href: "/docs/guides/regex",
items: [],
},
{
title: "Globs",
href: "/docs/guides/glob",
items: [],
},
],
},
],
};

Expand Down

0 comments on commit 9558692

Please sign in to comment.