File tree Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Original file line number Diff line number Diff line change
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 )
Original file line number Diff line number Diff line change @@ -19,6 +19,16 @@ const sidebars: SidebarsConfig = {
19
19
} ,
20
20
] ,
21
21
} ,
22
+ {
23
+ type : 'category' ,
24
+ label : 'SDKs' ,
25
+ items : [
26
+ {
27
+ type : 'autogenerated' ,
28
+ dirName : 'sdks' ,
29
+ } ,
30
+ ] ,
31
+ } ,
22
32
{
23
33
type : 'category' ,
24
34
label : 'Webhooks' ,
You can’t perform that action at this time.
0 commit comments