feat(changedetection): add changedetection integration

This commit is contained in:
Rıdvan Akca
2024-05-13 09:57:05 +02:00
parent 9548c93b4c
commit c095d3138b
10 changed files with 122 additions and 0 deletions

View File

@@ -41,6 +41,14 @@ export default defineConfig({
{ text: 'Connection', link: '/apps/carbone/connection' },
],
},
{
text: 'Changedetection',
collapsible: true,
collapsed: true,
items: [
{ text: 'Connection', link: '/apps/changedetection/connection' },
],
},
{
text: 'Datastore',
collapsible: true,