docs: add authentication section for version 1

This commit is contained in:
Stevan Freeborn
2023-04-22 14:38:38 -05:00
parent 66e87b3c48
commit a8d160b340
4 changed files with 27 additions and 2 deletions
+6 -1
View File
@@ -9,7 +9,12 @@ export const versionOne: DocsStructure = {
folder: 'introduction',
copy: 'copy.md',
example: 'example.md',
children: [],
},
{
title: 'Authentication',
folder: 'authentication',
copy: 'copy.md',
example: 'example.md',
},
],
};