docs: add get apps section

This commit is contained in:
Stevan Freeborn
2023-04-16 21:59:23 -05:00
parent 0ba9107f21
commit 587777e776
11 changed files with 158 additions and 11 deletions
+26
View File
@@ -44,6 +44,32 @@ export const versionTwo: DocsStructure = {
copy: 'copy.md',
example: 'example.md',
},
{
title: 'Apps',
folder: 'apps',
copy: 'copy.md',
example: 'example.md',
children: [
{
title: 'Get Apps',
folder: 'get_apps',
copy: 'copy.md',
example: 'example.md',
},
{
title: 'Get App by Id',
folder: 'get_app_by_id',
copy: 'copy.md',
example: 'example.md',
},
{
title: 'Get Apps by Ids',
folder: 'get_apps_by_ids',
copy: 'copy.md',
example: 'example.md',
},
],
},
{
title: 'Records',
folder: 'records',