Commit Graph

49 Commits

Author SHA1 Message Date
Martin Taillefer 5e29d61ff2
Bunch of site fixes & improvements. (#2306)
- Correct the use of OpenGraph annotations. I used the wrong attribute name, so the
annotations were never recognized.

- Added support for Twitter cards to our site, improving the experience of referencing
the site from Twitter posts.

- Added support for the twitter: front matter field for use in blog posts. Specifying this
front-matter entry will show the author's twitter address on the blog post, and will
add a Twitter card entry to the page noting the author's address.

- Renamed the page_icon front matter field to just icon to be consistent with other
entries.

- Made it so the subtitle front matter field can be used anywhere, not just on blog posts.

- Added a lint check to ensure subtitles don't end with a period.

- We now insert an "author" metadata entry whenever the attribution: front matter
field is used.
2018-08-19 11:51:03 -07:00
Martin Taillefer 9157434991
Move the Reporting Bugs page next to Reporting Security Vulnerabilities, under About (#2207) 2018-08-10 13:44:27 -07:00
Martin Taillefer f8f6491280
Couple FAQ fixes (#2195) 2018-08-09 10:49:56 -07:00
Tao Li 481e58c41d Revise the health check faq (#2191)
* Revise the health check faq

* Fix format

* Fix format
2018-08-08 12:47:39 -07:00
Tao Li 9b9f7b2d48 Revise the health check faq (#2175) 2018-08-08 07:19:25 -07:00
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
Martin Taillefer b641486002
Fix some more stale wiki links. (#2145) 2018-08-03 16:48:52 -07:00
Tao Li 384f6cd8be Add an item to check whether mTLS is enabled for a service (#2062) 2018-08-02 06:42:11 -07:00
Tao Li d3c04a5ba7 Fix an error in faq page (#2120) 2018-08-01 17:10:37 -07:00
john-a-joyce 12893f2111 Migrate misc content to ops section (#2054)
This change migrates some of the
traffic-management FAQ and all of the network
related misc (previously troubleshooting)
content to the traffic-management ops guide
2018-07-30 14:17:41 -07:00
Martin Taillefer 822e842599
Initial checkin of telemetry FAQ. (#2024) 2018-07-30 08:42:38 -07:00
mtail 1d95ab7481 More icons 2018-07-27 15:48:07 -07:00
Martin Taillefer e904354a05
Improve FAQ page design (#2025) 2018-07-27 15:07:51 -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
Tao Li 21a5fb62a7 Improve security FAQ (#2020)
* Improve security FAQ

* Update non-istio-to-istio.md
2018-07-27 10:56:40 -07:00
Tao Li ff2870e25c Faq (#1997) 2018-07-26 16:57:13 -07:00
Tao Li e38daefcc7 Faq (#1995) 2018-07-26 15:14:12 -07:00
Martin Taillefer 04cc4a3d84
Start populating the ops guide. (#1994) 2018-07-26 15:05:23 -07:00
Diem Vu f5096273b2 Cleanup security FAQs (#1990) 2018-07-26 14:56:05 -07:00
Steven Dake 0da381b8f0 Revert "Update the Citadel cert lifetime config document (#1944)" (#1978)
This reverts commit 062d0e3baf.
2018-07-26 05:51:33 -07:00
mtail 7797fd427d A few editorial fixes. 2018-07-25 09:57:55 -07:00
lei-tang 062d0e3baf Update the Citadel cert lifetime config document (#1944)
Update the Citadel certificate lifetime config document to be consistent
with the implementation.
2018-07-25 05:14:40 -07:00
mtail 613ffd6cc3 A few editorial fixes. 2018-07-24 13:13:15 -07:00
Limin Wang 8973981880 Update authentication concept doc (#1886)
* Update authentication concept doc.

* Fix lint errors.

* Address comments and fixed some links.

* Remove feature stages change from this PR.

I will make a separate PR for it.
2018-07-19 19:10:37 -07:00
Douglas Reid 6cfbccc9b5 Update Mixer FAQ Entries (#1854) 2018-07-18 04:40:09 -07:00
Limin Wang fd259b3526 Update Istio Authorization Concept. (#1807)
* Update Istio Authorization Concept.

* Fix lint errors and address comments.

* Addressed comments.

* Changed title from "Istio Authorization" to "Authorization".

* Fixed links.

* Addressed comments.

* Addressed comments.

* Fix lint errors.

* Undo unintended changes in .spelling.
2018-07-16 16:46:18 -04:00
Martin Taillefer 597f7ce3b4
Enable more linting rules (#1824)
Fix feported linting errors.
2018-07-15 07:49:11 -07:00
Tao Li 721906a161 Update istio-auth.yaml to istio-demo-auth.yaml (#1809) 2018-07-13 14:08:36 -07:00
Isaiah Snell-Feikema f51f015108 Remove Eureka references (#1717) 2018-07-10 12:56:50 -07:00
Martin Taillefer 181605b27e
Consolidate the security concept pages into a single page. (#1721)
* Consolidate the security concept pages into a single page.

- This updates the security concept material to be on a single page, which matches the
change done last week for the rest of the concept material. This ends up being a less clicky
more directed introduction for newcomers to the platform.

- While I was there, I moved the redundant What is Istio page from our about section and stuck
the content at the top of the What is Istio page in the Concepts section.
2018-07-10 10:26:19 -07:00
Martin Taillefer 3c1ef90cc7 Move the community page into the About section. (#1683) 2018-07-05 14:12:24 -04: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
Vadim Eisenberg 201cbd5928 Add secure ingress task (#1590) 2018-06-28 06:50:03 -07:00
Jimmy Song 86c3c0f49a update URLs which have been moved to other places (#1607) 2018-06-28 05:59:08 -07:00
Tiago M. Vieira 079f73c371 fix the kubectl logs command usage. (#1611)
Accordingly with the kubectl help documentation for the logs
command, the container name is a flag and not an argument:

`
Usage:
  kubectl logs [-f] [-p] (POD | TYPE/NAME) [-c CONTAINER] [options]
`

The use of an argument instead of a flag is to keep compatible
with legacy systems, but it is not recommended as it can be removed
at any time.
2018-06-27 19:08:31 -04:00
mtail e3c1f36859 Guides -> Examples
As agreed, in prep for the 1.0 launch.
2018-06-27 16:03:53 -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
mtail 16d1bb6db8 Added two aliases for old pages... 2018-06-25 20:55:34 -07:00
Tao Li e225c40909 Update security faq (#1508)
* Update security doc

* Fix comment

* Fix comment
2018-06-14 12:42:00 -07:00
Guang Ya Liu c8d9d9bd95 Remove global.mtls.mtlsExcludedServices. (#1478) 2018-06-08 09:07:37 -07:00
Martin Taillefer de871cbff8
Cleanup the style guide and fix random formatting errors. (#1417) 2018-06-02 22:29:14 -07:00
mtail a74010e01e Fix some out of date front-matter. 2018-06-01 10:58:38 -07:00
Julien Senon 1811057b0d Add FAQ section regarding naming port convention (#1393) 2018-05-31 10:36:44 -07:00
Diem Vu 5ba5b642f9 Update authn concepts and tutorials to reflect changes in 0.8 (#1332) 2018-05-29 16:25:11 -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