Skip to content

Commit

Permalink
going to pr and switch
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardTMiles committed Dec 19, 2023
1 parent c15f22c commit 36ed30f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/views/Documentation/Documentation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import classNames from "classnames";
import withStyles from "@material-ui/core/styles/withStyles";
import GridItem from "components/Grid/GridItem";
import {iStyle} from "variables/styleModules";
import {CARBON_ORM_INTRODUCTION} from "views/Documentation/Sections/CarbonORMIntroduction";
import CarbonPHP from "./Sections/CarbonPHP";
//import Bootstrap from "CarbonORM";
import Dependencies from "./Sections/Dependencies";
Expand Down Expand Up @@ -60,7 +61,7 @@ class Documentation extends React.Component<{

let publicDocumentationRoutes = [
{
path: "/Documentation/Support/*",
path: "/Documentation/" + CARBON_ORM_INTRODUCTION,
name: "ORM Introduction",
component: Support
},
Expand Down

0 comments on commit 36ed30f

Please sign in to comment.