feat(disqus): add disqus integration

This commit is contained in:
Rıdvan Akca
2023-12-12 14:12:43 +03:00
parent 953c5a5b5b
commit 798529007e
13 changed files with 239 additions and 1 deletions

View File

@@ -68,6 +68,12 @@ export default defineConfig({
{ text: 'Connection', link: '/apps/discord/connection' },
],
},
{
text: 'Disqus',
collapsible: true,
collapsed: true,
items: [{ text: 'Connection', link: '/apps/disqus/connection' }],
},
{
text: 'Dropbox',
collapsible: true,
@@ -305,7 +311,7 @@ export default defineConfig({
collapsed: true,
items: [
{ text: 'Actions', link: '/apps/removebg/actions' },
{ text: 'Connection', link: '/apps/removebg/connection' }
{ text: 'Connection', link: '/apps/removebg/connection' },
],
},
{