Source for the istio.io site
Go to file
Frank Budinsky d05e3c29c5 break up bookinfo sample into tasks (#68)
* break up bookinfo sample into tasks

* address review comments
2017-04-26 15:47:13 -04:00
_data initial commit of webpage based on grpc.io 2017-03-30 17:48:18 -04:00
_docs break up bookinfo sample into tasks (#68) 2017-04-26 15:47:13 -04:00
_includes Auto-generate all the doc index pages. 2017-04-25 11:54:33 -07:00
_layouts Simplify FAQ and Glossary pages 2017-04-25 13:12:04 -07:00
_posts Work on the structure in a bunch of plces. 2017-04-05 17:18:15 -07:00
_sass Fix block quotes to work properly. 2017-04-26 12:27:37 -07:00
about Fixes and cleanup following nav bar update. 2017-04-21 23:29:43 -07:00
blog Fixes and cleanup following nav bar update. 2017-04-21 23:29:43 -07:00
community Fixes and cleanup following nav bar update. 2017-04-21 23:29:43 -07:00
css Simplify FAQ and Glossary pages 2017-04-25 13:12:04 -07:00
faq Simplify FAQ and Glossary pages 2017-04-25 13:12:04 -07:00
favicons new favicons 2017-04-19 18:49:37 -04:00
fonts/roboto initial commit of webpage based on grpc.io 2017-03-30 17:48:18 -04:00
img Some structural cleanup. 2017-04-21 06:33:02 -07:00
js use site.baseurl for collapsible.js 2017-04-07 15:06:50 -04:00
libs initial commit of webpage based on grpc.io 2017-03-30 17:48:18 -04:00
wip wip folder 2017-04-22 17:51:20 -04:00
.gitignore New doc nav (#47) 2017-04-21 21:46:12 -07:00
CNAME update CNAME 2017-03-15 14:43:09 -04:00
CONTRIBUTING.md Update the community page. 2017-04-06 14:32:09 -07:00
Gemfile Start filling in the Contributing section. 2017-04-07 07:37:18 -07:00
Gemfile.lock CSS Changes (#39) 2017-04-20 10:28:25 -04:00
LICENSE Initial commit 2017-02-21 09:19:50 -08:00
README.md CSS Changes (#39) 2017-04-20 10:28:25 -04:00
_config.yml Fix another broken link. 2017-04-22 21:49:43 -07:00
feed.xml initial commit of webpage based on grpc.io 2017-03-30 17:48:18 -04:00
index.html Hide the home page for now. 2017-04-20 15:01:26 -07:00
release initial commit of webpage based on grpc.io 2017-03-30 17:48:18 -04:00
robots.txt initial commit of webpage based on grpc.io 2017-03-30 17:48:18 -04:00
sitemap.xml initial commit of webpage based on grpc.io 2017-03-30 17:48:18 -04:00
true-index.html Some structural cleanup. 2017-04-21 06:33:02 -07:00

README.md

istio.github.io

This repository contains the source code for the istio.io web site.

Please see the main Istio README file to learn about the overall Istio project and how to get in touch with us. To learn how you can contribute to any of the Istio components, please see the Istio contribution guidelines.

The website uses Jekyll templates and is hosted on GitHub Pages. Please make sure you are familiar with these before editing.

To run the site locally with Docker, use the following command:

docker run --rm --label=jekyll --volume=$(pwd):/srv/jekyll  -it -p 127.0.0.1:4000:4000 jekyll/jekyll jekyll serve