docs: add separate sections for report and record data format
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user