mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-28 04:33:42 +08:00
website: upgrade Docusaurus to alpha.51
This commit is contained in:
@ -8,6 +8,10 @@ module.exports = {
|
||||
organizationName: 'yangshun',
|
||||
projectName: 'tech-interview-handbook',
|
||||
themeConfig: {
|
||||
prism: {
|
||||
theme: require('prism-react-renderer/themes/github'),
|
||||
darkTheme: require('prism-react-renderer/themes/dracula'),
|
||||
},
|
||||
navbar: {
|
||||
title: 'Tech Interview Handbook',
|
||||
logo: {
|
||||
|
Reference in New Issue
Block a user