* 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
* 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
- 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"}}
```
* Fixing most of remaining bad links
Still left :
#google.rpc.Code in reference/api/mixer/status
And the mixer-config-quota-bookinfo.yaml is missing in
https://github.com/istio/istio/tree/master/samples/apps/bookinfo
* Add html checking and ignore localhost urls
fixed typo in layouts/base found by html checking
* Fix duplicate id defined
Those anchors don’t seem used btw
* Adding back html proofer
got removed accidentally it seems
* Fix the last 2 errors
* First draft getting started
* Added istio-installation and changed bookinfo
* Fix display issue
* Addressed code review comments
* Address more review comments, istio-ca not part of the install
* Use local files instead of raw github files
* Addressed more review comments
* Added note about istioctl and renamed istio-ingress-controller to istio-ingress
* Fix the verb tense
* Rename istio-ingress-controller to istio-ingress
* Fixed installation instructions
* Remove fault injection
* Fix uninstall
* Fix link
* Correct path
* Rbac clarification for alpha and beta versions
* Add more clarity
* Add a dot
* Fix display error
* Fix display error
* Add clarification for Ingress
* Update installation to point to latest release
* Added instructions
* Add more clarity in installation
* Add more clarity in installation
* Get rbac the right way
* Add 4 nodes
* Changed installation instructions after hackthon feedback
* Changed installation instructions after hackthon feedback
* More changes
* More changes
* More changes
* More changes
* More changes
* More changes
* More changes
* Code review comments