- I left a debugging string ("Chevron") in the text, which
would show up on screen. Oops.
- The trick I used to glue the footer to the bottom of the browser window ended up causing trouble with the
vertical scroll bar positioning. I reverted this trick, in favor of a simpler approach. Instead of gluing
the footer to the bottom of the window, I simply make it so the bottom of the page is already rendered in the
same blue as the footer.
- Move a script from loading in the header to loading in the body. According to the Chrome profiler, this
saves a bunch of time blocking rendering during page load.
- Remove unreferenced files
- Stop using sitemap_exclude in front matter since nothing is looking at this.
- Minify the javascript files for faster loading.
- Cleanup and add favicons
- Fill some of the app manifests for Android and Windows to integrate more nicely.
- Address a few Lighthouse auditing issues.
- istio.io/help now brings up a help page which groups together all the things users can do when
they need help.
- Replaced the FAQ link in the top right of each page with a Help link instead
- Did a bit of cleanup in the page footer content & naming
- Whenever there isn't much page content, the page footer is now glued to the bottom of the visible browser page instead
of floating like a fool in the middle of the page/screen.
- Fix clickable region in new FAQ page. Instead of just being able to click on the words, you can now click
on the whole heading area to expand it.
* Upgrading html checker
To fix link errors
* Update bundler
* Trial/error on syntax
* Switching cache key
* Switch cache to v2 too
* Minor tweaks to standalone install instructions
mostly to trigger another build and check the cache does work now
- Better aesthetics.
- Can now navigate by clicking on a letter selector.
- Each word can now be linked to directly (although discoverability
could be better)
- The glossary is now referenced from the header.
- You can now find the glossary at istio.io/glossary
- The FAQ page now has categories to make the page more scalable.
- Removed the FAQ pages that were added a little while ago and integrate
their content into the main site FAQ page.
- Stop computing sitemap.xml since there's a Jekyll plugin that does that
for us.
* Setup the html check in circleci
as jenkins is broken I've setup the rake test in circle ci
it's super fast thanks to caching the bundle install results
* Initial changes for mysql support on vms
* Fix typos in mysql commands.
* Incorporate edits from tech writers review.
* Change grant to be at localhost.
* Add mysql commands to change ratings and show output of registering of vm.
* fixing for missing kube-inject and correct yamls for .vm. namespace
* minor update