-
Notifications
You must be signed in to change notification settings - Fork 7
feat(ci): add redirect checks and reconstruct redirects array for all links from the previous TON Docs #1084
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No documentation issues detected.
novusnota
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's add all missing redirects and/or add TODO stubs for destinations and resolve those in #39.
Done! Instead of explicit "TODO" redirects, which would've led to 404 pages, I've opened new issues and linked to them. And also linked to existing issues when there's no corresponding page stub. Besides, the "upstream docs.json" check is commented out — it shall be enabled only right before the release. There's a note for that in #39. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No documentation issues detected.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No documentation issues detected.
Closes #123 by adding four kinds of redirect checks:
Out of them, two are expected to fail — we don't have redirect files for all declared routes AND we don't cover all links from the previous TON Docs. Yet.All checks pass, see this message for details.