Skip to content

Commit

Permalink
chore: add solid to docs pages
Browse files Browse the repository at this point in the history
  • Loading branch information
crutchcorn committed Oct 18, 2023
1 parent 27e4d78 commit 7457380
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions docs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,29 @@
]
}
]
},
{
"framework": "solid",
"menuItems": [
{
"label": "Getting Started",
"children": [
{
"label": "Quick Start",
"to": "framework/solid/quick-start"
}
]
},
{
"label": "API Reference",
"children": [
{
"label": "useStore",
"to": "framework/solid/reference/useStore"
}
]
}
]
}
]
}

0 comments on commit 7457380

Please sign in to comment.