docs: add list field section to version 1

This commit is contained in:
Stevan Freeborn
2023-04-23 17:46:56 -05:00
parent 7d5a20384a
commit f7611e58e2
4 changed files with 92 additions and 1 deletions
+6
View File
@@ -89,6 +89,12 @@ export const versionOne: DocsStructure = {
copy: 'copy.md',
example: 'example.md',
},
{
title: 'List Field',
folder: 'list_field',
copy: 'copy.md',
example: 'example.md',
},
],
},
],