Skip to content

Commit

Permalink
Revert "[docs] add abctl download buttons (#41613)"
Browse files Browse the repository at this point in the history
This reverts commit 28cf7ae.
  • Loading branch information
cgardens committed Jul 12, 2024
1 parent 402515e commit 83d12ae
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 71 deletions.
23 changes: 5 additions & 18 deletions docs/using-airbyte/getting-started/oss-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,11 @@ brew upgrade abctl
</TabItem>
<TabItem value="abctl-linux" label="Linux" default>

**1: Download the latest release of `abctl`.**

<a class="abctl-download button button--primary disabled" data-architecture="linux-amd64" href="#" style={{ marginRight: '10px' }} download>Loading...</a>
<a class="abctl-download button button--primary disabled" data-architecture="linux-arm64" href="#" download>Loading...</a>
<br/>
<br/>
**1: Download the latest release of `abctl` [here](https://github.com/airbytehq/abctl/releases)**

:::info
<details>
<summary>Be sure to download the file that is compatible with your machine's processor architecture.</summary>
Be sure to download the file that is compatible with your machine's processor architecture.
:::

You'll see two options: `linux-amd64` and `linux-arm64`
If you're unsure which one you need, running the following command will help:
Expand All @@ -68,8 +63,6 @@ uname -m

- If the output is `x86_64`, you have an x86-64 processor.
- If the output is `aarch64` or something similar, you have an ARM-based processor.
</details>
:::

**2: Extract the archive**

Expand Down Expand Up @@ -106,11 +99,7 @@ If this command prints the installed version of the Airbyte Command Line Tool, i
</TabItem>
<TabItem value="abctl-windows" label="Windows" default>

**1: Download the latest release of `abctl`.**

<a class="abctl-download button button--primary disabled" data-architecture="windows-amd64" href="#" download>Loading...</a>
<br/>
<br/>
**1: Download the latest release of `abctl` [here](https://github.com/airbytehq/abctl/releases)**

**2: Extract the archive**
- Right click the zip file you've downloaded and select `Extract All...`, then choose a destination folder.
Expand Down Expand Up @@ -221,6 +210,4 @@ There are several channels for community support of local setup and deployment.
On Udemy, [The Complete Hands-on Introduction to Airbyte](https://www.udemy.com/course/the-complete-hands-on-introduction-to-airbyte/) is a convenient and hands-on introduction to Airbyte that includes setting up example source and destination configurations. You'll also go on to use it in conjunction with Apache Airflow, Snowflake, dbt, and more.

**Bug Reports:**<br/>If you find an issue with the `abctl` command, please report it as a github
issue [here](https://github.com/airbytehq/airbyte/issues) with the type of `🐛 [abctl] Report an issue with the abctl tool`.

**Releases:**<br/>If you'd like to select which release of abctl to run, you can find the list of releases [here](https://github.com/airbytehq/abctl/releases/).
issue [here](https://github.com/airbytehq/airbyte/issues) with the type of `🐛 [abctl] Report an issue with the abctl tool`.
3 changes: 1 addition & 2 deletions docusaurus/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,8 @@ const config = {
],

clientModules: [
require.resolve("./src/scripts/cloudStatus.js"),
require.resolve('./src/scripts/download-abctl-buttons.js'),
require.resolve("./src/scripts/fontAwesomeIcons.js"),
require.resolve("./src/scripts/cloudStatus.js"),
],

presets: [
Expand Down
51 changes: 0 additions & 51 deletions docusaurus/src/scripts/download-abctl-buttons.js

This file was deleted.

0 comments on commit 83d12ae

Please sign in to comment.