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

21 lines
412 B
TypeScript
Raw Normal View History

import { DocsStructure } from '@/app/types/types';
2023-04-09 14:50:50 -05:00
export const versionOne: DocsStructure = {
version: 'version_001',
2023-04-13 17:22:28 -05:00
hasSwagger: false,
2023-04-12 11:18:38 -05:00
docs: [
{
title: 'Introduction',
folder: 'introduction',
copy: 'copy.md',
example: 'example.md',
},
{
title: 'Authentication',
folder: 'authentication',
copy: 'copy.md',
example: 'example.md',
2023-04-12 11:18:38 -05:00
},
],
2023-04-09 14:50:50 -05:00
};