docs: add apps section

This commit is contained in:
Stevan Freeborn
2023-04-22 19:28:48 -05:00
parent f6bf49cb38
commit 03905ada4e
3 changed files with 44 additions and 0 deletions
+7
View File
@@ -50,6 +50,13 @@ export const versionOne: DocsStructure = {
copy: 'copy.md',
example: 'example.md',
},
{
title: 'Apps',
folder: 'apps',
copy: 'copy.md',
example: 'example.md',
children: [],
},
],
},
],