docs: add report object sections

This commit is contained in:
Stevan Freeborn
2023-04-17 13:57:08 -05:00
parent a880b219e0
commit df490c4124
11 changed files with 179 additions and 0 deletions
+34
View File
@@ -70,6 +70,40 @@ export const versionTwo: DocsStructure = {
},
],
},
{
title: 'Reports',
folder: 'reports',
copy: 'copy.md',
example: 'example.md',
children: [
{
title: 'Report Data',
folder: 'report_data',
copy: 'copy.md',
example: 'example.md',
children: [
{
title: 'Report Row',
folder: 'report_row',
copy: 'copy.md',
example: 'example.md',
},
],
},
{
title: 'Get Reports by App',
folder: 'get_reports_by_app',
copy: 'copy.md',
example: 'example.md',
},
{
title: 'Get Report by Id',
folder: 'get_report_by_id',
copy: 'copy.md',
example: 'example.md',
},
],
},
{
title: 'Records',
folder: 'records',