mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-28 12:43:12 +08:00
website: add more nav links
This commit is contained in:
@ -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',
|
||||||
|
Reference in New Issue
Block a user