Skip to content

Commit 64c56e2

Browse files
PsicoThePatoclaude
andcommitted
fix(docs): close <Tabs> inside setup-cli step list
The Tabs block inside list item 1 used mixed indentation so the closing </Tabs> landed outside the list-item indent scope, which made MDX parse the list as ending before the tag closed and broke astro build. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 93adce0 commit 64c56e2

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/content/docs/development/cli/setup-cli.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ The CLI enables developers and power users to manage Torus operations from the c
4545
1. **Choose your installation method**
4646
Select the method that matches your system setup.
4747

48-
<Tabs>
49-
<TabItem label="Using PIP (Recommended)">
48+
<Tabs>
49+
<TabItem label="Using PIP (Recommended)">
5050

5151
Install the Torus CLI using pip:
5252

@@ -61,17 +61,17 @@ The CLI enables developers and power users to manage Torus operations from the c
6161
```
6262

6363
</TabItem>
64-
<TabItem label="Using Nix">
65-
Clone and install using Nix:
64+
<TabItem label="Using Nix">
65+
Clone and install using Nix:
6666

6767
```sh
6868
git clone https://github.com/renlabs-dev/torus-cli
6969
cd torus-cli
7070
nix profile install .
7171
```
7272

73-
</TabItem>
74-
</Tabs>
73+
</TabItem>
74+
</Tabs>
7575

7676
2. **Verify the installation**
7777
Check that the CLI is installed correctly:

0 commit comments

Comments
 (0)