Skip to content

Commit 9fbdaa2

Browse files
committed
feat: add sdks
1 parent 2583d36 commit 9fbdaa2

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

docs/sdks/overview.mdx

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: Overview
3+
sidebar_label: Overview
4+
description: Use Plane SDKs to integrate with Plane
5+
sidebar_position: 1
6+
---
7+
8+
{frontMatter.description && <h3 class="description">{frontMatter.description}</h3>}
9+
10+
:::tip Alpha
11+
Plane SDKs are currently in **Alpha**. Some aspects of the API may change. Please
12+
send feedback to [email protected].
13+
:::
14+
15+
## Introduction
16+
17+
Plane offers pre-built SDKs in multiple languages to help you
18+
integrate with Plane quickly and easily.
19+
20+
## Supported Languages
21+
22+
- [Python](https://github.com/makeplane/plane-python-sdk)
23+
- [Typescript](https://github.com/makeplane/plane-node-sdk)

sidebars.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,16 @@ const sidebars: SidebarsConfig = {
1919
},
2020
],
2121
},
22+
{
23+
type: 'category',
24+
label: 'SDKs',
25+
items: [
26+
{
27+
type: 'autogenerated',
28+
dirName: 'sdks',
29+
},
30+
],
31+
},
2232
{
2333
type: 'category',
2434
label: 'Webhooks',

0 commit comments

Comments
 (0)