feat: add some content for version 1
This commit is contained in:
@@ -2,5 +2,13 @@ import { DocsStructure } from '@/app/types/types';
|
||||
|
||||
export const versionOne: DocsStructure = {
|
||||
version: 'version_001',
|
||||
docs: [],
|
||||
docs: [
|
||||
{
|
||||
title: 'Introduction',
|
||||
folder: 'introduction',
|
||||
copy: 'copy.md',
|
||||
example: 'example.md',
|
||||
children: [],
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user