diff --git a/tools/sidekick/config.json b/tools/sidekick/config.json new file mode 100644 index 00000000..7271438f --- /dev/null +++ b/tools/sidekick/config.json @@ -0,0 +1,12 @@ +{ + "project": "Aldevron", + "plugins": [ + { + "id": "library", + "title": "Library", + "environments": ["edit"], + "url": "/tools/sidekick/library.html", + "includePaths": ["**.docx**"] + } + ] + } \ No newline at end of file diff --git a/tools/sidekick/library.html b/tools/sidekick/library.html new file mode 100644 index 00000000..b5b2eac0 --- /dev/null +++ b/tools/sidekick/library.html @@ -0,0 +1,42 @@ + + + + + + + + + + + Sidekick Library + + + + + + + \ No newline at end of file