Skip to content

Commit

Permalink
Sketch out some of the other pages
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldrapper committed Sep 3, 2024
1 parent 242d341 commit 5c3b0e8
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,40 @@ export default defineConfig({
sidebar: [
{
text: "Guide",
collapsed: false,
items: [
{ text: "Intro", link: "/guide/" },
{ text: "Setup", link: "/guide/setup" },
{ text: "Your first component", link: "/guide/first-component" },
{ text: "Under the hood", link: "/guide/under-the-hood" },
],
},
{
text: "Reference",
collapsed: false,
items: [
{
text: "Phlex",
collapsed: false,
items: [
{ text: "SGML" },
{ text: "HTML" },
{ text: "SVG" },
{ text: "Kit" },
],
},
{
text: "Rails",
collapsed: false,
items: [{ text: "Streaming" }, { text: "Helpers" }],
},
],
},
{
text: "Technical Design",
collapsed: false,
items: [{ text: "Caching" }],
},
],

socialLinks: [
Expand Down

0 comments on commit 5c3b0e8

Please sign in to comment.