docs: add list values resource section
This commit is contained in:
@@ -127,14 +127,6 @@ export const versionTwo: DocsStructure = {
|
||||
folder: 'list_field',
|
||||
copy: 'copy.md',
|
||||
example: 'example.md',
|
||||
children: [
|
||||
{
|
||||
title: 'List Value',
|
||||
folder: 'list_value',
|
||||
copy: 'copy.md',
|
||||
example: 'example.md',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: 'Get Fields by App',
|
||||
@@ -156,6 +148,26 @@ export const versionTwo: DocsStructure = {
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: 'List Values',
|
||||
folder: 'list_values',
|
||||
copy: 'copy.md',
|
||||
example: 'example.md',
|
||||
children: [
|
||||
{
|
||||
title: 'Save List Value',
|
||||
folder: 'save_list_value',
|
||||
copy: 'copy.md',
|
||||
example: 'example.md',
|
||||
},
|
||||
{
|
||||
title: 'Delete List Value by Id',
|
||||
folder: 'delete_list_value_by_id',
|
||||
copy: 'copy.md',
|
||||
example: 'example.md',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: 'Records',
|
||||
folder: 'records',
|
||||
|
||||
Reference in New Issue
Block a user