From 8370630081fbbfcef39b2603004c08f0c3779dd6 Mon Sep 17 00:00:00 2001 From: Pizofreude <108355948+pizofreude@users.noreply.github.com> Date: Wed, 25 Oct 2023 17:47:41 +0800 Subject: [PATCH] fix: remove customDocsPath; it doesn't work --- website/docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 44244dc..e5af042 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -41,7 +41,7 @@ const config = { /** @type {import('@docusaurus/preset-classic').Options} */ ({ docs: { - customDocsPath: './website', // Add the customDocsPath option + // customDocsPath: './website', // Add the customDocsPath option!!!!! IT DOESNT WORK sidebarPath: require.resolve('./sidebars.js'), // Please change this to your repo. // Remove this to remove the "edit this page" links.