Commit Graph

9 Commits

Author SHA1 Message Date
Martin Taillefer fd290dc73e
Improve linting (#2148)
- We now detect text blocks that are incorrectly indented.

- We now detect image captions that end in a period.

- We now detect page descriptions that don't end in a period.

- CircleCi now runs linting without minifying HTML first, improving perf and
improving error output.

- In CircleCi, we now have a per-build cache for HTML proofer output. This
helps reduce the frequency of link timeout errors.

- Fix errors flagged by the above new lint checks.
2018-08-04 08:44:06 -07:00
lei-tang dfee9b8ec0 Add Istio security vulnerabilities disclosure and handling page (#2114) 2018-08-01 17:10:00 -07:00
Martin Taillefer 1c300c99bd
Spelling improvements (#2037)
Remove a bunch of entries that shouldn't have been in the spelling dictionary
and correct content aoocrdingly.

I'm disabling the Chinese spell checking for now, since I'm not able to fix the
spelling errors that emerged there. Once this PR is in, I'll file an issue to get
those spelling errors addressed and checking reenabled.
2018-07-29 14:27:06 -07:00
mtail 1d95ab7481 More icons 2018-07-27 15:48:07 -07:00
mtail 3b3c43eb0b Bring back the troubleshooting content as part of the ops guide for now. 2018-07-27 07:09:27 -07:00
mtail 613ffd6cc3 A few editorial fixes. 2018-07-24 13:13:15 -07:00
Tyler Berry 79b6418dd5 Mention including cluster state archive in GitHub issues (#1892)
* Mention including cluster state archive in GitHub issues

* Fix spelling by wrapping with backticks

* Indent with 4 spaces (MD007)

* Split into two paragraphs

* Use pre-formatted blocks

Followed instructions at
https://preliminary.istio.io/about/contribute/writing-a-new-topic/#embedding-preformatted-blocks

* Extract branch_name variable
2018-07-20 13:52:35 -07:00
Martin Taillefer c5ca64e5f2
Improve how we render section index pages. (#1643)
Instead of using a boring flat list of pages, we now render
modern-looking cards for each subsection.
2018-06-29 20:53:00 -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