From 74573801d0f9ff45bb11317897bb8ec82090fe9f Mon Sep 17 00:00:00 2001 From: Corbin Crutchley Date: Wed, 18 Oct 2023 02:53:35 -0700 Subject: [PATCH] chore: add solid to docs pages --- docs/config.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) 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" + } + ] + } + ] } ] }