From ae4100808c57fea43a37d93d5132a7cee5c18607 Mon Sep 17 00:00:00 2001 From: Matthew Hand Date: Wed, 30 Oct 2024 10:14:57 +0000 Subject: [PATCH] fix: Move exclude rule to docs section --- docusaurus.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index ae7b9f4..f1d2740 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -46,12 +46,12 @@ const config: Config = { // Please change this to your repo. // Remove this to remove the "edit this page" links. editUrl: "https://github.com/open-webui/docs/blob/main", + exclude: ['**/tab-**/**'], }, // blog: false, blog: { showReadingTime: true, // Please change this to your repo. - exclude: ['**/tab-**/**'], // Remove this to remove the "edit this page" links. // editUrl: // "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/",