docs: add remaining sections for records
This commit is contained in:
@@ -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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user