Commit Graph

11 Commits

Author SHA1 Message Date
Martin Taillefer efb98fae64 Make capitalization of Bookinfo consistent. (#1016) 2018-02-19 10:35:57 -08:00
salrashid123 21bd222563 Update gke dm docs (#984)
* update gke-dm docs

* update images/docs
2018-02-14 23:33:41 -08:00
Kim Merrill 3ea872ad72 Update reference to Google Container Engine (#989)
Google Container Engine is now branded Google Kubernetes Engine, which is also the official name of the API.
2018-02-14 20:07:38 -08:00
Martin Taillefer 99b8ddcb54
Fix a bunch of content errors. (#951)
* 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.
2018-02-08 13:17:21 -08:00
Fanghui Qing 957e713a79 Fix the "install" link for istoctl. (#836) 2018-01-04 16:09:12 -08:00
Martin Taillefer aab7fa27a8
Major update of the web site's infrastructure. (#826)
Four major themes to this work:

* Performance. This new site is fast. It loads considerably faster, especially on mobile.
Every pixel is drawn exactly once. Clicking around doesn't result in things jiggling everywhere.

* Navigation. I wanted to make it easier to get around the site, especially on mobile. To that end, we now have:

  - Sticky navigation elements. The top nav bar, the left sidebar and the right TOC are now sticky and remain
on screen even as page content is scrolled.

  - Tabs in the Docs section have been removed and integrated as accordion items in the left sidebar.

* Layout. I moved a bit of content around to make it easier to find and give us some room to grow:

  - The Help page is now replaced with a full Help section. This provides a home for the FAQ, glossary,
bug reporting, and troubleshooting pages.

  - The About page is now replaced with a full About section. This provides a home for the release notes, roadmap, upcoming "in the news" section, etc.

* Design. I tried to improve consistency across the site and provide a slightly lighter feel by minimizing the impact of some design elements. Specifics:

  - Font sizes are now consistent across the site.

  - The site does a much better job at adjusting to different screen sizes which makes the mobile experience better.

  - Accessibility is improved by adding many attributes for screen readers, and by ensuring the site scales properly based on user-selected fonts.
2018-01-03 08:16:28 -08:00
Martin Taillefer e20db6abf4
Update prism to latest rev. (#819)
- Regenerate prism code to get latest fixes.
- Add support for docker and perl files
- Fix several improperly formatted code blocks
2017-12-28 23:33:03 -08:00
Martin Taillefer c5bc2407dd
Switch a page that was using standard Markdown image stuff instead of {% include figure.html %} (#820) 2017-12-28 23:20:13 -08:00
Joe Selman 0949677c98 Add an item describing that the GKE API must be enabled (#760)
* Add an item describing that the GKE API must be enabled

* Change wording and open in new page

* Remove extra 'if'
2017-12-07 08:28:39 -08:00
LisaFC 1cb5ddc832 Minor formatting changes (#768)
Few minor formatting changes
2017-12-06 13:42:08 -08:00
salrashid123 3365c2b83b Add GCP deployment manager quickstart (#743) 2017-12-05 08:41:23 -08:00