docs: add connectivity section to version 1

This commit is contained in:
Stevan Freeborn
2023-04-22 19:23:16 -05:00
parent d1fe5d43ce
commit 0f4a532c33
5 changed files with 40 additions and 0 deletions
+12
View File
@@ -40,5 +40,17 @@ export const versionOne: DocsStructure = {
copy: 'copy.md',
example: 'example.md',
},
{
title: 'Resources',
folder: 'resources',
children: [
{
title: 'Connectivity',
folder: 'connectivity',
copy: 'copy.md',
example: 'example.md',
},
],
},
],
};