Skip to content

Commit 2aea816

Browse files
committed
chore: fix up titles and footer links
1 parent 3451029 commit 2aea816

File tree

5 files changed

+17
-21
lines changed

5 files changed

+17
-21
lines changed

docs/ai-solutions/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Overview
2+
title: AI Solutions Overview
33
sidebar_label: Overview
44
description: Use the Plane MCP server to integrate with Plane
55
sidebar_position: 1

docs/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import { CardGroup } from '@site/src/components/CardGroup';
3131
<Card title="API Reference" icon="FaCog" href="/api/the-plane-rest-api">
3232
Use our API reference to build a custom integration.
3333
</Card>
34-
<Card title="Webhooks" icon="FaCog" href="/webhooks/intro">
34+
<Card title="Webhooks" icon="FaCog" href="/webhooks/overview">
3535
Learn how to integrate Plane's webhooks with your service.
3636
</Card>
3737
</CardGroup>

docs/sdks/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Overview
2+
title: SDKs Overview
33
sidebar_label: Overview
44
description: Use Plane SDKs to integrate with Plane
55
sidebar_position: 1

docs/webhooks/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Webhooks
2+
title: Webhooks Overview
33
sidebar_label: Overview
44
description: Use webhooks to receive real-time notifications about events in Plane.
55
---

docusaurus.config.ts

Lines changed: 13 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -117,18 +117,6 @@ const config: Config = {
117117
label: 'Sign in',
118118
position: 'right',
119119
},
120-
// {
121-
// type: "docSidebar",
122-
// sidebarId: "sidebar",
123-
// position: "left",
124-
// label: "Docs",
125-
// },
126-
// { to: '/releases', label: 'Releases', position: 'left' },
127-
// {
128-
// href: "https://github.com/makeplane",
129-
// label: "GitHub",
130-
// position: "right",
131-
// },
132120
],
133121
},
134122
footer: {
@@ -137,17 +125,25 @@ const config: Config = {
137125
{
138126
title: 'Docs',
139127
items: [
140-
{
141-
label: 'Introduction',
142-
to: '/',
143-
},
144128
{
145129
label: 'Self-Hosting',
146130
to: '/self-hosting/overview',
147131
},
132+
{
133+
label: 'SDKs',
134+
to: '/sdks/overview',
135+
},
136+
{
137+
label: 'AI Solutions',
138+
to: '/ai-solutions/overview',
139+
},
148140
{
149141
label: 'Webhooks',
150-
to: '/webhooks/intro',
142+
to: '/webhooks/overview',
143+
},
144+
{
145+
label: 'API Reference',
146+
to: '/api',
151147
},
152148
],
153149
},

0 commit comments

Comments
 (0)