docs: add separate sections for report and record data format

This commit is contained in:
Stevan Freeborn
2023-04-24 07:23:42 -05:00
parent 77fb97e4af
commit 938dd877e6
10 changed files with 122 additions and 13 deletions
+12 -6
View File
@@ -16,12 +16,6 @@ export const versionTwo: DocsStructure = {
copy: 'copy.md',
example: 'example.md',
},
{
title: 'Data Format',
folder: 'data_format',
copy: 'copy.md',
example: 'example.md',
},
{
title: 'Dates',
folder: 'dates',
@@ -108,6 +102,12 @@ export const versionTwo: DocsStructure = {
},
],
},
{
title: 'Report Data Format',
folder: 'report_data_format',
copy: 'copy.md',
example: 'example.md',
},
{
title: 'Get Reports by App',
folder: 'get_reports_by_app',
@@ -198,6 +198,12 @@ export const versionTwo: DocsStructure = {
copy: 'copy.md',
example: 'example.md',
},
{
title: 'Record Data Format',
folder: 'record_data_format',
copy: 'copy.md',
example: 'example.md',
},
{
title: 'Get Records by App',
folder: 'get_records_by_app',