mirror of https://github.com/istio/istio.io.git
Update the community page.
This commit is contained in:
parent
ceb48b560f
commit
599e5ab73b
|
@ -0,0 +1,5 @@
|
|||
# Contribution guidelines
|
||||
|
||||
So, you want to hack on the Istio web site? Yay! Please refer to Istio's overall
|
||||
[contribution guidelines](https://github.com/istio/istio/blob/master/CONTRIBUTING.md)
|
||||
to find out how you can help.
|
10
README.md
10
README.md
|
@ -1,5 +1,11 @@
|
|||
# istio.github.io
|
||||
|
||||
istio.io website source.
|
||||
This repository contains the source code for the [istio.io](http://istio.io) web site.
|
||||
|
||||
The website uses [Jekyll](http://jekyllrb.com/) templates and is hosted on GitHub Pages. Please make sure you are familiar with these before editing.
|
||||
Please see the main Istio [README](https://github.com/istio/istio/blob/master/README.md)
|
||||
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](https://github.com/istio/istio/blob/master/CONTRIBUTING.md).
|
||||
|
||||
The website uses [Jekyll](http://jekyllrb.com/) templates and is hosted on GitHub Pages. Please make sure you are
|
||||
familiar with these before editing.
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
{% assign file_name = page.path | downcase | split: '/' | last %}
|
||||
|
||||
<div class="contribute-links">
|
||||
<a href="{{ site.baseurl }}/contribute#{{ page.path }}">Contribution Guidelines</a>
|
||||
<a href="{{ site.githuburl }}/edit/master/{{page.path}}"><p class="github">Edit <span class="file-name">{{file_name}}</span></p></a>
|
||||
</div>
|
|
@ -3,7 +3,8 @@
|
|||
<div class="row">
|
||||
<div class="col-md-11 nofloat center-block">
|
||||
<a class="col-xs-2" href="{{ site.baseurl }}/">
|
||||
<img class="nav-logo" src="{{ site.baseurl }}/img/logo.jpg" alt="Istio"> <span class="page-headline">Istio</span>
|
||||
<img class="nav-logo" src="{{ site.baseurl }}/img/logo.jpg" alt="Istio"/>
|
||||
<span class="page-headline">Istio</span>
|
||||
</a>
|
||||
|
||||
<div class="col-xs-2 col-xs-offset-8">
|
||||
|
@ -42,7 +43,7 @@
|
|||
<a href="{{ site.baseurl }}/docs/quickstart" {% if current[2] == 'quickstart' %}class='current'{% endif %}><li class="nav-doc-tab">Quick Starts</li></a>
|
||||
<a href="{{ site.baseurl }}/docs/guides" {% if current[2] == 'guides' %}class='current'{% endif %}><li class="nav-doc-tab">Guides</li></a>
|
||||
<a href="{{ site.baseurl }}/docs/demos" {% if current[2] == 'demos' %}class='current'{% endif %}><li class="nav-doc-tab">Demos</li></a>
|
||||
<a href="{{ site.baseurl }}/docs/reference" {% if current[2] == 'reference' %}class='current'{% endif %}><li class="nav-doc-tab">Reference</li></a>
|
||||
<a href="{{ site.baseurl }}/docs/reference" {% if current[2] == 'reference' %}class='current'{% endif %}><li class="nav-doc-tab">Reference</li></a>
|
||||
</ul>
|
||||
</li>
|
||||
<hr>
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
<ul class="doc-list">
|
||||
<a href="{{ site.baseurl }}/docs" {% if page.path == 'docs/index.html' %}class='current'{% endif %}><li class="nav-doc-tab">Home</li></a>
|
||||
<a href="{{ site.baseurl }}/docs/concepts" {% if current[2] == 'concepts' %}class='current'{% endif %}><li class="nav-doc-tab">Concepts</li></a>
|
||||
<a href="{{ site.baseurl }}/docs/quickstart" {% if current[2] == 'quickstart' %}class='current'{% endif %}><li class="nav-doc-tab">Quick Starts</li></a>
|
||||
<a href="{{ site.baseurl }}/docs/quickstarts" {% if current[2] == 'quickstarts' %}class='current'{% endif %}><li class="nav-doc-tab">Quick Starts</li></a>
|
||||
<a href="{{ site.baseurl }}/docs/guides" {% if current[2] == 'guides' %}class='current'{% endif %}><li class="nav-doc-tab">Guides</li></a>
|
||||
<a href="{{ site.baseurl }}/docs/demos" {% if current[2] == 'demos' %}class='current'{% endif %}><li class="nav-doc-tab">Demos</li></a>
|
||||
<a href="{{ site.baseurl }}/docs/reference" {% if current[2] == 'reference' %}class='current'{% endif %}><li class="nav-doc-tab">Reference</li></a>
|
||||
|
|
|
@ -105,4 +105,15 @@
|
|||
width: 500px;
|
||||
}
|
||||
}
|
||||
|
||||
table, th, td {
|
||||
border: 0px;
|
||||
margin: 0px;
|
||||
padding-left: 30px;
|
||||
}
|
||||
|
||||
td {
|
||||
width: 350px;
|
||||
text-align:center;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
layout: default
|
||||
group: 'navigation'
|
||||
title: About Istio
|
||||
title: About
|
||||
bodyclass: about
|
||||
headline: 'About Istio'
|
||||
---
|
||||
|
|
|
@ -3,7 +3,7 @@ layout: default
|
|||
group: 'navigation'
|
||||
title: Blog
|
||||
bodyclass: blog
|
||||
headline: 'Istio Blog'
|
||||
headline: 'The Istio Blog'
|
||||
---
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
|
|
|
@ -3,54 +3,79 @@ layout: default
|
|||
group: 'navigation'
|
||||
title: Community
|
||||
bodyclass: Community
|
||||
headline: 'Community'
|
||||
headline: 'Our Community'
|
||||
---
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-11 nofloat center-block">
|
||||
<div class="community col-lg-9 col-md-10 col-sm-12">
|
||||
<p class="lead">Istio has an active community of developers from Google, IBM, and Lyft. We’d love your help to improve and extend the project. You can reach us via <a href="https://groups.google.com/forum/#!forum/istio-dev">Mailing list</a>, <a href="https://istio-dev.slack.com">Slack</a> to start engaging with the project and its members.
|
||||
</p>
|
||||
|
||||
<section class="community-section">
|
||||
<h4 class="community-contribute community-title">Contribute on Github</h4>
|
||||
<p>Istio has an active community of developers from Google, IBM, and Lyft who are using, enhancing and building valuable integrations with other software projects. We are always looking for active contributors in Istio and Istio Ecosystem. Here are a few areas where we would love community contribution in Istio project. Be sure to follow our <a href="{{ site.baseurl }}/contribute">community addition guidelines</a>.</p>
|
||||
|
||||
<div class="contribute-wrapper nofloat col-lg-9 col-md-10 col-sm-12">
|
||||
<div class="col-sm-4 contribute-item">
|
||||
<div class="item-content">
|
||||
<a class="item-box" href="https://github.com/istio/manager/labels/help%20wanted">
|
||||
<p class="item-link">Istio Manager</p>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-4 contribute-item">
|
||||
<div class="item-content">
|
||||
<a class="item-box" href="https://github.com/istio/mixer/labels/help%20wanted">
|
||||
<p class="item-link">Istio Mixer</p>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-4 contribute-item">
|
||||
<div class="item-content">
|
||||
<a class="item-box" href="https://github.com/istio/auth/labels/help%20wanted">
|
||||
<p class="item-link">Istio Auth</p>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<a href="{{ site.baseurl }}/contribute"><span>More on how to contribute to Istio Documentation ></span></a>
|
||||
</section>
|
||||
|
||||
<section class="community-section">
|
||||
<h4 class="community-slack community-title">Slack</h4>
|
||||
<p>Join the <a href="https://istio-dev.slack.com">Slack</a></p>
|
||||
<section class="lead">
|
||||
<p>
|
||||
Istio has an active community that supports its use and on-going development. We'd love for you
|
||||
to join us and get involved!
|
||||
</p>
|
||||
</section>
|
||||
|
||||
<section class="community-section">
|
||||
<h4 class="community-mailing community-title">Mailing List</h4>
|
||||
<p>Any questions or suggestions? Just want to be in the loop of what is going on with the project? Join the <a href="https://groups.google.com/forum/#!forum/istio-dev">mailing list</a>
|
||||
<h3>For Operators and IT Professionals</h3>
|
||||
<p>
|
||||
If you're using Istio in your environment, there are different channels where
|
||||
to find information and community help.
|
||||
</p>
|
||||
<br/>
|
||||
<br/>
|
||||
<table>
|
||||
<tr>
|
||||
<td><img alt="Stack Overflow" src="{{ site.baseurl }}/img/stackoverflow.png" /></td>
|
||||
<td><img alt="Mailing List" src="{{ site.baseurl }}/img/group.png" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<h4><a href="http://stackoverflow.com/questions/tagged/istio">Stack Overflow</a></h4>
|
||||
<p>Our user forum is a great place to go for community support.</p>
|
||||
</td>
|
||||
<td>
|
||||
<h4><a href="https://groups.google.com/forum/#!forum/istio-user">Mailing List</a></h4>
|
||||
<p>Join the istio-user mailing list to get announcements and participate in discussions about
|
||||
configuring and operating Istio.
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</section>
|
||||
|
||||
<section class="community-section">
|
||||
<h3>For Developers</h3>
|
||||
<p>Istio has an active community of developers from Google, IBM, and Lyft who are contributing
|
||||
to the project. If you're a developer and you've got great ideas to improve Istio, we'd
|
||||
love to have you join the fun and help to grow our ecosystem and capabilities.
|
||||
</p>
|
||||
<br/>
|
||||
<br/>
|
||||
<table>
|
||||
<tr>
|
||||
<td><img alt="Github" src="{{ site.baseurl }}/img/github.png" /></td>
|
||||
<td><img alt="Slack" src="{{ site.baseurl }}/img/slack.png" /></td>
|
||||
<td><img alt="Mailing List" src="{{ site.baseurl }}/img/group.png" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<h4><a href="https://github.com/istio">Github</a></h4>
|
||||
<p>Check out the source code and consider contributing.</p>
|
||||
</td>
|
||||
<td>
|
||||
<h4><a href="https://istio-dev.slack.com">Slack</a></h4>
|
||||
<p>Our Slack channel is the best way to contact our engineers and share your ideas with them.</p>
|
||||
</td>
|
||||
<td>
|
||||
<h4><a href="https://groups.google.com/forum/#!forum/istio-dev">Mailing List</a></h4>
|
||||
<p>Any questions or suggestions? Just want to be in the loop of what is going on with the
|
||||
project? Join the istio-dev mailing list.
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,46 +0,0 @@
|
|||
---
|
||||
layout: default
|
||||
title: Contribute
|
||||
headline: 'Contribution Guidelines'
|
||||
bodyclass: contribute
|
||||
---
|
||||
<div class="container markdown">
|
||||
<div class="row">
|
||||
<div class="col-md-11 nofloat center-block">
|
||||
{% include contribute-links.html %}
|
||||
<div class="col-sm-8" >
|
||||
<p class="lead">To contribute to Istio documentation, please fork the GitHub Istio repository and start submiting pull requests.</p>
|
||||
</div>
|
||||
<div class="col-sm-12">
|
||||
<div id="continueEdit">
|
||||
<h2>Continue your edit</h2>
|
||||
|
||||
<p>Click the below link to edit the page you were just on. When you are done, press "Commit Changes" at the bottom of the screen. This will create a copy of our site on your GitHub account called a "fork." You can make other changes in your fork after it is created, if you want. When you are ready to send us all your changes, go to the index page for your fork and click "New Pull Request" to let us know about it.</p>
|
||||
|
||||
<button class="btn btn-grpc waves-effect waves-light"><a id="continueEditButton"></a></button>
|
||||
|
||||
</div>
|
||||
|
||||
<div id="MainRepoInstructions">
|
||||
<h2>Contribution guidelines for Istio</h2>
|
||||
|
||||
<p>We welcome contributions to either of our three core repositories. <a href="https://github.com/istio/istio">Istio</a>, <a href="https://github.com/istio/manager">Istio Manager</a> and <a href="https://github.com/istio/mixer">Istio Mixer</a>. </p>
|
||||
|
||||
<button class="btn btn-grpc waves-effect waves-light"><a href="https://github.com/istio/istio/blob/master/CONTRIBUTING.md">View Guidelines</a></button>
|
||||
|
||||
</div>
|
||||
|
||||
<div id="generalInstructions">
|
||||
<h2>Edit our site on github</h2>
|
||||
|
||||
<p>Click the below button to visit the repo for our site. You can then click the "Fork" button in the upper-right area of the screen to create a copy of our site on your GitHub account called a "fork." Make any changes you want in your fork, and when you are ready to send those changes to us, go to the index page for your fork and click "New Pull Request" to let us know about it.</p>
|
||||
|
||||
<button class="btn btn-grpc waves-effect waves-light"><a href="{{ site.githuburl }}">Browse this site's source code</a></button>
|
||||
</div>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<p></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
Binary file not shown.
After Width: | Height: | Size: 5.8 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.8 KiB |
Binary file not shown.
After Width: | Height: | Size: 6.5 KiB |
Binary file not shown.
After Width: | Height: | Size: 5.6 KiB |
Loading…
Reference in New Issue