feat(bluesky): add bluesky integration

This commit is contained in:
Rıdvan Akca
2024-05-22 16:10:23 +02:00
parent 5b7b8c934f
commit 3c44f55f19
11 changed files with 153 additions and 0 deletions

View File

@@ -50,6 +50,12 @@ export default defineConfig({
{ text: 'Connection', link: '/apps/appwrite/connection' },
],
},
{
text: 'Bluesky',
collapsible: true,
collapsed: true,
items: [{ text: 'Connection', link: '/apps/bluesky/connection' }],
},
{
text: 'Carbone',
collapsible: true,