File tree Expand file tree Collapse file tree 2 files changed +15
-8
lines changed Expand file tree Collapse file tree 2 files changed +15
-8
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ const sidebars: SidebarsConfig = {
124
124
{
125
125
type : 'link' ,
126
126
label : 'Webhooks' ,
127
- href : 'https://developers.plane.so// webhooks/intro-webhooks' ,
127
+ href : 'https://developers.plane.so/webhooks/intro-webhooks' ,
128
128
} ,
129
129
] ,
130
130
} ;
Original file line number Diff line number Diff line change 160
160
},
161
161
{
162
162
"source" : " /plane-one/governance/authentication/workspaces-and-teams" ,
163
- "destination" : " https://developers.plane.so /plane-one/governance/workspaces-and-teams"
163
+ "destination" : " /plane-one/governance/workspaces-and-teams"
164
164
},
165
165
{
166
166
"source" : " /plane-one/self-host/methods/one-command" ,
193
193
{
194
194
"source" : " /plane-one/governance/authentication/custom-sso" ,
195
195
"destination" : " /self-hosting/govern/authentication"
196
- },
196
+ }
197
+ ],
198
+
199
+ "rewrites" : [
197
200
{
198
201
"source" : " /self-hosting/:path*" ,
199
- "destination" : " https://developers.plane.so/self-hosting/"
202
+ "destination" : " https://developers.plane.so/self-hosting/:path* "
200
203
},
201
204
{
202
205
"source" : " /api-reference/:path*" ,
203
- "destination" : " https://developers.plane.so/api-reference/"
206
+ "destination" : " https://developers.plane.so/api-reference/:path* "
204
207
},
205
208
{
206
209
"source" : " /webhooks/:path*" ,
207
- "destination" : " https://developers.plane.so/webhooks/"
210
+ "destination" : " https://developers.plane.so/webhooks/:path*"
211
+ },
212
+ {
213
+ "source" : " /plane-one/governance/workspaces-and-teams" ,
214
+ "destination" : " https://developers.plane.so/plane-one/governance/workspaces-and-teams"
208
215
}
209
- ]
210
- }
216
+ ]
217
+ }
You can’t perform that action at this time.
0 commit comments