Skip to content

Commit

Permalink
(from getambassador.io) Phase out nightly-version-tabs (NightlyVersio…
Browse files Browse the repository at this point in the history
…nTabs) for Platform
  • Loading branch information
LukeShu committed Aug 24, 2021
1 parent dfd5f99 commit 3bcf54a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 86 deletions.
18 changes: 16 additions & 2 deletions install/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import Platform from '@src/components/Platform';
import NightlyVersionTabs from './nightly-version-tabs'

# Install

Expand Down Expand Up @@ -78,7 +77,22 @@ version of Telepresence is released.

Use these URLs to download the most recent nightly build.

<NightlyVersionTabs/>
<Platform.TabGroup>
<Platform.MacOSTab>

```
https://app.getambassador.io/download/tel2/darwin/amd64/nightly/telepresence
```

</Platform.MacOSTab>
<Platform.GNULinuxTab>

```
https://app.getambassador.io/download/tel2/linux/amd64/nightly/telepresence
```

</Platform.GNULinuxTab>
</Platform.TabGroup>

## Installing older versions of Telepresence

Expand Down
84 changes: 0 additions & 84 deletions install/nightly-version-tabs.js

This file was deleted.

0 comments on commit 3bcf54a

Please sign in to comment.