Skip to content

Commit a767741

Browse files
authored
Merge pull request #7158 from Shopify/04-02-update_shopify-dev_docs_categories
Update shopify-dev docs categories
2 parents f49bf4f + 5d275dd commit a767741

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
import {CategoryTemplateSchema} from '@shopify/generate-docs'
2+
3+
const data: CategoryTemplateSchema = {
4+
// Name of the category
5+
category: 'organization',
6+
title: 'Shopify CLI Organization commands',
7+
sections: [],
8+
}
9+
10+
export default data
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
import {CategoryTemplateSchema} from '@shopify/generate-docs'
2+
3+
const data: CategoryTemplateSchema = {
4+
// Name of the category
5+
category: 'store',
6+
title: 'Shopify CLI Store commands',
7+
sections: [],
8+
}
9+
10+
export default data

docs-shopify.dev/generated/generated_category_pages.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,18 @@
1515
"sections": []
1616
},
1717
{
18-
"category": "theme",
19-
"title": "Shopify CLI Theme commands",
18+
"category": "organization",
19+
"title": "Shopify CLI Organization commands",
2020
"sections": []
2121
},
2222
{
2323
"category": "store",
2424
"title": "Shopify CLI Store commands",
2525
"sections": []
26+
},
27+
{
28+
"category": "theme",
29+
"title": "Shopify CLI Theme commands",
30+
"sections": []
2631
}
2732
]

0 commit comments

Comments
 (0)