docs: add separate data format sections for report and record in both versions

This commit is contained in:
StevanFreeborn
2023-04-24 13:34:27 -05:00
parent d37bafd89d
commit fa20049522
8 changed files with 437 additions and 23 deletions
+12 -6
View File
@@ -16,12 +16,6 @@ export const versionOne: DocsStructure = {
copy: 'copy.md',
example: 'example.md',
},
{
title: 'Data Format',
folder: 'data_format',
copy: 'copy.md',
example: 'example.md',
},
{
title: 'Dates',
folder: 'dates',
@@ -76,6 +70,12 @@ export const versionOne: DocsStructure = {
copy: 'copy.md',
example: 'example.md',
},
{
title: 'Report Data Format',
folder: 'report_data_format',
copy: 'copy.md',
example: 'example.md',
},
{
title: 'Get Reports by App',
folder: 'get_reports_by_app',
@@ -146,6 +146,12 @@ export const versionOne: DocsStructure = {
copy: 'copy.md',
example: 'example.md',
},
{
title: 'Record Data Format',
folder: 'record_data_format',
copy: 'copy.md',
example: 'example.md',
},
],
},
{