docs: add more documentation
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user