docs: add get fields by app section. add get apps section.

This commit is contained in:
Stevan Freeborn
2023-04-24 06:24:08 -05:00
parent b6145c0deb
commit fad39f4ce5
5 changed files with 95 additions and 1 deletions
+14 -1
View File
@@ -55,7 +55,14 @@ export const versionOne: DocsStructure = {
folder: 'apps',
copy: 'copy.md',
example: 'example.md',
children: [],
children: [
{
title: 'Get Apps',
folder: 'get_apps',
copy: 'copy.md',
example: 'example.md',
},
],
},
{
title: 'Reports',
@@ -101,6 +108,12 @@ export const versionOne: DocsStructure = {
copy: 'copy.md',
example: 'example.md',
},
{
title: 'Get Fields by App',
folder: 'get_fields_by_app',
copy: 'copy.md',
example: 'example.md',
},
],
},
{