website: add more nav links
This commit is contained in:
parent
327caab10c
commit
5d545eaf5c
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in New Issue