From 9c16cfeef08297bef36aefc0a2f997765c497b0f Mon Sep 17 00:00:00 2001 From: ZCShou <72115@163.com> Date: Fri, 29 Nov 2024 16:12:39 +0800 Subject: [PATCH] rename some files --- docusaurus.config.js | 2 +- sidebars.js => sidebars.docs.js | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename sidebars.js => sidebars.docs.js (100%) diff --git a/docusaurus.config.js b/docusaurus.config.js index 938e947..6a603b3 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -81,7 +81,7 @@ export default { /** @type {import('@docusaurus/preset-classic').Options} */ ({ docs: { - sidebarPath: './sidebars.js', + sidebarPath: './sidebars.docs.js', // Please change this to your repo. // Remove this to remove the "edit this page" links. editUrl: 'https://github.com/qclic/qclic.github.io', diff --git a/sidebars.js b/sidebars.docs.js similarity index 100% rename from sidebars.js rename to sidebars.docs.js