Commit Graph

60 Commits

Author SHA1 Message Date
Sebastien Vas 182554aac3 Adds check (#243)
* Adds check

* Remove interactive terminal

* Fix redisquota url
2017-05-16 15:59:06 -07:00
Laurent Demailly c084cf2bab Fixing remaining bad links and html errors (#236)
* 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
2017-05-16 15:09:03 -07:00
mandarjog aa0308bd0c Fix broken link. 2017-05-16 11:01:28 -07:00
Martin Taillefer 2316ebed0c Improve image handling using the figure.html include. 2017-05-16 07:28:24 -07:00
Martin Taillefer bc3b899ccc Move everything back out of the src directory since its make GitHub Pages unhappy. 2017-05-15 21:53:10 -07:00
Martin Taillefer 065e7a5c71 Move site content into the src directory.
This clearly separates site content from other repo state.
2017-05-15 19:22:30 -07:00
LisaFC c2b96efd07 Revised overview (#205)
* Updated/restructured overview docs

* Implement Martin's edits

* Implement Martin's edits
2017-05-15 16:20:12 +01:00
Andra Cismaru 4d2d209e25 Rename demos to samples and use paths relative to root of the installation (#207)
* Rename demos to samples

* Use paths relative to the root

* Use paths relative to the root

* Use relative paths

* Put back istioctl instr
2017-05-12 11:54:15 -07:00
Martin Taillefer 4210af84cc Fix broken links. 2017-05-10 11:28:00 -07:00
mandarjog d5ab93330f Add lower level configuring mixer document in tasks (#125)
* add lower level configuring mixer document in tasks

* review comments

* review comments, and variables

* move to concepts, and links

* format bash and output per style guide
2017-05-10 09:57:44 -07:00
Martin Taillefer 00b1aac198 Split the Configuration & API reference section in two parts. 2017-05-09 17:18:26 -07:00
Hong Zhang 5cf5ef0867 Add spec for attribute name and value (#138) 2017-05-09 14:35:01 -07:00
Martin Taillefer d29d22f20e Remove references to Alpha and introcuce global version identifier. 2017-05-09 13:41:27 -07:00
Tao Li 75c18df2a0 Update [Istio Proxy] to [Envoy] in auth diagram (#133) 2017-05-09 10:41:06 -07:00
Jason Young 1f246a1caf use type in proxy rule output (#131)
* use type in proxy rule output

* s/Cookie/cookie
2017-05-09 10:37:56 -04:00
Martin Taillefer 52907233a3 Expand the Mixer description. 2017-05-08 21:11:47 -07:00
Shriram Rajagopalan b691649b51 fix broken links 2017-05-08 10:20:10 -04:00
Martin Taillefer 24bfe42769 Fix broken links. 2017-05-08 06:45:29 -07:00
Martin Taillefer dc94161777 Fix broken links. 2017-05-04 18:15:02 -07:00
Martin Taillefer 3fcc298ace Replace uses of the 'alt' attribute with <img> tags with 'title' instead. 2017-05-04 11:53:15 -07:00
Wencheng Lu 38f69c47df Update auth.md 2017-05-03 16:05:30 -07:00
Wencheng Lu e255f02df7 Update auth.md 2017-05-03 16:05:00 -07:00
Martin Taillefer 5a167da380 Move istioctl, mixc, and mixs into a Command subcategory. (#106) 2017-05-03 15:40:57 -07:00
Jason Young 05fbabce02 update links to istioctl reference (#102) 2017-05-03 09:19:30 -07:00
Martin Taillefer 30271f1435 Fix capitalization of a few headers. 2017-05-03 06:05:05 -07:00
Martin Taillefer 25fabe16f9 Various fixes
- 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.
2017-05-03 05:52:39 -07:00
Martin Taillefer 7c0c755075 Fix several broken links. 2017-05-02 11:35:58 -07:00
Shriram Rajagopalan edb1d368e8 trim arch images 2017-05-02 00:40:08 -04:00
Tao Li 3683f800d8 Fix index mis-alignment (#86)
* Add auth concept doc

* Fix header

* Fix header

* Address comments, update figures

* merge with upstream master

* Sync ahead

* Address comment

* Address comment

* Address comment

* Address comments

* Address comments

* Address comments

* Fix index format issue

* revert

* Test
2017-05-01 17:48:17 -07:00
Tao Li 3f0a54576f Add auth concept doc (#71)
* Add auth concept doc

* Fix header

* Fix header

* Address comments, update figures

* merge with upstream master

* Sync ahead

* Address comment

* Address comment

* Address comment

* Address comments

* Address comments

* Address comments
2017-05-01 13:20:13 -07:00
GregHanson bc7df6d0c3 update docs to use durations for time fields instead of floats (#83) 2017-05-01 10:51:36 -04:00
Martin Taillefer e0b9750ee4 Elimintate the need for the bodyclass: front matter field in docs. 2017-04-30 06:42:29 -07:00
Frank Budinsky 85bd965c56 traffic management doc improvements (#80)
* request timeout task

* traffic management docs improvements

* address review comments
2017-04-28 15:12:12 -04:00
Martin Taillefer c6ad2fca22 New nav tree model.
The directory structure of the input web site now controls directory the layout of the
doc hierarchy. This simplifies authoring documents and enriches the UI we generate.

This also fixes the broken link problem with the GitHub staging sites. Most links work
now.

Our sitemap.xml now contains all that it should, and excludes stuff that it shouldn't contain.
2017-04-28 06:18:38 -07:00
Shriram Rajagopalan d6d9ec5283 traffic management diagram (#72) 2017-04-27 17:13:13 -04:00
Martin Taillefer e15b3039ef Fix up trademarked symbols with the right casing/spelling. 2017-04-26 17:40:04 -07:00
Martin Taillefer afd2a5e455 Remove test text I accidentally checked in. 2017-04-26 12:29:20 -07:00
Martin Taillefer 8b8e6bb8d8 Fix block quotes to work properly. 2017-04-26 12:27:37 -07:00
Shriram Rajagopalan bf8d0d1480 Load balancing with Envoy (#66)
* Load balancing with Envoy

* more details to load balancing docs

* unhypenate load-balancing
2017-04-26 15:00:24 -04:00
Shriram Rajagopalan ca9639560e Load balancing diagram. write up in a later PR 2017-04-25 22:28:06 -04:00
Shriram Rajagopalan 6b98a8a169 adding figure for manager adapters 2017-04-25 22:25:08 -04:00
Shriram Rajagopalan 1990f5de0d nits to service versions diagram 2017-04-25 21:57:53 -04:00
Martin Taillefer 4974e84677 Auto-generate all the doc index pages. 2017-04-25 11:54:33 -07:00
Martin Taillefer 2219751a44 Auto-generate section index pages. (#61) 2017-04-25 11:10:43 -07:00
Martin Taillefer 106c44fc3f Start working on the glossary. (#59)
- Also fixed a few things in the installation guide

- Update a few other docs along the way.
2017-04-25 08:56:12 -07:00
Shriram Rajagopalan c0e22abd4d tone down fault injection docs 2017-04-24 23:20:54 -04:00
Shriram Rajagopalan aa3a19c478 css nits for doc images 2017-04-24 23:13:26 -04:00
Shriram Rajagopalan 4b8ae739c2 css element for medium sized images in docs 2017-04-24 22:55:01 -04:00
Shriram Rajagopalan fed11ef68b address comments from louiscryan for traffic management 2017-04-24 22:21:36 -04:00
Liam White 0965762dad Fix various spelling/grammar (#54)
* Grammar fixes

* Update overview.md
2017-04-24 17:40:31 -04:00