Skip to content

Commit b4eeb52

Browse files
committed
Add redirects for moved troubleshooting pages
Redirect old /docs/troubleshooting/templates/* URLs to their new locations under /docs/troubleshooting/.
1 parent 0b40da6 commit b4eeb52

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

docs.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,16 @@
284284
}
285285
},
286286
"redirects": [
287+
{
288+
"source": "/docs/troubleshooting/templates/build-authentication-error",
289+
"destination": "/docs/troubleshooting/build-authentication-error",
290+
"permanent": true
291+
},
292+
{
293+
"source": "/docs/troubleshooting/templates/49999-port-not-open",
294+
"destination": "/docs/troubleshooting/49999-port-not-open",
295+
"permanent": true
296+
},
287297
{
288298
"source": "/docs/template/aliases",
289299
"destination": "/docs/template/names",

0 commit comments

Comments
 (0)