Contains the following fixes:
* docs: Website max width for hp paragraph
* docs: Remove ghost from the run snippet icons
This is confusing as it might be associated with something going wrong.
* docs: Use /apple-touch-icon.png for precomposed
* docs: Add a png favicon
Clients still seem to be requesting this.
* docs: Add in external resources for legacy content
---------
Signed-off-by: Charlie Egan <charlie@styra.com>
Some things added on this branch:
- icons and client logos at known paths
- some spam redirects
- some redirects for docs/latest/foo /docs/foo
- redirects for the two ‘moved’ pages (k8s and envoy intros)
I am going to be monitoring the traffic this week on Netlify to make
sure we have a good coverage with redirects where needed.
We also now prompt users to file issues directly from the 404 pages
which should help flag things we miss too.
We mixed together doc content and website content. We don’t need to
version the website content (logos, main site stuff, etc) but the doc
static content (mostly images) should be tied to the markdown that
uses it.
Signed-off-by: Patrick East <east.patrick@gmail.com>