feat(brave-search): add app with web search action

This commit is contained in:
Ali BARIN
2025-01-27 12:15:52 +00:00
parent ade6e96b1b
commit b01d389d79
17 changed files with 211 additions and 0 deletions

View File

@@ -59,6 +59,15 @@ export default defineConfig({
{ text: 'Connection', link: '/apps/appwrite/connection' },
],
},
{
text: 'Brave Search',
collapsible: true,
collapsed: true,
items: [
{ text: 'Actions', link: '/apps/brave-search/actions' },
{ text: 'Connection', link: '/apps/brave-search/connection' },
],
},
{
text: 'Carbone',
collapsible: true,