Skip to content

Commit 4da9cf6

Browse files
committed
feat: add honor wall
1 parent 1916b6a commit 4da9cf6

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

docs/.vitepress/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ export default async () => defineConfig({
3131
},
3232

3333
nav: [
34+
{ text: '荣誉墙', link: '/honor/', activeMatch: '/honor/' },
3435
{ text: '灵魂拷问', link: '/qa/', activeMatch: '/qa/' },
3536
{ text: '参考手册', link: 'https://wa-lang.org/man/' },
3637
{ text: 'Playground', link: 'https://wa-lang.org/playground/' },

docs/honor/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: 荣誉墙
3+
---
4+
5+
# 荣誉墙

0 commit comments

Comments
 (0)