* 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
* Add expression language doc
* update mixer config with el doc ref
* minor fix
* remove include home
* review comments
* relocate expression doc
* removed details
* First cut at Istio roadmap and release notes.
* Update release notes and roadmap based on PR feedback.
* Fix typo
* Add more color to roadmap themes.
* Some minor fixes based on review.
- Use different rendering style for code blocks.
- Define a default language so stuff always looks right.
- Add a bit more info to the writing-a-topic guide.
* 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
* Re-regenerate the protos
* Update the metric desc by hand for the pending fix to code snippets in its comments
* Add a file for the status proto's docs, refer to it everywhere and remove the embedded status docs generated everywhere they're used.
* remove mixer services's embedded status proto by hand
- Fix a number of broken links when viewing on a github staging site.
- Updated highligthing of "Edit this Page" pencil to match what other
buttons use on the site.
- Fixed the rendering of buttons on the landing page to have the proper
rounded corners to match our style.
- Support documents which omit the order: front matter field. Instead
of mysterious failues, they are now processed correctly and an error
message is inserted in the generated HTML to let the author know to
add the missing info.