Wrap DocsIntegrations with Gitbook-style DocsLayout
cgen-3a03239b197c46a29c567e19e8224117
This commit is contained in:
parent
e7ff45ff9c
commit
7296d79456
1 changed files with 7 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
||||||
|
import DocsLayout from "@/components/docs/DocsLayout";
|
||||||
import { Link } from "react-router-dom";
|
import { Link } from "react-router-dom";
|
||||||
import {
|
import {
|
||||||
Card,
|
Card,
|
||||||
|
|
@ -89,6 +90,11 @@ const troubleshooting = [
|
||||||
|
|
||||||
export default function DocsIntegrations() {
|
export default function DocsIntegrations() {
|
||||||
return (
|
return (
|
||||||
|
<DocsLayout
|
||||||
|
title="Integrations"
|
||||||
|
description="Third-party integrations and platform connections"
|
||||||
|
breadcrumbs={[{ label: "Integrations" }]}
|
||||||
|
>
|
||||||
<div className="space-y-12">
|
<div className="space-y-12">
|
||||||
<section id="overview" className="space-y-4">
|
<section id="overview" className="space-y-4">
|
||||||
<Badge className="bg-indigo-500/20 text-indigo-100 uppercase tracking-wide">
|
<Badge className="bg-indigo-500/20 text-indigo-100 uppercase tracking-wide">
|
||||||
|
|
@ -316,5 +322,6 @@ export default function DocsIntegrations() {
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
</DocsLayout>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue