feat(#3511): add links to old v1 docs#3565
Conversation
|
I'll move this back to draft as we wait for #3510. |
|
I rebased against When I am viewing a component in the v2 docs, nav-to-component-test.mp4When I am viewing an example in the v2 docs, nav-to-example-test.mp4 |
twjeffery
left a comment
There was a problem hiding this comment.
@bdfranck I noticed the v1 links use the DS 2 slug for all components. For the ones that were renamed, the link lands on "Coming Soon!" on the v1 site. I tested these 8 locally:
- circular-progress (v1: circular-progress-indicator)
- file-upload-input (v1: file-uploader)
- app-header (v1: header)
- icon (v1: icons)
- linear-progress (v1: linear-progress-indicator)
- notification (v1: notification-banner)
- radio-group (v1: radio)
- skeleton (v1: skeleton-loader)
The redirect config already has this mapping, just in the other direction. We could add a reverse lookup so the v1 link uses the right slug.
Also, the v1 link is inside the Properties tab, so it's not visible from the other tabs. We could move it outside of the tabs?
|
@twjeffery Yes, I've addressed the redirects in the related v1 docs PR. You can see them here: I've moved the link out of the tab, rebased against the latest |
|
🎉 This PR is included in version 2.0.0-dev.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 2.0.0-dev.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 7.0.0-dev.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 5.0.0-dev.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 2.0.0-next.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 2.0.0-next.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 7.0.0-next.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 5.0.0-next.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 2.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 2.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 7.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 5.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This PR prepares our DS 2 docs for links from DS 1 docs with the following changes...
/components/circular-progress-indicator➡️/components/circular-progress)The related DS 1 docs changes: GovAlta/ui-components-docs#484