docs: add date section to version 1

This commit is contained in:
Stevan Freeborn
2023-04-22 15:38:44 -05:00
parent 5f65eb8248
commit 895df5e23f
4 changed files with 35 additions and 1 deletions
+6
View File
@@ -22,5 +22,11 @@ export const versionOne: DocsStructure = {
copy: 'copy.md',
example: 'example.md',
},
{
title: 'Dates',
folder: 'dates',
copy: 'copy.md',
example: 'example.md',
},
],
};