docs: add more documentation

This commit is contained in:
Stevan Freeborn
2023-04-13 17:22:28 -05:00
parent 5d3fdf3944
commit 15a9f467c0
12 changed files with 132 additions and 14 deletions
+1
View File
@@ -2,6 +2,7 @@ import { ReactNode } from 'react';
export type DocsStructure = {
version: string;
hasSwagger: boolean;
docs: Doc[];
};