You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We'd like a feature and/or process that will enable the Docs Team to manage 301 doc redirects. This would include being able to identify current redirects and add new redirects.
Commit the redirects that we have to the docs repo as "legacy" and build a redirects config out of them in the built-docs repo (Add redirects to built docs #674). This is a nice start because one of our problems is that the list of redirects isn't accessible to everyone or editable by the docs team. This fixes that. It also makes the redirects available for testing locally with ./build_docs --all.
Switch the web server to using the redirects that we commit.
Switch the HTML redirects that we make to nginx redirects. These just bother me.
Implement a way for an asciidoc file to declare "redirect this url to me" and start using it to generate the list of redirects. This seems like a fairly nice way to prevent things like redirects to 404s or just mistyped redirects. This'd only with Asciidoctor but we plan to shift everything to Asciidoctor before too long anyway.
Slowly remove redirects from the legacy file by shifting redirects to being declared in the way I built above.
Per our meeting today (2/27/2019) with: @debadair @nik9000 @nrichers @sylvie777 @liztauscher
We'd like a feature and/or process that will enable the Docs Team to manage 301 doc redirects. This would include being able to identify current redirects and add new redirects.
Web Team's redirect spreadsheet
cc: @brianjolly
The text was updated successfully, but these errors were encountered: