Skip to content

Commit

Permalink
fix: codeblock change to correct code documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
YUUU23 committed Jul 12, 2024
1 parent 4ca143f commit 9722df4
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 17 deletions.
8 changes: 3 additions & 5 deletions docs/quick_start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ title: Quick Start
description: Quick start guide for Honeycomb
---

import CodeBlock from "@theme/CodeBlock";
import TabItem from "@theme/TabItem";
import Tabs from "@theme/Tabs";

Expand Down Expand Up @@ -174,10 +173,9 @@ NVM (Node Version Manager) is a tool for installing and using multiple versions
</em>
</TabItem>
<TabItem value="mac" label="macOS">
<CodeBlock language="sh">
curl -o-
https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.4/install.sh | bash
</CodeBlock>
```shell
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.4/install.sh | bash
```
</TabItem>
</Tabs>

Expand Down
7 changes: 3 additions & 4 deletions versioned_docs/version-3.1.x/quick_start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ description: Quick start guide for Honeycomb

import Tabs from "@theme/Tabs";
import TabItem from "@theme/TabItem";
import CodeBlock from "@theme/CodeBlock";
import cloneCodeButton from "./assets/clone-code-button.webp";
import nvmrc from "./assets/nvmrc.png";
import workflowPermissions from "./assets/workflow-permissions.png";
Expand Down Expand Up @@ -170,9 +169,9 @@ NVM (Node Version Manager) is a tool for installing and using multiple versions
value="mac"
label="macOS"
>
<CodeBlock language="sh">
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.4/install.sh | bash
</CodeBlock>
```shell
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.4/install.sh | bash
```
</TabItem>
</Tabs>

Expand Down
7 changes: 3 additions & 4 deletions versioned_docs/version-3.2.x/quick_start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ description: Quick start guide for Honeycomb

import Tabs from "@theme/Tabs";
import TabItem from "@theme/TabItem";
import CodeBlock from "@theme/CodeBlock";
import cloneCodeButton from "./assets/clone-code-button.webp";
import nvmrc from "./assets/nvmrc.png";
import workflowPermissions from "./assets/workflow-permissions.png";
Expand Down Expand Up @@ -170,9 +169,9 @@ NVM (Node Version Manager) is a tool for installing and using multiple versions
value="mac"
label="macOS"
>
<CodeBlock language="sh">
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.4/install.sh | bash
</CodeBlock>
```shell
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.4/install.sh | bash
```
</TabItem>
</Tabs>

Expand Down
7 changes: 3 additions & 4 deletions versioned_docs/version-3.3.x/quick_start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ title: Quick Start
description: Quick start guide for Honeycomb
---

import CodeBlock from "@theme/CodeBlock";
import TabItem from "@theme/TabItem";
import Tabs from "@theme/Tabs";

Expand Down Expand Up @@ -188,9 +187,9 @@ NVM (Node Version Manager) is a tool for installing and using multiple versions
value="mac"
label="macOS"
>
<CodeBlock language="sh">
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.4/install.sh | bash
</CodeBlock>
```shell
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.4/install.sh | bash
```
</TabItem>
</Tabs>

Expand Down

0 comments on commit 9722df4

Please sign in to comment.