docs: add get fields by app section. add get apps section.
This commit is contained in:
@@ -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',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user