feat(ghost): add ghost integration (#1401)

This commit is contained in:
Rıdvan Akca
2023-11-07 13:30:26 +03:00
committed by GitHub
parent c42374e031
commit f0e8f070a8
11 changed files with 248 additions and 0 deletions

View File

@@ -95,6 +95,12 @@ export default defineConfig({
{ text: 'Connection', link: '/apps/formatter/connection' },
],
},
{
text: 'Ghost',
collapsible: true,
collapsed: true,
items: [{ text: 'Connection', link: '/apps/ghost/connection' }],
},
{
text: 'GitHub',
collapsible: true,