Skip to content

Commit

Permalink
tab fixes related to version bumps
Browse files Browse the repository at this point in the history
The new versions of mdx and docusaurus no longer require mdx-code-blocks and having them in the md files can cause issues with tabs being present.

This pr updates all of the tabs across the docs site to align with the updated method of adding tabs
  • Loading branch information
BrandtH22 committed Dec 6, 2023
1 parent 5c48f32 commit 5b187cd
Show file tree
Hide file tree
Showing 53 changed files with 433 additions and 844 deletions.
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

0 comments on commit 5b187cd

Please sign in to comment.