mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-08-02 11:18:00 +08:00
website: upgrade to alpha.26
This commit is contained in:
@ -43,6 +43,10 @@ module.exports = {
|
||||
path: '../contents',
|
||||
routeBasePath: '',
|
||||
sidebarPath: require.resolve('./sidebars.js'),
|
||||
editUrl:
|
||||
'https://github.com/yangshun/tech-interview-handbook/edit/master/contents/',
|
||||
showLastUpdateAuthor: true,
|
||||
showLastUpdateTime: true,
|
||||
},
|
||||
theme: {
|
||||
customCss: require.resolve('./src/css/custom.css'),
|
||||
|
@ -10,8 +10,8 @@
|
||||
"deploy": "docusaurus deploy"
|
||||
},
|
||||
"dependencies": {
|
||||
"@docusaurus/core": "^2.0.0-alpha.23",
|
||||
"@docusaurus/preset-classic": "^2.0.0-alpha.23",
|
||||
"@docusaurus/core": "^2.0.0-alpha.26",
|
||||
"@docusaurus/preset-classic": "^2.0.0-alpha.26",
|
||||
"classnames": "^2.2.6",
|
||||
"react": "^16.8.4",
|
||||
"react-dom": "^16.8.4"
|
||||
|
1090
website/yarn.lock
1090
website/yarn.lock
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user