Skip to content

Commit

Permalink
Revert "WIP: add lodestar configuration on Interactive Guide page"
Browse files Browse the repository at this point in the history
This reverts commit 93e993c.
  • Loading branch information
zengzengzenghuy committed Jan 27, 2023
1 parent 93e993c commit c8a5382
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 319 deletions.
237 changes: 0 additions & 237 deletions docs/node/guide/beacon/_partials/_install_cl_lodestar.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/node/guide/beacon/_partials/_run-consensus-client.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import InstallLighthousePartial from '@site/docs/node/guide/beacon/_partials/_install_cl_lighthouse.md';
import InstallLodestarPartial from '@site/docs/node/guide/beacon/_partials/_install_cl_lodestar.md';

```mdx-code-block
Expand All @@ -28,8 +27,6 @@ Please refer to [Run a Beacon Node: Lodestar](../lodestar.md)

:::

<InstallLodestarPartial/>

```mdx-code-block
</TabItem>
Expand Down
8 changes: 0 additions & 8 deletions docs/node/guide/validator/_partials/_install-validator.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,27 +13,19 @@ import TabItem from '@theme/TabItem';
import InstallLighthouseValidatorPartial from '@site/docs/node/guide/validator/_partials/clients/_install_validator_lighthouse.md';
<InstallLighthouseValidatorPartial />
</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>
Expand Down

This file was deleted.

0 comments on commit c8a5382

Please sign in to comment.