Skip to content

Commit 540ebdc

Browse files
committed
adjust partners placing
1 parent afa3fc8 commit 540ebdc

File tree

3 files changed

+8
-18
lines changed

3 files changed

+8
-18
lines changed

.vitepress/config.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,22 +34,22 @@ const nav = [
3434
text: 'Ecosystem',
3535
activeMatch: `^/ecosystem/`,
3636
items: [
37-
{
38-
text: 'Core Libraries',
39-
items: [
40-
{ text: 'Vue Router', link: 'https://router.vuejs.org/' },
41-
{ text: 'Pinia', link: 'https://pinia.vuejs.org/' }
42-
]
43-
},
4437
{
4538
text: 'Resources',
4639
items: [
47-
{ text: 'Partners', link: '/ecosystem/partners' },
40+
{ text: 'Partners', link: '/partners/' },
4841
{ text: 'Themes', link: '/ecosystem/themes' },
4942
{ text: 'Jobs', link: 'https://vuejobs.com/?ref=vuejs' },
5043
{ text: 'T-Shirt Shop', link: 'https://vue.threadless.com/' }
5144
]
5245
},
46+
{
47+
text: 'Core Libraries',
48+
items: [
49+
{ text: 'Vue Router', link: 'https://router.vuejs.org/' },
50+
{ text: 'Pinia', link: 'https://pinia.vuejs.org/' }
51+
]
52+
},
5353
{
5454
text: 'Video Courses',
5555
items: [

src/ecosystem/partners.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

src/ecosystem/video-courses.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)