From 8cdc2b1becf9c94a0444063c5f668cdd6615c713 Mon Sep 17 00:00:00 2001 From: Tomasz Dziezyk Date: Mon, 5 Aug 2024 15:03:06 +0200 Subject: [PATCH] Add sidekick configuration --- tools/sidekick/config.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tools/sidekick/config.json diff --git a/tools/sidekick/config.json b/tools/sidekick/config.json new file mode 100644 index 0000000..33c2372 --- /dev/null +++ b/tools/sidekick/config.json @@ -0,0 +1,12 @@ +{ + "project": "Biomota", + "plugins": [ + { + "id": "library", + "title": "Library", + "environments": ["edit"], + "url": "/tools/sidekick/library.html", + "includePaths": ["**.docx**"] + } + ] +} \ No newline at end of file