mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-28 12:43:12 +08:00
website: change top navbar
This commit is contained in:
@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
id: algorithms-introduction
|
id: algorithms-introduction
|
||||||
title: Introduction to algorithms
|
title: Introduction to algorithms
|
||||||
|
sidebar_label: Introduction
|
||||||
slug: introduction
|
slug: introduction
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -23,16 +23,20 @@ module.exports = {
|
|||||||
src: 'img/logo.svg',
|
src: 'img/logo.svg',
|
||||||
},
|
},
|
||||||
items: [
|
items: [
|
||||||
{href: '/introduction', label: 'Getting started', position: 'left'},
|
|
||||||
{
|
{
|
||||||
|
label: 'Start reading',
|
||||||
|
href: '/introduction',
|
||||||
|
position: 'left',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: 'Coding interview guide',
|
||||||
href: '/coding-interview',
|
href: '/coding-interview',
|
||||||
label: 'Coding',
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
href: '/system-design',
|
label: 'Algorithms 101',
|
||||||
label: 'System design',
|
href: '/algorithms/introduction',
|
||||||
},
|
},
|
||||||
{to: 'blog', label: 'Blog', position: 'left'},
|
{label: 'Blog', to: 'blog', position: 'left'},
|
||||||
{
|
{
|
||||||
href: 'https://github.com/yangshun/tech-interview-handbook',
|
href: 'https://github.com/yangshun/tech-interview-handbook',
|
||||||
position: 'right',
|
position: 'right',
|
||||||
@ -61,7 +65,7 @@ module.exports = {
|
|||||||
title: 'General',
|
title: 'General',
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: 'Get started',
|
label: 'Start reading',
|
||||||
href: '/introduction',
|
href: '/introduction',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user