Skip to content

Commit 30e1f40

Browse files
committed
fix: move ecommerce from v2 to v3
1 parent 0df6505 commit 30e1f40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/collections/Docs/topicOrder.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export const topicOrder: TopicOrder = {
3333
},
3434
{
3535
groupLabel: 'Ecosystem',
36-
topics: ['Plugins', 'Ecommerce', 'Examples', 'Integrations'],
36+
topics: ['Plugins', 'Examples', 'Integrations'],
3737
},
3838
{
3939
groupLabel: 'Deployment',
@@ -70,7 +70,7 @@ export const topicOrder: TopicOrder = {
7070
},
7171
{
7272
groupLabel: 'Ecosystem',
73-
topics: ['Plugins', 'Examples', 'Integrations'],
73+
topics: ['Plugins', 'Ecommerce', 'Examples', 'Integrations'],
7474
},
7575
{
7676
groupLabel: 'Deployment',

0 commit comments

Comments
 (0)