Skip to content

Commit

Permalink
tabs issue + cleanning
Browse files Browse the repository at this point in the history
  • Loading branch information
alebanzas committed Feb 8, 2023
1 parent b05845d commit b3ec85f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 38 deletions.
19 changes: 0 additions & 19 deletions docs/node/guide/beacon/_partials/_run-consensus-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,35 +20,16 @@ import InstallTekuPartial from '@site/docs/node/guide/beacon/_partials/_install_
</TabItem>
<TabItem value="lodestar">
```

:::info

Please refer to [Run a Beacon Node: Lodestar](../lodestar.md)

:::
<InstallLodestarPartial/>
```mdx-code-block
</TabItem>
<TabItem value="teku">
```

:::info

Please refer to [Run a Beacon Node: Teku](../teku.md)


:::
<InstallTekuPartial/>

```mdx-code-block
</TabItem>
<TabItem value="nimbus">
Expand Down
19 changes: 0 additions & 19 deletions docs/node/guide/validator/_partials/_install-validator.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,11 @@ import InstallLighthouseValidatorPartial from '@site/docs/node/guide/validator/_
</TabItem>
<TabItem value="lodestar">
```
import InstallLodestarValidatorPartial from '@site/docs/node/guide/validator/_partials/clients/_install_validator_lodestar.md';

:::info


Please refer to [Run a Beacon Node: Lodestar](../../beacon/lodestar.md)


:::

<InstallLodestarValidatorPartial />
```mdx-code-block
</TabItem>
<TabItem value="nimbus">
Expand Down Expand Up @@ -64,17 +53,9 @@ Please refer to [Run a Beacon Node: Prysm](../../beacon/prysm.md)
</TabItem>
<TabItem value="teku">
```

:::info

Please refer to [Run a Beacon Node: Teku](../../beacon/teku.md)

:::
<InstallTekuValidatorPartial/>
```mdx-code-block
</TabItem>
</Tabs>
```
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Lodestar only runs on Linux. To run it on Windows, [Install Linux on Windows wit
:::

</TabItem>
<TabItem value="others"></TabItem>
</Tabs>

<Tabs className="tabgroup-with-label network-tabgroup" groupId="network" defaultValue="gnosis" values={[
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ If you're using Windows, please [Install Linux on Windows with WSL](https://lear
:::

</TabItem>
<TabItem value="others"></TabItem>
</Tabs>

<Tabs className="tabgroup-with-label network-tabgroup" groupId="network" defaultValue="gnosis" values={[
Expand Down

0 comments on commit b3ec85f

Please sign in to comment.