Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs-shopify.dev/categories/organization.doc.ts
Original file line number Diff line number Diff line change
@@ -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
10 changes: 10 additions & 0 deletions docs-shopify.dev/categories/store.doc.ts
Original file line number Diff line number Diff line change
@@ -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
9 changes: 7 additions & 2 deletions docs-shopify.dev/generated/generated_category_pages.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": []
}
]
Loading