Skip to content

Commit 73e6c87

Browse files
committed
wording
1 parent 299c9b8 commit 73e6c87

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

fern/products/cli-api-reference/pages/commands.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,10 +382,11 @@ hideOnThisPage: true
382382

383383
### id
384384

385-
Use `--id` with `--preview` to create a stable, named preview link. The `--id` value determines the preview URL, so rerunning with the same `--id` updates the existing preview in place rather than creating a new one.
385+
Use `--id` with `--preview` to create a stable, named preview link. The preview URL follows the format `{org}-preview-{id}.docs.buildwithfern.com`, so rerunning with the same `--id` updates the existing preview in place rather than creating a new one.
386386

387387
```bash
388388
fern generate --docs --preview --id my-feature
389+
# -> https://your-org-preview-my-feature.docs.buildwithfern.com
389390
```
390391

391392
This is useful in CI workflows where you want one preview URL per pull request. See [Preview changes](/learn/docs/preview-publish/preview-changes#preview-links) for details.

0 commit comments

Comments
 (0)