docs: begin working on fields section

This commit is contained in:
Stevan Freeborn
2023-04-22 20:31:31 -05:00
parent 03905ada4e
commit cd46fc5416
14 changed files with 348 additions and 1 deletions
+28
View File
@@ -57,6 +57,34 @@ export const versionOne: DocsStructure = {
example: 'example.md',
children: [],
},
{
title: 'Reports',
folder: 'reports',
copy: 'copy.md',
example: 'example.md',
children: [
{
title: 'Report Data',
folder: 'report_data',
copy: 'copy.md',
example: 'example.md',
},
],
},
{
title: 'Fields',
folder: 'fields',
copy: 'copy.md',
example: 'example.md',
children: [
{
title: 'Formula Field',
folder: 'formula_field',
copy: 'copy.md',
example: 'example.md',
},
],
},
],
},
],