Commit Graph

151 Commits

Author SHA1 Message Date
mtail b7bbafa70a Latest reference docs. 2018-02-09 14:48:02 -08:00
Chris Laprun ad75fa6da0 Synch examples with attribute vocabulary. (#957) 2018-02-08 17:25:55 -08:00
Martin Taillefer 8ec8e250da
Update reference docs. (#942)
* Update reference docs.

- We now replace instances of https://istio.io with {{site.baseurl}} in imported
reference docs such that the generated site will work properly for staging and for
archive.istio.io

* Fix a bad link.
2018-02-06 20:48:33 -08:00
Martin Taillefer 428af2c847
Update reference docs. (#937) 2018-02-06 09:48:31 -08:00
Martin Taillefer e795a779c4
Regenerate docs with latest tooling. (#926) 2018-02-01 21:04:37 -08:00
Martin Taillefer 622fcbda07
Refresh CLI docs given updated generator. (#923) 2018-02-01 15:48:18 -08:00
Shriram Rajagopalan 9a0cdae6a9
fix v1alpha2 docs (#919)
* doc fix

* nit
2018-02-01 16:23:48 -05:00
mtail 6e826e25c5 Quicky fix to istioctl gen-deploy.
The real fix involves the tool that's producing the .md file...
2018-02-01 10:14:53 -08:00
Martin Taillefer 5291eb1682
Update CLI docs and create reproducible process to update these docs. (#916) 2018-02-01 09:33:56 -08:00
Martin Taillefer 4854fdd800
First push of reference docs using new doc tooling. (#894) 2018-01-30 06:28:49 -08:00
Christian Posta 20dd5a5c54 Fixes https://github.com/istio/istio.github.io/issues/883 for incorrect link to Envoy docs for mirroring (#884) 2018-01-26 10:18:04 -08:00
Christian Posta 37a7372225 Add missing reference docs for Mirror and CORS configuration related to https://github.com/istio/istio/pull/1314 and https://github.com/istio/istio/issues/2359 (#859) 2018-01-09 16:33:08 -05:00
Vadim Eisenberg 4c66684251 fix the definition of sleepWindow: minimum time the circuit will be open. (#863)
Instead of closed as it was previously. The circuit is open = "no traffic".
2018-01-09 16:30:55 -05:00
Christian Posta 7ef841d0ea Make the required fields for circuit breaking more visible/apparent. (#862) 2018-01-08 21:08:06 -08:00
Martin Taillefer e9d7e7654a
Prep work for some upcoming changes. (#822)
- Slightly update the section index files. This is to make some upcoming
future work easier. These changes have no practical effect on the current
site.

- Delete a few extraneous files I noticed.
2017-12-29 07:48:02 -08:00
Martin Taillefer a9f92fa274
Switch uses of <figure> to {% include figure.html %} (#818)
figure.html now contains a bit of magic to substantially improve
the load time and visual appearance of pages that contain imagery.
The magic pre-allocates space on the page of the exact size needed
for the image, even though the image isn't loaded yet. The result
is that the page can be layed out once, layout doesn't need to
happen again for each image that gets loaded.
2017-12-28 20:18:11 -08:00
Wayne Zhang eb12dd9985 Update attribute description for request.headers for gRPC. (#816) 2017-12-21 19:45:31 -08:00
Wayne Zhang edc0fa8d14 Add check.error_code and check_error_status (#814) 2017-12-20 18:43:32 -08:00
Ozben Evren 11b960bbd7 Add descriptions for new functions in the expression language. (#807) 2017-12-18 17:08:12 -08:00
Laurent Demailly 80f2c70728
Some https manual fixes (#789)
* Some https manual fixes

Related to #363

* Code review comment
2017-12-12 10:22:25 -08:00
Martin Taillefer cdce9159d9
Move things around so we get a sidebar on the doc welcome page. (#766)
This finally gives a home to oddball things like the FAQ, Glossary,
Release notes, and Contributing to the Docs stuff.

Took the opportunity to do a bit of tidying up in the directory structure
of the site by removing useless subdirectories.
2017-12-06 10:08:41 -08:00
Martin Taillefer 6ea40a377a
Add release notes for 0.3 (#752) 2017-12-06 08:39:23 -08:00
Jasmine Jaksic 465447984f Fixing a heading for feature status page (#751) 2017-12-01 09:07:59 -08:00
Martin Taillefer 6ab5a345a4
Improve grammar of new feature status page. (#750) 2017-12-01 08:23:29 -08:00
Jasmine Jaksic 8c4d69d650 Update and rename release-roadmap.md to feature-stages.md (#748)
* Update and rename release-roadmap.md to feature-stages.md

* adding redirect
2017-11-30 18:30:41 -08:00
Jasmine Jaksic 4abbdd3eb6 Update release-roadmap.md (#747) 2017-11-30 18:05:16 -08:00
Jasmine Jaksic 1aba124c8f Replace content on release-roadmap.md (#746)
* Update release-roadmap.md
2017-11-30 17:59:33 -08:00
Martin Taillefer 15b128b65b
Revamp the glossary page. (#734)
- Better aesthetics.

- Can now navigate by clicking on a letter selector.

- Each word can now be linked to directly (although discoverability
could be better)

- The glossary is now referenced from the header.

- You can now find the glossary at istio.io/glossary
2017-11-24 22:48:01 -08:00
Martin Taillefer c446488e9d
Fix several Envoy-related broken links. (#721) 2017-11-18 06:23:49 -08:00
Martin Taillefer 012245ea54
Fix broken links to CONTRIBUTING.md (#717) 2017-11-17 17:03:21 -08:00
chengliang 46f54138bc Change key. (#714) 2017-11-14 17:04:41 -08:00
Oliver Liu e0d4759e24 Link fix (#707)
* Link fix.

* Fix links.
2017-11-08 15:23:14 -08:00
Martin Taillefer a1c02721e8
Link fix (#706) 2017-11-08 05:10:46 -08:00
Martin Taillefer 834a98f360
Fix a bunch of links so that self-hosted istio.io works properly. (#703) 2017-11-03 17:14:15 -07:00
Martin Taillefer 17a733935a
Updates for new repo layout. (#699) 2017-11-02 13:59:24 -07:00
Shriram Rajagopalan b2497e0b9a assorted fixes (#689) 2017-10-25 12:41:16 -04:00
chengliang 5ba66d20c0 Add auth attributes. (#683) 2017-10-24 09:44:07 -07:00
chengliang 6330147608 Add api attributes to attribute vocabulary. (#666)
* Add api attributes to attribute vocabulary.

* Improve the explanation of API attributes.

* Update comment for context.time.

* Update comment for api.service.

* Update comment for api.operation.
2017-10-16 12:00:42 -07:00
Jasmine Jaksic a6079d88ab Update release-notes.md 2017-10-11 12:08:59 -07:00
Jason Young 7e3bcede02 fix github.com/istio/issues/issues/90 (#652) 2017-10-10 16:03:05 -04:00
Lin Sun bbcb5e08ae adding known issues (#645)
* adding known issues

https://github.com/istio/istio.github.io/issues/643

* address Laurent and Martin's comment
2017-10-09 16:37:57 -04:00
Jang-Soo "Bruce" Lee 9ef4106aa8 typo fixes (#644) 2017-10-09 14:27:43 -04:00
mandarjog a002f41e0b add match and ip doc (#638) 2017-10-06 14:09:27 -07:00
Tao Li 0173744bd4 Small tweaks for Security (#626)
* Small tweaks for Security

* Update url

* address comment
2017-10-05 17:52:26 -07:00
Martin Taillefer 5389f5b338 Delete *.old files (#635)
* Delete old files

* Prevent indexing of the 0.1 site so it doesn't show up in search results.
2017-10-05 17:05:33 -07:00
Martin Taillefer 4bea780d3e Remove this page from the docs tab bar. (#625) 2017-10-05 17:04:55 -04:00
Martin Taillefer 448002228e Incorporate Sven's and Louis' comments to the release notes. (#606) 2017-10-05 11:17:53 -04:00
Sunny Gupta 8842814680 Link Adapter Dev Guide from istio.io/refs/adapter (#605)
* Link Adapter Dev Guide from istio.io/refs/adapter

* typo

* Address comments.

* Fix capitalization.
2017-10-05 11:16:04 -04:00
Shriram Rajagopalan 0a9c5a5334 No egress proxy (#607)
* cleanup

* clean up 2

* nits

* more cleanups

* nits

* fixes

* nits

* nits

* merge

* fix

* nits

* actual advanced install

* remove istio egress

* Update advanced-install.md
2017-10-05 11:15:41 -04:00
Andra Cismaru 83551c6d34 Add automatic injection to release-notes (#612)
* Add automatic injection to release-notes

* fix url ending and reword a bit
2017-10-05 11:14:22 -04:00