mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-18 20:31:33 +08:00
website: upgrade to docusaurus@2.0.0.beta-0
This commit is contained in:
@ -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
|
||||
|
@ -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/',
|
||||
|
@ -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"
|
||||
|
8002
website/yarn.lock
8002
website/yarn.lock
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user