docs: add a fields section

This commit is contained in:
Stevan Freeborn
2023-04-17 17:04:39 -05:00
parent 0cd52d23b7
commit 5dbd6da508
3 changed files with 79 additions and 0 deletions
+7
View File
@@ -104,6 +104,13 @@ export const versionTwo: DocsStructure = {
},
],
},
{
title: 'Fields',
folder: 'fields',
copy: 'copy.md',
example: 'example.md',
children: [],
},
{
title: 'Records',
folder: 'records',