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