docs: add connectivity section to version 1
This commit is contained in:
@@ -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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user