Skip to content

Commit fa60d7f

Browse files
authored
Update sites.md
1 parent 114bb73 commit fa60d7f

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

packages/docs/docs/lambda/cli/sites.md

+3-9
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,7 @@ Uploads the project to a specific directory and returns a deterministic URL. If
6464
npx remotion lambda sites create src/index.ts --site-name=my-project
6565
```
6666

67-
### `--force-bucket-name`
68-
69-
_available from v3.3.42_
67+
### `--force-bucket-name` <AvailableFrom v="3.3.42" />
7068

7169
Specify a specific bucket name to be used. [This is not recommended](/docs/lambda/multiple-buckets), instead let Remotion discover the right bucket automatically.
7270

@@ -201,9 +199,7 @@ Removes a site without asking for confirmation.
201199
npx remotion lambda sites rm abcdef -y
202200
```
203201

204-
### `--force-bucket-name`
205-
206-
_available from v3.3.42_
202+
### `--force-bucket-name` <AvailableFrom v="3.3.42" />
207203

208204
Specify a specific bucket name to be used. [This is not recommended](/docs/lambda/multiple-buckets), instead let Remotion discover the right bucket automatically.
209205

@@ -280,8 +276,6 @@ Removes all sites without asking for confirmation.
280276
npx remotion lambda sites rmall -y
281277
```
282278

283-
### `--force-bucket-name`
284-
285-
_available from v3.3.42_
279+
### `--force-bucket-name` <AvailableFrom v="3.3.42" />
286280

287281
Specify a specific bucket name to be used. [This is not recommended](/docs/lambda/multiple-buckets), instead let Remotion discover the right bucket automatically.

0 commit comments

Comments
 (0)