This commit is contained in:
Chiyo Yuki 2025-11-29 17:31:18 +08:00
parent 20c0010d55
commit 94b577cb77
1 changed files with 2 additions and 10 deletions

View File

@ -56,16 +56,6 @@ const config = {
'@docusaurus/theme-mermaid', '@docusaurus/theme-mermaid',
], ],
plugins: [
[
'@docusaurus/plugin-content-docs',
{
showLastUpdateAuthor: true,
showLastUpdateTime: true,
},
],
],
presets: [ presets: [
[ [
'classic', 'classic',
@ -75,6 +65,8 @@ const config = {
sidebarPath: './sidebars.js', sidebarPath: './sidebars.js',
remarkPlugins: [remarkMath], remarkPlugins: [remarkMath],
rehypePlugins: [rehypeKatex], rehypePlugins: [rehypeKatex],
showLastUpdateAuthor: true,
showLastUpdateTime: true,
// Please change this to your repo. // Please change this to your repo.
// Remove this to remove the "edit this page" links. // Remove this to remove the "edit this page" links.
editUrl: editUrl: