We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d63597 commit ef348c8Copy full SHA for ef348c8
docs/.vitepress/config.ts
@@ -52,13 +52,8 @@ export default {
52
function nav() {
53
return [
54
{
55
- text: 'SICP Open Course🔥',
56
- link: '/zh/guide/SICP',
57
- activeMatch: '/sicp/'
58
- },
59
- {
60
- text: 'Summer of Code🔥',
61
- link: '/guide/SummerOfCode',
+ text: 'Tutorial on Mogan🔥',
+ link: '/zh/guide/Tutorial',
62
activeMatch: '/ospp/'
63
},
64
@@ -80,13 +75,8 @@ function nav() {
80
75
function navZh() {
81
76
82
77
83
- text: 'SICP公开课🔥',
84
85
86
87
88
- text: '开源之夏🔥',
89
78
+ text: '零基础墨干🔥',
79
90
91
92
0 commit comments