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

22 lines
431 B
TypeScript
Raw Normal View History

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