Skip to content

Commit 848cf68

Browse files
committed
chore: Reorder events
1 parent 04bbce3 commit 848cf68

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.vuepress/config.js

+13-13
Original file line numberDiff line numberDiff line change
@@ -56,32 +56,32 @@ module.exports = {
5656
group: 'Past Events',
5757
items: [
5858
{
59-
text: 'Hello Vue.js',
60-
link: '/01-hello-vue.js/'
59+
text: '#7 Building Mobile Apps',
60+
link: '/07-building-mobile-apps/'
6161
},
6262
{
63-
text: 'Step by Step',
64-
link: '/02-step-by-step/'
63+
text: '#6 Begin Again',
64+
link: '/06-begin-again/'
6565
},
6666
{
67-
text: 'State Management',
68-
link: '/03-state-management/'
67+
text: '#5 What\'s up SSR',
68+
link: '/05-whats-up-ssr/'
6969
},
7070
{
71-
text: 'Future of Vue.js',
71+
text: '#4 Future of Vue.js',
7272
link: '/04-future-of-vue.js/'
7373
},
7474
{
75-
text: 'What\'s up SSR',
76-
link: '/05-whats-up-ssr/'
75+
text: '#3 State Management',
76+
link: '/03-state-management/'
7777
},
7878
{
79-
text: 'Begin Again',
80-
link: '/06-begin-again/'
79+
text: '#2 Step by Step',
80+
link: '/02-step-by-step/'
8181
},
8282
{
83-
text: 'Building Mobile Apps',
84-
link: '/07-building-mobile-apps/'
83+
text: '#1 Hello Vue.js',
84+
link: '/01-hello-vue.js/'
8585
}
8686
]
8787
}]

0 commit comments

Comments
 (0)