docs: add remaining sections for records

This commit is contained in:
Stevan Freeborn
2023-04-14 22:43:55 -05:00
parent 0076dfca52
commit 3418306f6a
7 changed files with 24 additions and 0 deletions
+18
View File
@@ -74,6 +74,24 @@ export const versionTwo: DocsStructure = {
copy: 'copy.md',
example: 'example.md',
},
{
title: 'Save Record',
folder: 'save_record',
copy: 'copy.md',
example: 'example.md',
},
{
title: 'Delete Record by Id',
folder: 'delete_record_by_id',
copy: 'copy.md',
example: 'example.md',
},
{
title: 'Delete Records by Ids',
folder: 'delete_records_by_ids',
copy: 'copy.md',
example: 'example.md',
},
],
},
],