docs
docs copied to clipboard
Add vuepress alias plugin to handle old documentation links
trafficstars
Describe the bug
- [ ] Add vuepress alias plugin https://github.com/vaniyokk/vuepress-plugin-alias
- [ ] Add alias entries for old links/use aliases when moving/renaming current docs
I believe we tried this and it didn't work the way we hoped. Did we figure out an alternative?
Based the way we host the docs, and the presumptive need to redirect across doc versions including versions that were not build with VuePress, I believe a custom edge lambda function would be a good way to solve this problem.