All great comments, will help search ability of the site with page titles.
SGTM - Google project need SEO help
Replace javascript redirects with something better or not at all
Netlify can handle those redirects too out of the box, directly in our CDN :smile:
https://www.netlify.com/docs/redirects/
This is a rough translation of what's in that JS to a _redirects file:
# 301 redirects
/third_party/swagger-ui http://kubernetes.io/kubernetes/third_party/swagger-ui/
/resource-quota http://kubernetes.io/docs/admin/resourcequota/
/horizontal-pod-autoscaler http://kubernetes.io/docs/user-guide/horizontal-pod-autoscaling/
/docs/roadmap https://github.com/kubernetes/kubernetes/milestones/
/api-ref https://github.com/kubernetes/kubernetes/milestones/
/docs/user-guide/overview http://kubernetes.io/docs/whatisk8s/
The forwardning rules to the repo branch might be more involved, but still doable. That _redirects file can also be generated based on a template, it's always processed after Netlify builds the site.
Tagged this with P1 and Needs tech review. I think we should figure this out soon. Netlify seems to be the right way forward.
I'm targeting 2017Q3 to move k8s.io prod over to Netlify.
@chenopis happy to jump in a Hangout or meet somewhere else to make this happen.
@calavera Awesome. Thanks for volunteering to jump in. Once k8s 1.7 is out the door, hopefully next week, I will setup some meetings to work on a plan for the cutover.
OMG, all three of these are done!
Most helpful comment
OMG, all three of these are done!