Skip to content

Commit

Permalink
[5_35] updated topbar of the website
Browse files Browse the repository at this point in the history
added tutorial on Mogan to website
  • Loading branch information
JackYansongLi authored Jan 4, 2025
1 parent 3d63597 commit ef348c8
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,8 @@ export default {
function nav() {
return [
{
text: 'SICP Open Course🔥',
link: '/zh/guide/SICP',
activeMatch: '/sicp/'
},
{
text: 'Summer of Code🔥',
link: '/guide/SummerOfCode',
text: 'Tutorial on Mogan🔥',
link: '/zh/guide/Tutorial',
activeMatch: '/ospp/'
},
{
Expand All @@ -80,13 +75,8 @@ function nav() {
function navZh() {
return [
{
text: 'SICP公开课🔥',
link: '/zh/guide/SICP',
activeMatch: '/sicp/'
},
{
text: '开源之夏🔥',
link: '/guide/SummerOfCode',
text: '零基础墨干🔥',
link: '/zh/guide/Tutorial',
activeMatch: '/ospp/'
},
{
Expand Down

0 comments on commit ef348c8

Please sign in to comment.