docs: add get record by id section

This commit is contained in:
Stevan Freeborn
2023-04-13 23:38:07 -05:00
parent e755b60093
commit 9a0578b201
6 changed files with 200 additions and 11 deletions
+6 -5
View File
@@ -9,35 +9,30 @@ export const versionTwo: DocsStructure = {
folder: 'introduction',
copy: 'copy.md',
example: 'example.md',
children: [],
},
{
title: 'Authentication',
folder: 'authentication',
copy: 'copy.md',
example: 'example.md',
children: [],
},
{
title: 'Data Format',
folder: 'data_format',
copy: 'copy.md',
example: 'example.md',
children: [],
},
{
title: 'Pagination',
folder: 'pagination',
copy: 'copy.md',
example: 'example.md',
children: [],
},
{
title: 'Error Handling',
folder: 'error_handling',
copy: 'copy.md',
example: 'example.md',
children: [],
},
{
title: 'Resources',
@@ -61,6 +56,12 @@ export const versionTwo: DocsStructure = {
copy: 'copy.md',
example: 'example.md',
},
{
title: 'Get Record by Id',
folder: 'get_record_by_id',
copy: 'copy.md',
example: 'example.md',
},
],
},
],