- If no color theme has been selected, the site now follows the user's system's
color scheme. This only works in Safari right now, but support in Chrome and Firefox
is on its way.
- Fix occasional white flash that would happen when loading pages while using the dark
theme.
* Add the diagram creation guidelines.
These guidelines include an SVG file with all the shapes and styles needed. The
steps to get someone started are meant to entice people to create their own
diagrams.
Signed-off-by: rcaballeromx <grca@google.com>
* Add InkScape to the spell checker exceptions.
Signed-off-by: rcaballeromx <grca@google.com>
* Add Google Draw version of the guide.
Signed-off-by: rcaballeromx <grca@google.com>
* Add steps to contribute Google Draw diagrams.
Signed-off-by: rcaballeromx <grca@google.com>
- 'make lint' no longer purges the HTMLProofer cache, which considerably improves perf when doing
repeated lints.
- Fix patterns used in lint_site.sh to be more selective in order to avoid linting SVG files and
other such things.
- Add a "make clean" target that deletes various directories produced when locally building
the site.
- Clean the tree before "make lint". This removes any stale files from the public directory,
which is important since those can lead to spurious lint errors.
- Stop passing the no-longer-existing -minify argument to gen_site.sh.
The user guide for Istio Vault CA integration fails
because the cluster hosting an example Vault server was deleted.
This PR fixes the user guide with a new example Vault CA.
* #13575, second workaround
* backticks in place, the comment about upgrading to the latest kube-apiserver is removed as I am already on the latest version and that does not solve anything. (#13575)
* commit for the cla/google
* removing the trailing space
* .svc in no_proxy also works
- Add missing ARIA annotations on the See Also entry in the right-hand TOC
- Add missing ARIA annotations on the FAQ pages, and switch from a UL to an OL
list for the questions in order to get rid of the bullets.
- Remove unnecessary ratio= attributes used with the image shortcode
- Make it so the gloss shortcode doesn't depend on the location of the glossary
within the content tree.
- Make it so the image shortcode understands languages. It will now look in the current
language's content tree, and then callback to the English tree if not found.
- Leverage the above to simplify the Chinese content and remove many absolute references from the
Chinese content to the English content.
- A few small additions that make it possible to build archive.istio.io
directly from here, instead of having a dedicated set of hacks in
the admin-sites repo.
- Substantially simplify logic that deals with releases & release notes.
- Make it easier to add a new release to the site. THere are fewer things to
change as the site infra can figure more stuff out on its own.
- Make it so release notes can be added in one language without require them
to be added in the other language.
- Replace the ugly "a new version is available" callout on older release note
pages with a popup that only shows up when you click on the download button.