website: upgrade to docusaurus@2.0.0.beta-0

pull/210/head
Yangshun Tay 4 years ago
parent ccc1bb806b
commit 94ffee175e

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

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

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

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save