docs: add data format section to version 1

This commit is contained in:
Stevan Freeborn
2023-04-22 15:31:06 -05:00
parent a8d160b340
commit f9e479d053
4 changed files with 226 additions and 2 deletions
+6
View File
@@ -16,5 +16,11 @@ export const versionOne: DocsStructure = {
copy: 'copy.md',
example: 'example.md',
},
{
title: 'Data Format',
folder: 'data_format',
copy: 'copy.md',
example: 'example.md',
},
],
};