Commit Graph

3295 Commits

Author SHA1 Message Date
Martin Taillefer 0423e9188a
Theme improvements (#4097)
- If no color theme has been selected, the site now follows the user's system's
color scheme. This only works in Safari right now, but support in Chrome and Firefox
is on its way.

- Fix occasional white flash that would happen when loading pages while using the dark
theme.
2019-05-04 07:03:06 -07:00
Martin Taillefer 652e05159a
Upgrade to Hugo 0.55.5 (#4095) 2019-05-03 21:47:45 -07:00
Ajanthan 8cff4f9a3a Adding wso2 as istio partner (#4091) 2019-05-03 12:08:46 -07:00
Eric Buehl a89ed16870 correct api name in example (#4089) 2019-05-02 19:16:47 -07:00
Rigs Caballero 0cd226d54c Add the diagram creation guidelines. (#3983)
* Add the diagram creation guidelines.

These guidelines include an SVG file with all the shapes and styles needed. The
steps to get someone started are meant to entice people to create their own
diagrams.

Signed-off-by: rcaballeromx <grca@google.com>

* Add InkScape to the spell checker exceptions.

Signed-off-by: rcaballeromx <grca@google.com>

* Add Google Draw version of the guide.

Signed-off-by: rcaballeromx <grca@google.com>

* Add steps to contribute Google Draw diagrams.

Signed-off-by: rcaballeromx <grca@google.com>
2019-05-02 19:11:52 -07:00
banix 33db61c970 Corrects the default timeout for http requests (#4086)
By default this timeout is disabled. This change was made by
this PR:  https://github.com/istio/istio/pull/6042

Fixes #4085
2019-05-02 18:34:21 +00:00
Martin Taillefer 2ca67fd5b5
Improve linting (#4083)
- 'make lint' no longer purges the HTMLProofer cache, which considerably improves perf when doing
repeated lints.

- Fix patterns used in lint_site.sh to be more selective in order to avoid linting SVG files and
other such things.
2019-05-01 10:37:38 -07:00
Rigs Caballero c60dfd8009 Add aliases to fix broken links in GKE docs. (#4079)
Signed-off-by: rcaballeromx <grca@google.com>
2019-04-30 16:15:14 -07:00
mtail d24032dd6f Fix bad patterns. 2019-04-30 06:37:01 -07:00
Vadim Eisenberg c8d714992e set environment variables for cluster contexts automatically (#4073) 2019-04-30 06:27:58 -07:00
mtail 2afc5b9d73 Disable strict mode due to the conflict with the Google CLA bot. 2019-04-30 05:32:04 -07:00
Frank Budinsky cba952bfac Fix egress task explaination (#4076) 2019-04-29 20:12:50 -07:00
mtail f5cfde45a8 Couple fixes.
- Add a "make clean" target that deletes various directories produced when locally building
the site.

- Clean the tree before "make lint". This removes any stale files from the public directory,
which is important since those can lead to spurious lint errors.

- Stop passing the no-longer-existing -minify argument to gen_site.sh.
2019-04-29 14:48:21 -07:00
lei-tang 8cbefd3417 Fix user guide for Istio Vault CA integration (#4069)
The user guide for Istio Vault CA integration fails
because the cluster hosting an example Vault server was deleted.
This PR fixes the user guide with a new example Vault CA.
2019-04-29 18:30:17 +00:00
Vadim Eisenberg 7e5b7dcf4b Update dates of egress blog posts (#4063) (#4071)
* remove a notice about the v1alpha3 APIs since it is outdated now
2019-04-29 16:35:54 +00:00
Baykonur 480973c508 #13575, second workaround (#4030)
* #13575, second workaround

* backticks in place, the comment about upgrading to the latest kube-apiserver is removed as I am already on the latest version and that does not solve anything. (#13575)

* commit for the cla/google

* removing the trailing space

* .svc in no_proxy also works
2019-04-28 06:45:11 -07:00
Martin Taillefer ef674936bf
Fix typo. (#4059) 2019-04-26 15:46:58 -07:00
mtail eab5390473 Another badge update 2019-04-26 15:25:12 -07:00
mtail e0973964eb More badge tweaking. 2019-04-26 15:23:54 -07:00
mtail e4dd7eb619 Another badge update. 2019-04-26 15:12:52 -07:00
mtail f9e4478e60 Update mergify badge. 2019-04-26 15:08:02 -07:00
mtail a3de3c4a97 Cleanup. 2019-04-26 15:02:49 -07:00
Ozben Evren 5941d51a9e Reverse the polarity of anachronisms (#4057)
* Bogus edit to satisfy GitHub lords.

* An important update.

* Truth
2019-04-26 21:49:39 +00:00
mtail 5992281d5c Mergify tweak. 2019-04-26 13:35:58 -07:00
Frank Budinsky 2965b8d92b Fix check for ALLOW_ANY mode (#4053) 2019-04-26 12:33:18 -07:00
mtail 1746d57718 Initial mergify settings. 2019-04-26 12:14:35 -07:00
mtail 149f67d128 Enable mergify.io 2019-04-26 11:53:31 -07:00
mtail 0584914013 Add CODEOWNERS 2019-04-26 11:43:27 -07:00
Martin Taillefer 94ada19a4b
Site improvements (#4050)
- Fix highlighting of TOC entries in the Chinese version of the site.
I wasn't doing the right escaping to deal with UTF-8 chars.
2019-04-25 22:46:33 -07:00
Martin Taillefer 469667b184
Site improvements (#4049)
- Add missing ARIA annotations on the See Also entry in the right-hand TOC

- Add missing ARIA annotations on the FAQ pages, and switch from a UL to an OL
list for the questions in order to get rid of the bullets.
2019-04-25 20:49:50 -07:00
mtail 24d972fd7a Next batch of archive-related updates. 2019-04-25 19:52:00 -07:00
mtail ef9c246951 More work on the archive creation script. 2019-04-25 19:29:28 -07:00
Martin Taillefer 7e6a81bddc
Site improvements (#4048)
- Remove unnecessary ratio= attributes used with the image shortcode

- Make it so the gloss shortcode doesn't depend on the location of the glossary
within the content tree.

- Make it so the image shortcode understands languages. It will now look in the current
language's content tree, and then callback to the English tree if not found.

- Leverage the above to simplify the Chinese content and remove many absolute references from the
Chinese content to the English content.
2019-04-25 17:20:14 -07:00
mtail 3526c5612c Another change for archive mode. 2019-04-25 14:24:43 -07:00
Yangmin Zhu 1241fff58c add mysql to named service ports list (#4042) 2019-04-25 14:06:18 -07:00
Martin Taillefer 5ca5a0bfc4
Tune the archive_landing mode. (#4045) 2019-04-25 13:47:30 -07:00
mtail aeabfeb00f Update archive script. 2019-04-25 13:16:49 -07:00
Martin Taillefer 93ee2d86f0
Site improvements (#4043)
- A few small additions that make it possible to build archive.istio.io
directly from here, instead of having a dedicated set of hacks in
the admin-sites repo.
2019-04-25 12:18:14 -07:00
Martin Taillefer 8d5c03b060
Add support to build archive.istio.io's landing page. (#4036) 2019-04-24 16:07:51 -07:00
Martin Taillefer 2cd65eecd3
Update reference docs. (#4034) 2019-04-24 15:03:22 -07:00
Lin Sun a1dda49fb3 correct lint link (#4032) 2019-04-24 14:07:43 -07:00
Martin Taillefer a5936f40be
1.1.4 release notes. (#4028)
* Release notes for 1.1.4

* Review feedback.
2019-04-24 13:25:31 -07:00
Lin Sun a6778de3aa
cherry pick add a note to address grafana issue (#4029)
* cherry pick add a note to address grafana issue

 #4027

* make lint happy
2019-04-24 15:28:30 -04:00
lei-tang d138bd479b Update the deployment document for Citadel replica (#4026)
* Update the deployment document for Citadel replica

* Fix lint error
2019-04-24 10:24:21 -07:00
Josh Cox 656f35e1af Squashed and signed (#4021)
Signed-off-by: Josh Cox <josh@webhosting.coop>
2019-04-23 14:42:19 -07:00
Martin Taillefer b996791604
Point to istio/istio master. (#4020)
And fix a broken link to Envoy.
2019-04-23 07:57:56 -07:00
mtail b67b59ceb7 A few README improvements. 2019-04-23 06:55:47 -07:00
mtail bf2f347275 Typos 2019-04-22 20:35:43 -07:00
Martin Taillefer 6487e2f399
Simplify release tracking. (#4018) 2019-04-22 20:32:10 -07:00
Martin Taillefer d458423cf4 Site improvements. (#4015)
- Substantially simplify logic that deals with releases & release notes.

- Make it easier to add a new release to the site. THere are fewer things to
change as the site infra can figure more stuff out on its own.

- Make it so release notes can be added in one language without require them
to be added in the other language.

- Replace the ugly "a new version is available" callout on older release note
pages with a popup that only shows up when you click on the download button.
2019-04-22 09:12:18 -07:00