* Updated site to build archived packages at istio.io/{version} (#7515)
* cache sidebar smartly when building site (#7431)
* change archive process to include static archives every build
* fix zh redirects (#7523)
* fix redirects for vanity imports (#7524)
* fix 1.1 and 1.2 links (#7526)
* fix links in 1.3 and 1.4
* Update test framework to use 1.6.0-beta.0
* Go back to copies from env var
* Add more test targets, fix mtls test (new PA added)
* Update to use Istio SHA from go.mod (convert to long SHA)
* Try and remove TAG from prow
* Debug TAG not being set
* Fix paralization issue
* Remove some extra output
* Review comments
The configuration for the Istio installation used in integration tests
is copied at run-time from the Istio repository by `bin/init.sh` as of
istio/istio.io#6999, but the directory is otherwise empty here. This
adds it to `.gitignore` to avoid a dirty tree after every test run.
* (#6542) - add install, samples and out directories to .gitignore
* (#6542) Added comments and modified paths to make it explicit that we are ignoring top-level directories
- Use a new approach to managing icons. This has two primary benefits:
- It makes it possible to color the icons such that they look good in the
dark theme. Previously, the icons were rendered in black on dark grey when
using the dark theme.
- The average payload size for our web pages is reduced and we better use the
browser cache.
- The new icon approach makes it possible to remove our dependency on the fontawesome
package, which further slims down our payload requirement
- Refresh our iconography for a slightly lighter look.
- Remove the extra thick left-hand border of text blocks to lighten the
look.
- Added a "NN minutes to read" indication on top of each page. This is
only displayed if the count is > 1 minute.
- Added a calendar icon next to the blog post date.
- Exposed a bunch of strings that were buried in CSS/JS to translation.
- Add the 'keywords:' front-matter fields to the Hugo archetypes.
We now generate the test site into a subdirectory such that we can ensure all
links are correctly using {{home}}, which makes the site work correctly once
archived.
Fixed a bunch of broken cases.
* Starting point/nav
* Costin's version
From https://github.com/istio/istio.github.io/pull/492
* Restore some of the initial content and the prerequisite/nav
title update
* First pass updates/corrections
Added a bit of content too
* Super-draft version of the task
Mostly placeholders - need to copy the exact commands from the test scripts and double-check.
* Update to use the new filenames
* setting traffic management task to draft mode.
* Small updates
* More examples and info
* Rename the file
* Update the content with the new name
* Move into kubernetes and fix links and renames
* Fixes for copypastable blocks + more
* Minor tweaks
* Some more minor updates
* Minor cosmetic fixes
* review fixes
Thanks a lot Rachel
* Last review comment
* Review comment