feat(better-stack): add better stack integration

This commit is contained in:
Rıdvan Akca
2023-12-07 16:28:27 +03:00
parent 953c5a5b5b
commit e5c4e18fd5
10 changed files with 146 additions and 1 deletions

View File

@@ -32,6 +32,14 @@ export default defineConfig({
],
sidebar: {
'/apps/': [
{
text: 'Better Stack',
collapsible: true,
collapsed: true,
items: [
{ text: 'Connection', link: '/apps/better-stack/connection' },
],
},
{
text: 'Carbone',
collapsible: true,
@@ -305,7 +313,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' },
],
},
{