@@ -128,18 +128,40 @@ const referenceSidebar = [
128128 {
129129 text : 'MCP Tools' ,
130130 items : [
131- { text : 'cartridge_deploy' , link : '/mcp/tools/cartridge-deploy' } ,
132- { text : 'mrt_bundle_push' , link : '/mcp/tools/mrt-bundle-push' } ,
133- { text : 'pwakit_get_guidelines' , link : '/mcp/tools/pwakit-get-guidelines' } ,
134- { text : 'scapi_schemas_list' , link : '/mcp/tools/scapi-schemas-list' } ,
135- { text : 'scapi_custom_api_generate_scaffold' , link : '/mcp/tools/scapi-custom-api-generate-scaffold' } ,
136- { text : 'scapi_custom_apis_get_status' , link : '/mcp/tools/scapi-custom-apis-get-status' } ,
137- { text : 'sfnext_get_guidelines' , link : '/mcp/tools/sfnext-get-guidelines' } ,
138- { text : 'sfnext_start_figma_workflow' , link : '/mcp/tools/sfnext-start-figma-workflow' } ,
139- { text : 'sfnext_analyze_component' , link : '/mcp/tools/sfnext-analyze-component' } ,
140- { text : 'sfnext_match_tokens_to_theme' , link : '/mcp/tools/sfnext-match-tokens-to-theme' } ,
141- { text : 'sfnext_add_page_designer_decorator' , link : '/mcp/tools/sfnext-add-page-designer-decorator' } ,
142- { text : 'sfnext_configure_theme' , link : '/mcp/tools/sfnext-configure-theme' } ,
131+ {
132+ text : 'Cartridges' ,
133+ collapsed : false ,
134+ items : [ { text : 'cartridge_deploy' , link : '/mcp/tools/cartridge-deploy' } ] ,
135+ } ,
136+ {
137+ text : 'SCAPI' ,
138+ collapsed : false ,
139+ items : [
140+ { text : 'scapi_schemas_list' , link : '/mcp/tools/scapi-schemas-list' } ,
141+ { text : 'scapi_custom_api_generate_scaffold' , link : '/mcp/tools/scapi-custom-api-generate-scaffold' } ,
142+ { text : 'scapi_custom_apis_get_status' , link : '/mcp/tools/scapi-custom-apis-get-status' } ,
143+ ] ,
144+ } ,
145+ {
146+ text : 'PWA Kit' ,
147+ collapsed : false ,
148+ items : [
149+ { text : 'mrt_bundle_push' , link : '/mcp/tools/mrt-bundle-push' } ,
150+ { text : 'pwakit_get_guidelines' , link : '/mcp/tools/pwakit-get-guidelines' } ,
151+ ] ,
152+ } ,
153+ {
154+ text : 'Storefront Next' ,
155+ collapsed : false ,
156+ items : [
157+ { text : 'sfnext_get_guidelines' , link : '/mcp/tools/sfnext-get-guidelines' } ,
158+ { text : 'sfnext_start_figma_workflow' , link : '/mcp/tools/sfnext-start-figma-workflow' } ,
159+ { text : 'sfnext_analyze_component' , link : '/mcp/tools/sfnext-analyze-component' } ,
160+ { text : 'sfnext_match_tokens_to_theme' , link : '/mcp/tools/sfnext-match-tokens-to-theme' } ,
161+ { text : 'sfnext_add_page_designer_decorator' , link : '/mcp/tools/sfnext-add-page-designer-decorator' } ,
162+ { text : 'sfnext_configure_theme' , link : '/mcp/tools/sfnext-configure-theme' } ,
163+ ] ,
164+ } ,
143165 {
144166 text : 'Diagnostics' ,
145167 collapsed : false ,
0 commit comments