docs: add list value section to value 1

This commit is contained in:
Stevan Freeborn
2023-04-23 17:50:23 -05:00
parent f7611e58e2
commit f0fd67d61e
3 changed files with 64 additions and 0 deletions
+6
View File
@@ -95,6 +95,12 @@ export const versionOne: DocsStructure = {
copy: 'copy.md',
example: 'example.md',
},
{
title: 'List Values',
folder: 'list_values',
copy: 'copy.md',
example: 'example.md',
},
],
},
],