docs: Add folder structure page to build integrations section

This commit is contained in:
Faruk AYDIN
2022-11-05 17:54:11 +01:00
parent 278b1ed7c0
commit bb7ef994f7
2 changed files with 56 additions and 0 deletions

View File

@@ -161,6 +161,16 @@ export default defineConfig({
},
],
},
{
text: 'Build Integrations',
collapsible: true,
items: [
{
text: 'Folder structure',
link: '/build-integrations/folder-structure',
},
],
},
{
text: 'Other',
collapsible: true,