From e3fc903a408919e52d67b412465f63929484a8c2 Mon Sep 17 00:00:00 2001 From: Sean Fong Date: Fri, 24 May 2024 12:51:56 +0930 Subject: [PATCH] Add config for docs only mode --- documentation/docusaurus.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/documentation/docusaurus.config.ts b/documentation/docusaurus.config.ts index 4ced2ba12..b91302cd2 100644 --- a/documentation/docusaurus.config.ts +++ b/documentation/docusaurus.config.ts @@ -36,6 +36,7 @@ const config: Config = { 'classic', { docs: { + routeBasePath: '/', sidebarPath: './sidebars.ts', // Please change this to your repo. // Remove this to remove the "edit this page" links.