Skip to content

Commit b9730fb

Browse files
authored
fix: redirect pat link (#799)
1 parent 5c3dbe6 commit b9730fb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docusaurus.config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,10 @@ const config: Config = {
323323
to: '/docs/concepts/sign-in-experience/',
324324
from: '/docs/tutorials/get-started/sign-in-experience/',
325325
},
326+
{
327+
to: '/docs/recipes/manage-users/personal-access-token/',
328+
from: '/docs/recipes/manage-users/management-api/personal-access-token/',
329+
},
326330
],
327331
// `existingPath` is the path `to`, the return value is the path `from`.
328332
createRedirects(existingPath: string) {

0 commit comments

Comments
 (0)