Skip to content
Merged
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
12 changes: 6 additions & 6 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -32,39 +32,39 @@ export default async () => {
{ title: 'Base Rules', categoryIds: ['base'] },
{
title: 'Priority A: Essential',
categoryIds: ['vue3-essential', 'essential']
categoryIds: ['vue3-essential', 'vue2-essential']
},
{
title: 'Priority A: Essential for Vue.js 3.x',
categoryIds: ['vue3-essential']
},
{
title: 'Priority A: Essential for Vue.js 2.x',
categoryIds: ['essential']
categoryIds: ['vue2-essential']
},
{
title: 'Priority B: Strongly Recommended',
categoryIds: ['vue3-strongly-recommended', 'strongly-recommended']
categoryIds: ['vue3-strongly-recommended', 'vue2-strongly-recommended']
},
{
title: 'Priority B: Strongly Recommended for Vue.js 3.x',
categoryIds: ['vue3-strongly-recommended']
},
{
title: 'Priority B: Strongly Recommended for Vue.js 2.x',
categoryIds: ['strongly-recommended']
categoryIds: ['vue2-strongly-recommended']
},
{
title: 'Priority C: Recommended',
categoryIds: ['vue3-recommended', 'recommended']
categoryIds: ['vue3-recommended', 'vue2-recommended']
},
{
title: 'Priority C: Recommended for Vue.js 3.x',
categoryIds: ['vue3-recommended']
},
{
title: 'Priority C: Recommended for Vue.js 2.x',
categoryIds: ['recommended']
categoryIds: ['vue2-recommended']
}
]

Expand Down
Loading