File tree Expand file tree Collapse file tree 3 files changed +27
-2
lines changed
Expand file tree Collapse file tree 3 files changed +27
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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]
You can’t perform that action at this time.
0 commit comments