website: add more nav links

pull/260/head
Yangshun 3 years ago
parent 6773dc02ec
commit a63d19855c

@ -24,6 +24,14 @@ module.exports = {
},
items: [
{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'},
{
href: 'https://github.com/yangshun/tech-interview-handbook',

Loading…
Cancel
Save