From a63d19855cb4efe5748a5b025a29e7cc48206c0b Mon Sep 17 00:00:00 2001 From: Yangshun Date: Sat, 29 Jan 2022 11:56:15 +0800 Subject: [PATCH] website: add more nav links --- website/docusaurus.config.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 709262fc..cfab32bb 100755 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -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',