Files
onspring-api-docs/src/docs/version_002/docsStructure.ts
T

19 lines
364 B
TypeScript
Raw Normal View History

import { DocsStructure } from '@/app/types/types';
export const versionTwo: DocsStructure[] = [
{
title: 'Introduction',
folder: 'introduction',
copy: 'copy.md',
example: 'example.md',
2023-04-09 12:58:14 -05:00
children: [],
},
{
title: 'Authentication',
folder: 'authentication',
copy: 'copy.md',
example: 'example.md',
2023-04-09 12:58:14 -05:00
children: [],
},
];