docs: add list values resource section

This commit is contained in:
Stevan Freeborn
2023-04-17 23:00:51 -05:00
parent dfac4e90ad
commit 07b7aff742
9 changed files with 85 additions and 11 deletions
+20 -8
View File
@@ -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',