Conversation
✅ Deploy Preview for criipto-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
gatsby-node.ts
Outdated
| }); | ||
| createRedirect({ | ||
| fromPath: '/verify/articles/custom-ui-samples', | ||
| toPath: '/verify/reference/samples', |
There was a problem hiding this comment.
Just samples? Are the samples not still custom ui specific?
| force: true, | ||
| }); | ||
| createRedirect({ | ||
| fromPath: '/verify/articles/custom-ui-css', |
There was a problem hiding this comment.
The fromPath does not appear to exist today? https://docs.idura.app/verify/articles/custom-ui-css
gatsby-node.ts
Outdated
| force: true, | ||
| }); | ||
| createRedirect({ | ||
| fromPath: '/verify/getting-started/best-security-practices/#the-state-parameter', |
There was a problem hiding this comment.
Not sure you can target fragments in redirect, does it work as expected?
There was a problem hiding this comment.
Nope, I was wondering if it doesn't work only locally or also in previews @mickhansen :)
There was a problem hiding this comment.
Redirects should be fixed now @mickhansen
fkj
left a comment
There was a problem hiding this comment.
I did not review the whole thing, but just added some comments on production access.
ab49f3c to
b9973f8
Compare
Verify integration cards will be shown on both Homepage and Getting Started page, so I'm moving them accordingly.
…ence. This commit restructures the documentation to separate conceptual learning from actionable tasks and help developers find their way to the product faster. - Moved OIDC theory into a new "How it works" section. - Made "Getting Started" a quickstart guide with actionable steps (Set up the Dashbaord -> Create test user -> Integrate -> Move to Production) - Removed the `/verify` index page and added a redirect to `/verify/getting-started/ instead.
b9973f8 to
06b6270
Compare
06b6270 to
2349b8c
Compare
…veloper experience.
This commit restructures the documentation to separate conceptual learning from actionable tasks and help developers find their way to the product faster.
/verifyindex page and added a redirect to `/verify/getting-started/ instead.