|
|
@ -32,12 +32,7 @@ const darkCodeTheme = require("prism-react-renderer/themes/dracula");
|
|
|
|
showLastUpdateTime: true,
|
|
|
|
showLastUpdateTime: true,
|
|
|
|
showLastUpdateAuthor: true
|
|
|
|
showLastUpdateAuthor: true
|
|
|
|
},
|
|
|
|
},
|
|
|
|
blog: {
|
|
|
|
blog: false,
|
|
|
|
showReadingTime: true,
|
|
|
|
|
|
|
|
// Please change this to your repo.
|
|
|
|
|
|
|
|
editUrl:
|
|
|
|
|
|
|
|
"https://github.com/facebook/docusaurus/edit/main/website/blog/",
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
theme: {
|
|
|
|
theme: {
|
|
|
|
customCss: require.resolve("./src/css/custom.css"),
|
|
|
|
customCss: require.resolve("./src/css/custom.css"),
|
|
|
|
},
|
|
|
|
},
|
|
|
|