2025-03-27 21:10:05 +01:00

172 lines
6.1 KiB
JavaScript

import React from 'react';
import ComponentCreator from '@docusaurus/ComponentCreator';
export default [
{
path: '/awSQL/',
component: ComponentCreator('/awSQL/', 'af5'),
routes: [
{
path: '/awSQL/',
component: ComponentCreator('/awSQL/', '7d7'),
routes: [
{
path: '/awSQL/',
component: ComponentCreator('/awSQL/', '266'),
routes: [
{
path: '/awSQL/category/classes',
component: ComponentCreator('/awSQL/category/classes', '4b4'),
exact: true,
sidebar: "defaultSidebar"
},
{
path: '/awSQL/category/example-database',
component: ComponentCreator('/awSQL/category/example-database', '427'),
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/example-db/Categories',
component: ComponentCreator('/awSQL/example-db/Categories', '591'),
exact: true,
sidebar: "defaultSidebar"
},
{
path: '/awSQL/example-db/Customers',
component: ComponentCreator('/awSQL/example-db/Customers', '015'),
exact: true,
sidebar: "defaultSidebar"
},
{
path: '/awSQL/example-db/Employees',
component: ComponentCreator('/awSQL/example-db/Employees', '487'),
exact: true,
sidebar: "defaultSidebar"
},
{
path: '/awSQL/example-db/OrderDetails',
component: ComponentCreator('/awSQL/example-db/OrderDetails', '9f0'),
exact: true,
sidebar: "defaultSidebar"
},
{
path: '/awSQL/example-db/Orders',
component: ComponentCreator('/awSQL/example-db/Orders', '2d4'),
exact: true,
sidebar: "defaultSidebar"
},
{
path: '/awSQL/example-db/Products',
component: ComponentCreator('/awSQL/example-db/Products', 'fe7'),
exact: true,
sidebar: "defaultSidebar"
},
{
path: '/awSQL/example-db/Shippers',
component: ComponentCreator('/awSQL/example-db/Shippers', '157'),
exact: true,
sidebar: "defaultSidebar"
},
{
path: '/awSQL/example-db/Suppliers',
component: ComponentCreator('/awSQL/example-db/Suppliers', '961'),
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/typedefs/okpacket',
component: ComponentCreator('/awSQL/typedefs/okpacket', 'e87'),
exact: true,
sidebar: "defaultSidebar"
},
{
path: '/awSQL/',
component: ComponentCreator('/awSQL/', '4a2'),
exact: true,
sidebar: "defaultSidebar"
}
]
}
]
}
]
},
{
path: '*',
component: ComponentCreator('*'),
},
];