Skip to content

Commit

Permalink
(from getambassador.io) Phase out old-version-tabs (OldVersionTabs) f…
Browse files Browse the repository at this point in the history
…or Platform
  • Loading branch information
LukeShu committed Aug 24, 2021
1 parent 4cd56d0 commit 8b70593
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 95 deletions.
18 changes: 16 additions & 2 deletions install/index.md
@@ -1,5 +1,4 @@
import Platform from '@src/components/Platform';
import OldVersionTabs from './old-version-tabs'

# Install

Expand Down Expand Up @@ -38,4 +37,19 @@ Follow one of our [quick start guides](../quick-start/) to start using Teleprese

Use these URLs to download an older version for your OS, replacing `x.y.z` with the versions you want.

<OldVersionTabs/>
<Platform.TabGroup>
<Platform.MacOSTab>

```
https://app.getambassador.io/download/tel2/darwin/amd64/x.y.z/telepresence
```

</Platform.MacOSTab>
<Platform.GNULinuxTab>

```
https://app.getambassador.io/download/tel2/linux/amd64/x.y.z/telepresence
```

</Platform.GNULinuxTab>
</Platform.TabGroup>
93 changes: 0 additions & 93 deletions install/old-version-tabs.js

This file was deleted.

0 comments on commit 8b70593

Please sign in to comment.