docs: add record id section

This commit is contained in:
Stevan Freeborn
2023-04-22 15:47:33 -05:00
parent 895df5e23f
commit 46d0db60c9
5 changed files with 38 additions and 4 deletions
+6
View File
@@ -28,5 +28,11 @@ export const versionOne: DocsStructure = {
copy: 'copy.md',
example: 'example.md',
},
{
title: 'Record Id',
folder: 'record_id',
copy: 'copy.md',
example: 'example.md',
},
],
};