fix: padding issue

This commit is contained in:
Stevan Freeborn
2023-04-13 21:34:11 -05:00
parent 3643dfe26b
commit e755b60093
8 changed files with 65 additions and 8 deletions
+7
View File
@@ -32,6 +32,13 @@ export const versionTwo: DocsStructure = {
example: 'example.md',
children: [],
},
{
title: 'Error Handling',
folder: 'error_handling',
copy: 'copy.md',
example: 'example.md',
children: [],
},
{
title: 'Resources',
folder: 'resources',