Skip to content

Commit 328df51

Browse files
committed
docs
1 parent ee7892d commit 328df51

File tree

3 files changed

+13
-16
lines changed

3 files changed

+13
-16
lines changed

docs/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/starlight": "^0.28.3",
13+
"@astrojs/starlight": "^0.28.4",
1414
"astro": "^4.16.7",
1515
"gray-matter": "^4.0.3",
1616
"sharp": "^0.32.5",

docs/src/content/docs/build-help.mdx

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ The script has some `env` settings that can trigger certain behaviour.
3434

3535
You can export these before you run the script to set them. The can be used for docker builds or local builds and work in the `.qbt_env` file.
3636

37-
````bash
38-
37+
```bash
3938
| Build variable | Default if unset | Options | example usage |
4039
| ------------------------------- | ----------------------------------- | ---------------------------------- | --------------------------------------------------- |
4140
| `qbt_libtorrent_version` | `2.0` | `1.2` `2.0` | `qbt_libtorrent_version="2.0"` |
@@ -76,6 +75,7 @@ The `--boot-strap-release` and `--boot-strap-multi-arch` options are specific to
7675
:::tip[Script Help Options]
7776

7877
<Details summary="Script Help Options">
78+
7979
```bash
8080
Here are a list of available options
8181
@@ -164,7 +164,7 @@ The `--boot-strap-release` and `--boot-strap-multi-arch` options are specific to
164164
qbt_standard="17"
165165
qbt_static_ish="no"
166166
167-
````
167+
```
168168

169169
</Details>
170170
:::
@@ -183,8 +183,7 @@ Add your patches there, for example.
183183
~/qbt-build/patches/libtorrent/1.2.18/patch
184184
185185
~/qbt-build/patches/qbittorrent/4.5.0/patch
186-
187-
````
186+
```
188187

189188
</TabItem>
190189
<TabItem value="" label=" -qm -lm -h-bs">
@@ -198,11 +197,11 @@ Add your patches there, for example.
198197
~/qbt-build/patches/libtorrent/RC_1_2/patch
199198
200199
~/qbt-build/patches/qbittorrent/master/patch
201-
202-
````
200+
```
203201

204202
</TabItem>
205203
<TabItem value="" label=" -qt release-4.2.5 -lt v2.0.3 -h-bs">
204+
206205
```bash
207206
Here is the help description for this flag:
208207
@@ -214,7 +213,7 @@ Add your patches there, for example.
214213
215214
~/qbt-build/patches/qbittorrent/4.2.5/patch
216215
217-
`````
216+
```
218217

219218
</TabItem>
220219
</Tabs>
@@ -279,8 +278,6 @@ The `-b` must be used in all commands provided to the script or default `qbt-bui
279278
The `-b` flag accepts both full `/opt` and relative `opt` paths.
280279
:::
281280
282-
````bash
283-
284281
```bash
285282
bash ~/qbittorrent-nox-static.sh all -b "/opt"
286-
`````
283+
```

0 commit comments

Comments
 (0)