From 94b577cb77df9979da4a654b329f38ee21c1b283 Mon Sep 17 00:00:00 2001 From: Chiyo Yuki Date: Sat, 29 Nov 2025 17:31:18 +0800 Subject: [PATCH] fix? --- docusaurus.config.js | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 63031ce..b5493dc 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -56,16 +56,6 @@ const config = { '@docusaurus/theme-mermaid', ], - plugins: [ - [ - '@docusaurus/plugin-content-docs', - { - showLastUpdateAuthor: true, - showLastUpdateTime: true, - }, - ], - ], - presets: [ [ 'classic', @@ -75,6 +65,8 @@ const config = { sidebarPath: './sidebars.js', remarkPlugins: [remarkMath], rehypePlugins: [rehypeKatex], + showLastUpdateAuthor: true, + showLastUpdateTime: true, // Please change this to your repo. // Remove this to remove the "edit this page" links. editUrl: