docs: add sub field types to doc structure

This commit is contained in:
Stevan Freeborn
2023-04-17 17:19:13 -05:00
parent bb7eb94850
commit 0956becaba
4 changed files with 29 additions and 2 deletions
+28 -1
View File
@@ -109,7 +109,34 @@ export const versionTwo: DocsStructure = {
folder: 'fields',
copy: 'copy.md',
example: 'example.md',
children: [],
children: [
{
title: 'Formula Field',
folder: 'formula_field',
copy: 'copy.md',
example: 'example.md',
},
{
title: 'Reference Field',
folder: 'reference_field',
copy: 'copy.md',
example: 'example.md',
},
{
title: 'List Field',
folder: 'list_field',
copy: 'copy.md',
example: 'example.md',
children: [
{
title: 'List Value',
folder: 'list_value',
copy: 'copy.md',
example: 'example.md',
},
],
},
],
},
{
title: 'Records',
@@ -0,0 +1 @@
# List Value {% #list-value %}
@@ -1 +0,0 @@
# List Values {% #list-values %}