Source for the istio.io site
Go to file
Frank Budinsky fa1695ac54 Address Ingress hackathon issues (#203)
* Ingress task improvements. Fixes #186

* Ingress task improvements. Fixes #186
2017-05-12 09:45:46 -04:00
_data Remove references to Alpha and introcuce global version identifier. 2017-05-09 13:41:27 -07:00
_docs Address Ingress hackathon issues (#203) 2017-05-12 09:45:46 -04:00
_faq Use an accordion organization for the FAQ page. 2017-05-09 20:38:43 -07:00
_glossary Move glossary words to the same plan as FAQ entries. 2017-05-10 05:36:57 -07:00
_includes Fix formatting of auto-generated index pages. 2017-05-10 06:53:43 -07:00
_layouts Simplify landing page. 2017-05-11 13:07:51 -07:00
_posts Get the RSS feed up to snuff. 2017-05-05 09:28:36 -07:00
_sass Improve contrast in the footer and formatting on the landing page. 2017-05-11 13:51:20 -07:00
about Elimintate the need for the bodyclass: front matter field in docs. 2017-04-30 06:42:29 -07:00
blog Elimintate the need for the bodyclass: front matter field in docs. 2017-04-30 06:42:29 -07:00
bugs Add mention of Istio authors of FAQ. 2017-05-09 14:27:00 -07:00
community Update community page & footer. 2017-05-08 12:06:43 -07:00
css Get rid of the pencil and add instead an Edit this Page link in the footer. 2017-05-10 06:24:39 -07:00
faq Use an accordion organization for the FAQ page. 2017-05-09 20:38:43 -07:00
favicons new favicons 2017-04-19 18:49:37 -04:00
img Remove the distracting icon that was getting displayed for external links. 2017-05-10 05:40:45 -07:00
js Fix some formatting issues and get rid of some dead stuff. 2017-05-08 12:28:41 -07:00
scripts Refresh auto-generated command line reference docs (#141) 2017-05-09 18:15:03 -04:00
search Move the search results page out of "docs" since it now deals with the entire site. 2017-05-07 06:05:26 -07:00
troubleshooting Fix a bunch of formatting on non-docs pages. 2017-05-09 09:59:15 -07: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 A few minor corrections. 2017-04-28 22:57:53 -07:00
LICENSE Initial commit 2017-02-21 09:19:50 -08:00
README.md New nav tree model. 2017-04-28 06:18:38 -07:00
_config.yml Move glossary words to the same plan as FAQ entries. 2017-05-10 05:36:57 -07:00
feed.xml Get the RSS feed up to snuff. 2017-05-05 09:28:36 -07:00
index.html Change date to May 24th. 2017-04-26 14:53:28 -07:00
robots.txt initial commit of webpage based on grpc.io 2017-03-30 17:48:18 -04:00
sitemap.xml New nav tree model. 2017-04-28 06:18:38 -07:00
true-index.html Landing page text update. 2017-05-11 14:33:03 -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