Commit Graph

33 Commits

Author SHA1 Message Date
Frank Budinsky 627de1ab7b
More context in example fragments (#2728) 2018-10-03 16:13:58 -04:00
Frank Budinsky 629b74a8b2
Add canary rollout to concepts doc (#2697)
* Add canary rollout to concepts doc

* tweak
2018-09-26 15:07:23 -04:00
AdamDang cfd8124766 Update index.md (#2682) 2018-09-25 14:44:03 -04:00
Martin Taillefer edfdf7d795
Site improvements. (#2663)
* Site improvements.

- For SVG images, authors no longer need to specify image ratios
(which is a constant source of errors)

- Move more icons into the new icons.svg file to further reduce
average page load times.

- Rationalize Istio logo file names.

- Improve underlining behavior for sidebar headers and the RSS feed
Subscribe link.

- Made the RSS feed subscribe link open in a new tab.

- Increase the constract ratio for some elements in dark mode
text blocks (namely, YAML field names)

- Reduce the "brightness" of the light bulb icon which helps it
not pop so much in dark mode.

- Optimize the fonts we load and the order we load them in so as to improve page load time and
reduce the initial render time.

* Sadly, embedding SVGs into the HTML results in duplicate element ids, which is invalid HTML :-(
2018-09-21 17:56:46 -07:00
Martin Taillefer bae85cba1b
Minor corrections. (#2583) 2018-09-11 12:34:38 -07:00
cmluciano 120e1567f3 Replace a few instances of route rule with VirtualService (#2344)
Signed-off-by: Christopher M. Luciano <cmluciano@us.ibm.com>
2018-08-23 08:26:28 -07:00
Zack Butcher 25f7c61a4b remove the word 'global' as it adds confusion (#2209) 2018-08-10 14:48:48 -07:00
Pahlevi Fikri Auliya 6c4b75084b Remove misplaced "the" (#2198) 2018-08-10 07:25:17 -07:00
Jason Young c27351268b use kubectl for managing Istio API resources (#2002)
* use kubectl consistently throughout for Istio API resource C.R.U.D operations

xref: https://github.com/istio/istio.github.io/issues/1843

* fix typo

* review comments

* remove unnecessary instructions to use `replace` instead of `create`

* fix linter in `zh` content
2018-07-27 10:57:41 -07:00
mtail fc6f620b5e Fix several aspect ratio values. 2018-07-27 06:53:14 -07:00
Dan Ciruli 95fb8df5cf New request flow diagram (#1930)
* New request flow diagram

* Added ingress and egress gateways to diagram

* resized image, updated ratios in .md
2018-07-27 05:55:39 -07:00
Kent Rancourt 217c78af01 bookinfo doc fixes (#1817) 2018-07-23 20:36:23 -07:00
Martin Taillefer 5527dcbaf6
Switch uses of funny quotation marks to plain ones. (#1914)
- Use only standard quotation marks to avoid cut & paste stuff not working

- Put in a lint rule to prevent further use of non-plain quotation marks.
2018-07-22 08:48:03 -07:00
Stefan Büringer eb4c7be94b Minor doc fixes (#1910)
Fixed indentation and typos
2018-07-22 07:52:43 -07:00
Frank Budinsky 094007ddff Traffic managment rule config concepts improvements (#1897) 2018-07-20 13:15:36 -07:00
Dan Ciruli ba95d12f68 Updating 3 diagrams (#1751) 2018-07-16 21:45:16 -07:00
Martin Taillefer 597f7ce3b4
Enable more linting rules (#1824)
Fix feported linting errors.
2018-07-15 07:49:11 -07:00
Frank Budinsky d3450ae829 remove v1alph1 routing references (#1810)
* remove v1alph1 routing references

* Update index.md
2018-07-13 14:39:35 -07:00
Stephen Gilson 4609f8559c Rewrite Rule configuration intro and some minor copy edits. (#1799)
Signed-off-by: Stephen Gilson <gilsonsm@google.com>
2018-07-13 13:55:36 -07:00
Stephen Gilson 478c599e64 Copy edits for Traffic Management. (#1772)
Signed-off-by: Stephen Gilson <gilsonsm@google.com>
2018-07-12 07:41:27 -07:00
Frank Budinsky 880ffebba2 routing concept doc improvements (#1716) 2018-07-10 10:10:32 -07:00
Martin Taillefer 1d355094cf Simplify the Concepts section. (#1649) 2018-07-02 06:32:04 -07:00
mtail 0f8724351f Content fixes.
- Remove What's next sections since we now have auto-generated See also sections

- Fix a few incorrectly capitalized headers, "istio", "kubernetes", "sidecar"
2018-06-30 21:42:52 -07:00
Martin Taillefer 0541000be8
Switch from ``` to {{< text >}} to indicate text blocks. (#1644)
This fixes a number of cases of incorrect formatting of code blocks
throughout the site.
2018-06-30 07:11:21 -07:00
mtail 5296742475 First pass at refactoring file locations.
This also reenables html proofing, which I accidentally left
off in an earlier commit.
2018-06-26 23:29:47 -07:00
Thijs Feryn d878a69be4 Potential typo in rules-configuration.yml (#1514)
The "Gateways" section starts with: "A Gateway configure ...". 
Shouldn't that be: "A Gateway configures ..."?
2018-06-14 12:37:25 -07:00
Martin Taillefer 9f3e980147
Add support for an auto-generated See Also section on every page. (#1364)
- We now automatically generate a See Also section on pages when possible.
The links are determined by a reverse index based on the keywords
assigned to each page in its front-matter.

- Do a pass to assign keywords to all our pages to populate the See Also
links.

- Leverage the keywords in the front-matter to generate a keyword metadata entry for each
generated page.
2018-06-11 15:07:32 -07:00
Morven Cao b22194e0e9 fix doc issues for rule configuration. (#1407) 2018-06-01 06:19:19 -07:00
Morven Cao cdb478b103 fix diagram missing issue. (#1406) 2018-06-01 06:12:22 -07:00
mtail dcf7362976 Couple content fixes.
(cherry picked from commit b2daa8e)
2018-05-31 06:50:05 -07:00
Martin Taillefer d0f8fddfbf
Cleanup (#1363)
- Remove some leftover toc:false front matter from a few pages. The site now generally
figures out automatically that a TOC is not necessary.

- Enable a Hugo feature that queries Git for a last modified date on files. As a result,
instead of having the site build date in the footer, we now have a "this page was last modified"
date.

- Move the landing page's content out of the layouts directory and into the content directory
where it belongs.

- Use Hugo shortcodes for our embedded icon imagery. And make those icons scale with the
font size rather than being fixed sizes.

- Enable support for emojis in our content. Just use 
and you'll get a sailboat for example.
2018-05-26 08:28:14 -07:00
mtail 951a8ed9f4 Switch from Jekyll to Hugo. 2018-05-25 20:02:32 -07:00
mtail 401989fba6 Shuffle content around for the Hugo migration. 2018-05-25 19:27:39 -07:00