* add build scripts to be driven thru jenkins
* uniformly handle site.baseurl
* data-src should use full paths for now
* update build with version tag
* Add explanation re: CORS
* remove gitmodules
most questions on stackoverflow are support questions better suited for the mailing list or the issues
(people will still be able to reach so from community/)
* rename resources
* sed Istio-Manager to Pilot in docs
* sed manager -> Pilot
* updating slides
* remove old images
* Sed in images
* the Pilot -> Pilot
* Istio Manager -> Pilot
* final set of seds
* deemphasize stackoverflow, highlight troubleshooting
Many of the questions on stackoverflow are troubleshooting or issues
kind
I suspect this is because so is the first link on this page, so pushing
it down and highlighting (with new Creative Commons icon) the
troubleshooting/bug reporting page
- fix for https://github.com/istio/issues/issues/18 (clusterroles.rbac.authorization.k8s.io "istio-manager" is forbidden)
we should also change the yaml ?
- port forward should be in background, adding &
adding `|head -1 ` because without it the output is confusing:
```
ldemailly-macbookpro:istio-0.1.5 ldemailly$ kubectl get configmap istio -o yaml | grep authPolicy
authPolicy: MUTUAL_TLS
{"apiVersion":"v1","data":{"mesh":"# Uncomment the following line to enable mutual TLS between proxies\nauthPolicy: MUTUAL_TLS\nmixerAddress: istio-mixer:9091\ndiscoveryAddress: istio-manager:8080\ningressService: istio-ingress\nzipkinAddress: zipkin:9411"},"kind":"ConfigMap","metadata":{"annotations":{},"name":"istio","namespace":"default"}}
```
- Enable compression options to shrink our HTML file sizes. I didn't realize the
compressor had options when I added it a few weeks ago. Tweaking the options
lets us get rid of more spaces, comments, and sundry other things.
- Fix font weight of all table content on the site. Whereas normal page content
has a weight of 300, table content was at 400 making it all look a little bolded.
Now it's all 300.
* Deleted the person in the first picture
I think it was just odd (and not really humanizing) to have a person in
that first picture - proposing to remove it
* Optimized version
$ svgo routing.svg
Done in 829 ms!
603.886 KiB - 25.9% = 447.716 KiB
* Add expression language doc
* update mixer config with el doc ref
* minor fix
* remove include home
* review comments
* relocate expression doc
* removed details
* Flip the switch on the website for the Istio launch! This will change the index page back to the real landing page, deleting our temporary page, and also changes the date of the blog post to be the launch date.
This will be submitted at 7:00 PST on May 24th.
* Fix some links that were wrong: grpc isn't on https, and the images were using \ instead of /.
* Fix issues link to point to actual issues, not just issues repo, plus fix twitter capitalization.
* Adding link to pivotal blog that will be available tomorrow
* Update 2017-05-23-0.1-announcement.md
Adding redirect for https://istio.io/blog/0.1-announcement.html (old blog link that some partner posts may reference)
* Update 2017-05-23-0.1-announcement.md
Fixing incorrect URL for Weave blog