- We now automatically detect when a TOC has no entries in it and omit the spacing on the right side
for the TOC. This improves the formatting of a few pages on the site.
- Make an another attempt at preventing the dropdown arrow from wrapping under the cog on smaller screens.
This new solution seems to work across several browsers I've tried.
- Remove an extraneous header in one page.
* Add Ansible installation instructions
* Change order and title of Ansible installation
* Capitalize istio
* Improve prerequisites
* Update version handling
* Fix wording of istio.dest
* Remove sentence concerning setting path for manually
This was done since it was confusing
* Fix sorting order
* Add missing punctuation
* Add missing colon
- Add support for showing the archive date in the footer.
- Fix invalid HTML in the header which improves the responsive layout. In particular, the down arrow
for the dropdown menu tends to stay on the same line as the cog more than before.
- Tone down the blue color of links so it's not so intense. There's still good contrast
between links and normal text.
- Remove broken og:image meta tag from each page. It used to point to a logo.png
file, which we deleted months ago. Turns out it's not intended for web site logos
anyway.
- Add og:url and og:site_name per best practices.
- Remove one more stray border on the community page. I thought I got rid of 'em last time,
but I missed one.
- When you hover over an HTML header, we now pop up a link icon holding a link to the
header. Useful to support deep linking to a header.
- When you click on a link that points outside of istio.io, the target is now
opened in a separate tab.
- Improved the coloring of links in the light theme so they're more visible. I was almost not able to
see the difference between normal text and links, now the color delta is greater. Additionally, when
you hover on a link, we now draw an underline.
- Change the color of H1 headers to be black instead of being the same color
as links. They're not links, they shouldn't be that color.
* This commit documents a new fault injection mechanism using HTTP abort
in addition to the existing HTTP delay example. The relevant sample files
are committed in a separate pull request to istio/istio.
* Fixing some grammar and verbiage.
* Add support for a dark color themes.
- The version dropdown is now replaced with a gear dropdown. This dropdown lets you
pick the version of the site to look at, and lets you pick the light or dark color
themes for the site.
- Fixed a rendering glitch on the community page where a stray right and bottom border
was rendered.
* Fix a bunch of content errors.
- Replace links using https://istio.io and / with {{home}} so they work
on staging and archive versions of the site.
- Fix a bunch of preformatted blocks that has extra spaces or incorrect indent
- Replaced usage of "Further reading" with "What's next" to match our convention.
- Fix capitalization style of various headers to match our convention.
- Broke up some preformatted blocks to separate the command-line from the output
in order to make cut & paste easier, per our convention.
* Fix more links.
* initial version of a blog post about Egress TCP traffic
* removed a redundant whitespace
* added introduction and mysql instructions
* changed the page order to be 92
* completed mysql part
* fixed indentation and wording
* added "use the database section", including a diagram
* fixed figure caption
* added Future Work, Further Reading and Empty Conclusion
* updated bookinfo-ratings-v2-mysql-external.svg
* added a remark about the arrows on the updated diagram
* added deleting the egress rule
* added figure of error of Ratings service unavailable
* added Section Egress Rule for external MySQL instance
* fixed heading of "Future Work"
* the initial full version of the blog
* resized the diagram of Bookinfo with MySQL
* added a paragraph about service degradation
* separated the commands and their output
* wording improvements
* fixed the figures according to the new syntax
* fixed the border around details microservice in the image
* final fixes
* fixed mysqlsh strings
* broke additional long mysql lines
* fixed the ration of the images
* remove .DS_Store
* replace istio.io with {{home}}
* make lower case headings and Bookinfo sample application
* fixed the identation in "use the database..." section
* allow the in-mesh applications access -> allow the in-mesh applications to access
* Let me remind you -> As a reminder, here is
* allowed -> sent, sent by -> sent according
* rephrased the sentence about MONGO protocol
* Added a section "relation to mesh expansion".
* added mutual TLS as a benefit of mesh expansion
* sent according to the route rules -> configured according to the route rules