website: add more nav links

This commit is contained in:
Yangshun 2022-01-29 12:00:33 +08:00
parent 327caab10c
commit 5d545eaf5c
1 changed files with 6 additions and 0 deletions

View File

@ -26,6 +26,12 @@ module.exports = {
},
items: [
{to: 'introduction', label: 'Get started', position: 'left'},
{to: 'coding', label: 'Coding', position: 'left'},
{
to: 'front-end-system-design',
label: 'System design',
position: 'left',
},
{to: 'blog', label: 'Blog', position: 'left'},
{
type: 'localeDropdown',