docs: add error handling section to version 1

This commit is contained in:
Stevan Freeborn
2023-04-22 15:53:41 -05:00
parent 46d0db60c9
commit d1fe5d43ce
3 changed files with 59 additions and 0 deletions
+6
View File
@@ -34,5 +34,11 @@ export const versionOne: DocsStructure = {
copy: 'copy.md',
example: 'example.md',
},
{
title: 'Error Handling',
folder: 'error_handling',
copy: 'copy.md',
example: 'example.md',
},
],
};