Skip to content

Commit

Permalink
Merge pull request #9 from Netcentric/add-sidekick
Browse files Browse the repository at this point in the history
Add sidekick configuration
  • Loading branch information
TomaszDziezykNetcentric authored Aug 5, 2024
2 parents 7cbd229 + 8cdc2b1 commit 2f14786
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tools/sidekick/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"project": "Biomota",
"plugins": [
{
"id": "library",
"title": "Library",
"environments": ["edit"],
"url": "/tools/sidekick/library.html",
"includePaths": ["**.docx**"]
}
]
}

0 comments on commit 2f14786

Please sign in to comment.