Skip to content

Commit 1846cf2

Browse files
authored
Merge pull request #80 from JSK-KML/dashboard-feature
add more dashboard feature
2 parents 3c50862 + 297c59a commit 1846cf2

2 files changed

Lines changed: 174 additions & 168 deletions

File tree

docs/.vitepress/config.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ export default defineConfig({
6060
{ text: 'Chapter 1', link: '/lectures/chapter-01' },
6161
{ text: 'Chapter 2', link: '/lectures/chapter-02' },
6262
{ text: 'Chapter 3', link: '/lectures/chapter-03' },
63-
{ text: 'Chapter 4', link: '/lectures/chapter-04' }
63+
{ text: 'Chapter 4', link: '/lectures/chapter-04' },
64+
{ text: 'Chapter 5', link: '/lectures/chapter-05' }
6465
],
6566
activeMatch: '^/lectures/'
6667
},

0 commit comments

Comments
 (0)