website: add more nav links

This commit is contained in:
Yangshun
2022-01-29 11:56:15 +08:00
parent 6773dc02ec
commit a63d19855c

View File

@ -24,6 +24,14 @@ module.exports = {
}, },
items: [ items: [
{href: '/introduction', label: 'Getting started', position: 'left'}, {href: '/introduction', label: 'Getting started', position: 'left'},
{
href: '/coding-round-overview',
label: 'Coding',
},
{
href: '/system-design',
label: 'System design',
},
{to: 'blog', label: 'Blog', position: 'left'}, {to: 'blog', label: 'Blog', position: 'left'},
{ {
href: 'https://github.com/yangshun/tech-interview-handbook', href: 'https://github.com/yangshun/tech-interview-handbook',