Skip to content

Commit e1b587a

Browse files
authored
expand navbar
1 parent de5da1a commit e1b587a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/.vuepress/config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ module.exports = {
2626
navbar: [
2727
{ text: 'Home', link: '/' },
2828
{ text: 'Blog', link: '/blog/', target: '_blank' },
29+
{ text: 'Tutorials', link: '/blog/tutorial/', target: '_blank' },
2930
{ text: 'Docs', link: 'https://docs.deepmodeling.org/', target: '_blank' },
31+
{ text: 'Papers', link: '/blog/papers/', target: '_blank' },
3032
]
3133
},
3234
}

0 commit comments

Comments
 (0)