We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c3dbe6 commit b9730fbCopy full SHA for b9730fb
docusaurus.config.ts
@@ -323,6 +323,10 @@ const config: Config = {
323
to: '/docs/concepts/sign-in-experience/',
324
from: '/docs/tutorials/get-started/sign-in-experience/',
325
},
326
+ {
327
+ to: '/docs/recipes/manage-users/personal-access-token/',
328
+ from: '/docs/recipes/manage-users/management-api/personal-access-token/',
329
+ },
330
],
331
// `existingPath` is the path `to`, the return value is the path `from`.
332
createRedirects(existingPath: string) {
0 commit comments