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
+8
View File
@@ -2,6 +2,7 @@ import { DocsStructure } from '@/app/types/types';
export const versionTwo: DocsStructure = {
version: 'version_002',
hasSwagger: true,
docs: [
{
title: 'Introduction',
@@ -17,6 +18,13 @@ export const versionTwo: DocsStructure = {
example: 'example.md',
children: [],
},
{
title: 'Pagination',
folder: 'pagination',
copy: 'copy.md',
example: 'example.md',
children: [],
},
{
title: 'Resources',
folder: 'resources',