docs: add sub field types to doc structure
This commit is contained in:
@@ -109,7 +109,34 @@ export const versionTwo: DocsStructure = {
|
|||||||
folder: 'fields',
|
folder: 'fields',
|
||||||
copy: 'copy.md',
|
copy: 'copy.md',
|
||||||
example: 'example.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',
|
title: 'Records',
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
# List Value {% #list-value %}
|
||||||
@@ -1 +0,0 @@
|
|||||||
# List Values {% #list-values %}
|
|
||||||
Reference in New Issue
Block a user