website: upgrade to docusaurus@2.0.0.beta-0

This commit is contained in:
Yangshun Tay
2021-05-28 13:29:24 +08:00
parent ccc1bb806b
commit 94ffee175e
4 changed files with 3323 additions and 4687 deletions

View File

@ -1,6 +1,6 @@
---
id: summing-root-to-leaf-numbers
title: Summing Root To Leaf Numbers
slug: summing-root-to-leaf-numbers
author: Raivat Shah
author_title: Student at NUS Computing
author_url: https://github.com/raivatshah

View File

@ -46,7 +46,7 @@ module.exports = {
{
docs: {
path: '../contents',
routeBasePath: '',
routeBasePath: '/',
sidebarPath: require.resolve('./sidebars.js'),
editUrl:
'https://github.com/yangshun/tech-interview-handbook/edit/master/contents/',

View File

@ -10,8 +10,8 @@
"deploy": "docusaurus deploy"
},
"dependencies": {
"@docusaurus/core": "^2.0.0-alpha.60",
"@docusaurus/preset-classic": "^2.0.0-alpha.60",
"@docusaurus/core": "^2.0.0-beta.0",
"@docusaurus/preset-classic": "^2.0.0-beta.0",
"classnames": "^2.2.6",
"react": "^16.13.1",
"react-dom": "^16.13.1"

File diff suppressed because it is too large Load Diff