diff --git a/docs/config.json b/docs/config.json index 550a994..c9530ab 100644 --- a/docs/config.json +++ b/docs/config.json @@ -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" + } + ] + } + ] } ] }