Skip to content

Commit ef348c8

Browse files
[5_35] updated topbar of the website
added tutorial on Mogan to website
1 parent 3d63597 commit ef348c8

File tree

1 file changed

+4
-14
lines changed

1 file changed

+4
-14
lines changed

docs/.vitepress/config.ts

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,8 @@ export default {
5252
function nav() {
5353
return [
5454
{
55-
text: 'SICP Open Course🔥',
56-
link: '/zh/guide/SICP',
57-
activeMatch: '/sicp/'
58-
},
59-
{
60-
text: 'Summer of Code🔥',
61-
link: '/guide/SummerOfCode',
55+
text: 'Tutorial on Mogan🔥',
56+
link: '/zh/guide/Tutorial',
6257
activeMatch: '/ospp/'
6358
},
6459
{
@@ -80,13 +75,8 @@ function nav() {
8075
function navZh() {
8176
return [
8277
{
83-
text: 'SICP公开课🔥',
84-
link: '/zh/guide/SICP',
85-
activeMatch: '/sicp/'
86-
},
87-
{
88-
text: '开源之夏🔥',
89-
link: '/guide/SummerOfCode',
78+
text: '零基础墨干🔥',
79+
link: '/zh/guide/Tutorial',
9080
activeMatch: '/ospp/'
9181
},
9282
{

0 commit comments

Comments
 (0)