From d143bf4001e715bc6c16561ae661bab966069c50 Mon Sep 17 00:00:00 2001 From: Andreas Haller Date: Tue, 18 Jun 2024 07:39:02 +0200 Subject: [PATCH] Update config.json --- tools/sidekick/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/sidekick/config.json b/tools/sidekick/config.json index 49fd3f0..7c84123 100644 --- a/tools/sidekick/config.json +++ b/tools/sidekick/config.json @@ -7,7 +7,7 @@ "environments": ["edit"], "url": "/tools/sidekick/library.html", "excludePaths": ["**"], - "includePaths": ["**.doc**", "/document/**"] + "includePaths": ["**doc**", "/document/**"] } ] }