From 5d275dd605ab0b8c6f551fdf6bb705a21d2f8d51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isaac=20Rold=C3=A1n?= Date: Thu, 2 Apr 2026 12:55:57 +0200 Subject: [PATCH] Update shopify-dev docs categories --- docs-shopify.dev/categories/organization.doc.ts | 10 ++++++++++ docs-shopify.dev/categories/store.doc.ts | 10 ++++++++++ .../generated/generated_category_pages.json | 9 +++++++-- 3 files changed, 27 insertions(+), 2 deletions(-) create mode 100644 docs-shopify.dev/categories/organization.doc.ts create mode 100644 docs-shopify.dev/categories/store.doc.ts diff --git a/docs-shopify.dev/categories/organization.doc.ts b/docs-shopify.dev/categories/organization.doc.ts new file mode 100644 index 00000000000..ea5f663e8ec --- /dev/null +++ b/docs-shopify.dev/categories/organization.doc.ts @@ -0,0 +1,10 @@ +import {CategoryTemplateSchema} from '@shopify/generate-docs' + +const data: CategoryTemplateSchema = { + // Name of the category + category: 'organization', + title: 'Shopify CLI Organization commands', + sections: [], +} + +export default data diff --git a/docs-shopify.dev/categories/store.doc.ts b/docs-shopify.dev/categories/store.doc.ts new file mode 100644 index 00000000000..c6b5cbae540 --- /dev/null +++ b/docs-shopify.dev/categories/store.doc.ts @@ -0,0 +1,10 @@ +import {CategoryTemplateSchema} from '@shopify/generate-docs' + +const data: CategoryTemplateSchema = { + // Name of the category + category: 'store', + title: 'Shopify CLI Store commands', + sections: [], +} + +export default data diff --git a/docs-shopify.dev/generated/generated_category_pages.json b/docs-shopify.dev/generated/generated_category_pages.json index ea21642cbeb..212174b4f8e 100644 --- a/docs-shopify.dev/generated/generated_category_pages.json +++ b/docs-shopify.dev/generated/generated_category_pages.json @@ -15,13 +15,18 @@ "sections": [] }, { - "category": "theme", - "title": "Shopify CLI Theme commands", + "category": "organization", + "title": "Shopify CLI Organization commands", "sections": [] }, { "category": "store", "title": "Shopify CLI Store commands", "sections": [] + }, + { + "category": "theme", + "title": "Shopify CLI Theme commands", + "sections": [] } ] \ No newline at end of file