Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tab fixes related to version bumps #436

Merged
merged 1 commit into from
Dec 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions docs/cli-reference/cat-admin.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ title: CAT Admin CLI
slug: /cat-admin-cli
---

```mdx-code-block
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
```

## Intro

Expand Down
2 changes: 0 additions & 2 deletions docs/cli-reference/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ title: CLI Overview
slug: /cli
---

```mdx-code-block
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
```

# CLI Commands Reference

Expand Down
2 changes: 0 additions & 2 deletions docs/cli-reference/datalayer.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ title: DataLayer CLI
slug: /datalayer-cli
---

```mdx-code-block
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
```

This page includes a comprehensive list of Chia's Command Line Interface commands for interacting with the DataLayer.

Expand Down
2 changes: 0 additions & 2 deletions docs/cli-reference/dids.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ title: DID CLI
slug: /did-cli
---

```mdx-code-block
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
```

This document is a comprehensive listing of CLI commands for interacting with Chia DIDs.

Expand Down
2 changes: 0 additions & 2 deletions docs/cli-reference/nfts.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ title: NFT CLI
slug: /nft-cli
---

```mdx-code-block
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
```

## Reference

Expand Down
2 changes: 0 additions & 2 deletions docs/cli-reference/offers.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ title: Offer CLI
slug: /offer-cli
---

```mdx-code-block
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
```

<details>
<summary>Note about Windows command escaping</summary>
Expand Down
2 changes: 0 additions & 2 deletions docs/cli-reference/plotters.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ title: Plotters
slug: /plotters-cli
---

```mdx-code-block
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
```

This document is a comprehensive listing of CLI commands for creating plots from within Chia.

Expand Down
2 changes: 0 additions & 2 deletions docs/cli-reference/simulator.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ title: Simulator CLI Reference
slug: /simulator-cli
---

```mdx-code-block
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
```

## Intro

Expand Down
2 changes: 0 additions & 2 deletions docs/cli-reference/vcs.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ title: Verifiable Credentials
slug: /vc-cli
---

```mdx-code-block
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
```

This document is a comprehensive listing of CLI commands for interacting with Chia VCs.

Expand Down
2 changes: 0 additions & 2 deletions docs/cli-reference/wallet.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ title: Wallet CLI
slug: /wallet-cli
---

```mdx-code-block
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
```

This document is a reference for Chia's `wallet` CLI commands. The following `wallet` commands are documented on their own dedicated pages:

Expand Down
2 changes: 0 additions & 2 deletions docs/farming/dual-farming-testnet-mainnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@ title: Dual Farming
slug: dual-farming-testnet-mainnet
---

```mdx-code-block
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
```

:::info

Expand Down
2 changes: 0 additions & 2 deletions docs/farming/farming-compressed-plots.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ title: Compressed Plot Farming
slug: /farming-compressed-plots
---

```mdx-code-block
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
```

As detailed in the [plotting](/plotting-basics) section, compressed plots are supported for both plotting and harvesting as of Chia version 2.0. Before you can harvest compressed plots, you need to inform your harvesters of the fact that they exist.

Expand Down
2 changes: 0 additions & 2 deletions docs/getting-started/farming-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ title: Beginner's Guide to Farming
slug: /farming-guide
---

```mdx-code-block
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
```

So you want to be a Chia farmer? You've come to the right place!

Expand Down
Loading
Loading