112 lines
3.7 KiB
JavaScript
112 lines
3.7 KiB
JavaScript
import React from 'react';
|
|
import ComponentCreator from '@docusaurus/ComponentCreator';
|
|
|
|
export default [
|
|
{
|
|
path: '/awSQL/',
|
|
component: ComponentCreator('/awSQL/', '66b'),
|
|
routes: [
|
|
{
|
|
path: '/awSQL/',
|
|
component: ComponentCreator('/awSQL/', '1f2'),
|
|
routes: [
|
|
{
|
|
path: '/awSQL/',
|
|
component: ComponentCreator('/awSQL/', '536'),
|
|
routes: [
|
|
{
|
|
path: '/awSQL/category/classes',
|
|
component: ComponentCreator('/awSQL/category/classes', '4b4'),
|
|
exact: true,
|
|
sidebar: "defaultSidebar"
|
|
},
|
|
{
|
|
path: '/awSQL/category/typedefs',
|
|
component: ComponentCreator('/awSQL/category/typedefs', '812'),
|
|
exact: true,
|
|
sidebar: "defaultSidebar"
|
|
},
|
|
{
|
|
path: '/awSQL/classes/alter-table',
|
|
component: ComponentCreator('/awSQL/classes/alter-table', '838'),
|
|
exact: true,
|
|
sidebar: "defaultSidebar"
|
|
},
|
|
{
|
|
path: '/awSQL/classes/awsql',
|
|
component: ComponentCreator('/awSQL/classes/awsql', '62f'),
|
|
exact: true,
|
|
sidebar: "defaultSidebar"
|
|
},
|
|
{
|
|
path: '/awSQL/classes/create-table',
|
|
component: ComponentCreator('/awSQL/classes/create-table', 'e6d'),
|
|
exact: true,
|
|
sidebar: "defaultSidebar"
|
|
},
|
|
{
|
|
path: '/awSQL/classes/delete',
|
|
component: ComponentCreator('/awSQL/classes/delete', '079'),
|
|
exact: true,
|
|
sidebar: "defaultSidebar"
|
|
},
|
|
{
|
|
path: '/awSQL/classes/insert',
|
|
component: ComponentCreator('/awSQL/classes/insert', 'e8b'),
|
|
exact: true,
|
|
sidebar: "defaultSidebar"
|
|
},
|
|
{
|
|
path: '/awSQL/classes/instance',
|
|
component: ComponentCreator('/awSQL/classes/instance', '928'),
|
|
exact: true,
|
|
sidebar: "defaultSidebar"
|
|
},
|
|
{
|
|
path: '/awSQL/classes/select',
|
|
component: ComponentCreator('/awSQL/classes/select', '06d'),
|
|
exact: true,
|
|
sidebar: "defaultSidebar"
|
|
},
|
|
{
|
|
path: '/awSQL/classes/structure',
|
|
component: ComponentCreator('/awSQL/classes/structure', '0a8'),
|
|
exact: true,
|
|
sidebar: "defaultSidebar"
|
|
},
|
|
{
|
|
path: '/awSQL/classes/update',
|
|
component: ComponentCreator('/awSQL/classes/update', 'd2e'),
|
|
exact: true,
|
|
sidebar: "defaultSidebar"
|
|
},
|
|
{
|
|
path: '/awSQL/typedefs/column-structure',
|
|
component: ComponentCreator('/awSQL/typedefs/column-structure', '93b'),
|
|
exact: true,
|
|
sidebar: "defaultSidebar"
|
|
},
|
|
{
|
|
path: '/awSQL/typedefs/constraint-options',
|
|
component: ComponentCreator('/awSQL/typedefs/constraint-options', '75a'),
|
|
exact: true,
|
|
sidebar: "defaultSidebar"
|
|
},
|
|
{
|
|
path: '/awSQL/',
|
|
component: ComponentCreator('/awSQL/', '4a2'),
|
|
exact: true,
|
|
sidebar: "defaultSidebar"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
path: '*',
|
|
component: ComponentCreator('*'),
|
|
},
|
|
];
|