docs: add remaining sections for records
This commit is contained in:
@@ -74,6 +74,24 @@ export const versionTwo: DocsStructure = {
|
|||||||
copy: 'copy.md',
|
copy: 'copy.md',
|
||||||
example: 'example.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',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
# Delete Record by Id {% #delete-record-by-id %}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
# Deleting a record from an app
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
# Delete Records by Ids {% #delete-records-by-ids %}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
# Deleting a batch of records from an app
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
# Save Record {% #save-record %}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
# Add a record to an app
|
||||||
Reference in New Issue
Block a user