Skip to content

Commit

Permalink
Re-enable multimodal routes
Browse files Browse the repository at this point in the history
  • Loading branch information
peterszerzo committed Mar 26, 2024
1 parent 900db39 commit f50b266
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions packages/website/src/routes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -170,31 +170,31 @@ export const routes: {
},
],
},
// {
// heading: "Multimodal",
// items: [
// {
// label: "Getting started",
// url: "/multimodal-getting-started",
// element: <MultimodalGettingStarted />,
// },
// {
// label: "Usage",
// url: "/multimodal-usage",
// element: <MultimodalUsage />,
// },
// {
// label: "API reference",
// url: "/multimodal-api-reference",
// element: <MultimodalApiReference />,
// },
// {
// label: "Try live",
// url: "/voice-compass-try-live",
// element: <MultimodalTryLive />,
// },
// ],
// },
{
heading: "Multimodal",
items: [
{
label: "Getting started",
url: "/multimodal-getting-started",
element: <MultimodalGettingStarted />,
},
{
label: "Usage",
url: "/multimodal-usage",
element: <MultimodalUsage />,
},
{
label: "API reference",
url: "/multimodal-api-reference",
element: <MultimodalApiReference />,
},
{
label: "Try live",
url: "/voice-compass-try-live",
element: <MultimodalTryLive />,
},
],
},
];

export const ContentRoutes: FC<{}> = () => {
Expand Down

0 comments on commit f50b266

Please sign in to comment.