Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 11 additions & 12 deletions _about/notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,19 @@ redirect_from:
toc: false
---

{% include section-index.html docs=site.about %}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs to be present like in all other index pages in the site, so as to enable good mobile navigation. Please just let that there and remove the - and indent in the subsequent sections.

- The latest Istio monthly release is {{site.data.istio.version}} ([release notes]({{site.data.istio.version}}.html)). You can [download {{site.data.istio.version}}](https://github.com/istio/istio/releases) with(*):

The [latest Istio monthly release](https://github.com/istio/istio/releases) is {{site.data.istio.version}} which
you can download with:
```
curl -L https://git.io/getLatestIstio | sh -
```

```
curl -L https://git.io/getLatestIstio | sh -
```
- The most recent stable release is 0.2.12. You can [download 0.2.12](https://github.com/istio/istio/releases/tag/0.2.12) with:

The most recent stable release is [0.2.12](https://github.com/istio/istio/releases/tag/0.2.12) which you
can download with:
```
curl -L https://git.io/getIstio | sh -
```

```
curl -L https://git.io/getIstio | sh -
```
[Archived documentation for the 0.2.12 release](https://archive.istio.io/v0.2/docs/).

[Archived documentation for for 0.2.12 release](https://archive.istio.io/v0.2/).

> (*) Note: As we don't control the `git.io` domain, please examine the output of the curl command before piping it to a shell if running in any sensitive or non sandboxed environment.