Commit Graph

102 Commits

Author SHA1 Message Date
mtail c96863672d Another update 2019-02-14 19:04:45 -08:00
mtail f4ca504e6c Slight readme update. 2019-02-14 19:02:42 -08:00
mtail 46677039e6 And a 3rd badge. 2019-02-13 15:44:09 -08:00
mtail 32584b3946 Another badege. 2019-02-13 15:42:18 -08:00
mtail 186615d04f Add a Netlify badge. 2019-02-13 15:38:39 -08:00
Vincent 4fd40a24c7 New option: Let linter ignore the external links (#3046)
* let linter ignore the external links

* fixed: typo
2019-01-07 09:58:44 -08:00
mtail a251c3d52c Fix some broken Envoy links. 2018-11-06 05:24:49 -08:00
Martin Taillefer 9540cd2d19
Site improvements. (#2742)
- Auto-generate tables of template->adapters and adapter->templates

- Make the "Edit this page on GitHub" menu option track the branch correctly instead of always pointing to master.

- Update the reference docs.
2018-10-05 11:15:26 -07:00
Martin Taillefer 3acfe3fe40
Replace references from istio.github.io to istio.io (#2686) 2018-09-25 12:13:38 -07:00
mtail addd1b2da0 Update release info, 2018-09-08 17:45:54 -07:00
Martin Taillefer cb58e4539e
Site improvements (#2555)
- Move some strings from the footer to the translation table so they can be translated.

- Use a custom search engine for the preliminary site, so the preliminary site can actually be searched.

- Improve a few shortcodes to improve how they work when nested in tabs.

- Move a few constants out of the layouts and into args.yml for cleanliness.
2018-09-07 09:38:40 -07:00
mtail b75903ca84 Typo. 2018-08-28 20:46:17 -07:00
mtail 5114973fd8 Revamped instructions for creating new versions. 2018-07-31 06:17:41 -07:00
Vadim Eisenberg f0045c25de add make gen for linting (#1621) 2018-06-28 06:05:34 -07:00
mtail 16b5cab3d7 Third round of file renames.
Only thing left are the reference files.
2018-06-27 06:32:20 -07:00
mtail ae91d0d432 All 3 sites now hosted on Netlify. 2018-06-16 21:04:30 -07:00
mtail 74494d9cf8 Update versioning instructions. 2018-06-16 17:58:23 -07:00
Martin Taillefer 857f86abad
Update Makefile for simplified Netlify scheme. (#1525) 2018-06-15 17:02:08 -07:00
mtail 60e12a5d55 Update to reflect move to Netlify 2018-06-13 08:45:22 -07:00
mtail 8d4e1b9190 Merge branch 'release-0.8' 2018-06-09 06:29:37 -07:00
mtail f3ac3844c3 Remove silly trailing space. 2018-06-08 16:55:31 -07:00
mtail d80cdbb37f Update README details on publishing a new version of the site. 2018-06-08 08:10:09 -07:00
mtail a7c0dee770 Add missing release notes to keep link checking happy. 2018-05-31 08:10:18 -07:00
mtail 0020cf5035 Fixes around publishing the site. 2018-05-31 06:46:49 -07:00
mtail 951a8ed9f4 Switch from Jekyll to Hugo. 2018-05-25 20:02:32 -07:00
Yossi Mesika e6ff3d8b81 Fixes to the doc after testing/reviewing it with release-0.8 istio branch (#1244) 2018-05-08 05:30:24 -07:00
Martin Taillefer d79170cfa3
Clarify istio.io/preliminary.istio.io stuff (#1221) 2018-04-30 13:22:10 -07:00
Dionna Amalie Glaze 68eb53ea78 Fix broken link in README.md (#1209) 2018-04-27 11:43:47 -07:00
Julien Furgerot 7324ce0665 Fix command to build & serve site locally using docker (bad workdir) (#1206) 2018-04-26 09:04:53 -07:00
Dionna Amalie Glaze c37c7d2270 Fix docker run command (#1201)
The command as it stands will fail with "Gemfile not found". The working directory should be set to $(pwd) as well to start execution in the istio.github.io directory and find the Gemfile.
2018-04-25 09:19:29 -07:00
Sanket Patel cb4ed3583e Fix typo liveliness -> liveness (#1188)
* Fix typo liveliness -> liveness

Add mdspell dependency to gem installations

* Add backticks around firebase deploy command
2018-04-18 14:24:07 -07:00
mtail 5c2d22e790 Update 2018-04-05 10:52:17 -07:00
Martin Taillefer 3aaa9653d6
Make spell checking and style checking part of our doc checkin gate. (#1154) 2018-04-05 10:31:50 -07:00
Martin Taillefer a6fae1b368
Setup for linting markdown files. (#1147)
- linters.sh will run spell-checking and a style checker on
markdown files.

- Fix a whole bunch of typos and bad markdown content throughout. There are many more fixes
to come before we can enable the linters as a checkin gate, but this takes care of a majority
of items. More to come later.
2018-04-04 22:22:14 -07:00
mtail a4eb0a3625 Update README 2018-04-02 15:12:02 -07:00
mtail f77706371b Update README 2018-03-15 11:00:46 -07:00
Laurent Demailly 5a2dc56dfc
fixes #874
fixes #874
2018-02-10 20:52:14 -08:00
Christian Posta a43c8e0d08 add couple edits to get working on guest OS -- expose on non-localhost (#857) 2018-01-08 18:31:14 -08:00
Laurent Demailly 62338f1322
Fix to run new htmlproofer from docker (https instead of ssh url needed) (#779)
Also point to the readme for how to setup docker/jekyll

Fixed a typo (extra L)

Switch to incremental by default for faster refreshes
2017-12-07 17:23:30 -08:00
Laurent Demailly c217c15555
Upgrading html checker (#736)
* Upgrading html checker

To fix link errors

* Update bundler

* Trial/error on syntax

* Switching cache key

* Switch cache to v2 too

* Minor tweaks to standalone install instructions

mostly to trigger another build and check the cache does work now
2017-11-25 11:55:35 -08:00
Martin Taillefer 012245ea54
Fix broken links to CONTRIBUTING.md (#717) 2017-11-17 17:03:21 -08:00
Tao Li dd07e4c89d Revise a few docs to make it more clear (#670)
* Revise a few docs to make it more clear

* Address commment
2017-10-17 21:16:13 -07:00
Laurent Demailly d77c058374 clarify directory requirement (#553) 2017-09-27 17:37:03 -07:00
Laurent Demailly cb784195dc Simplify and make reproducible the website setup (#491)
* Simplify and make reproducible the website setup

We still need to make an image so it doesn’t take forever but at least
this is reproducible and working

* Fix for liquid exception

Liquid Exceptions: No repo name found. Specify using PAGES_REPO_NWO
environment variables

* added info about faster subsequent starts by reusing the image

* typo
2017-09-21 18:35:25 -07:00
Laurent Demailly de021029f2 update local test instructions (#452)
fixes #446
2017-09-15 13:26:42 -07:00
Christian Posta 6ee1907d89 added some instructions to help non-linux users build the website (#206) 2017-05-19 12:07:49 -04: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
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
Dave bee1f87459 CSS Changes (#39)
* clean up mistaken merge with istio code repo

* delete HEAD indicator left in scss files by mistake

* more fixes for bad merge

* more undo-ing
2017-04-20 10:28:25 -04:00
Martin Taillefer 599e5ab73b Update the community page. 2017-04-06 14:32:09 -07:00
Shriram Rajagopalan 90e06a7830 initial commit of webpage based on grpc.io 2017-03-30 17:48:18 -04:00
Varun Talwar ae0ff29253 Initial commit 2017-02-21 09:19:50 -08:00