Skip to content

Commit 299c9b8

Browse files
committed
update wording
1 parent 1be2a06 commit 299c9b8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

fern/products/docs/pages/changelog/2026-03-18.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ tags: ["local-development", "configuration"]
44

55
## Stable named preview links
66

7-
Pass `--id` to `fern generate --docs --preview` to create a stable, named preview link. Rerunning with the same `--id` updates the existing preview in place rather than creating a new URL.
7+
Share a single preview link with reviewers that stays up to date as you push changes by passing an `--id` to `fern generate --docs --preview`. Rerunning with the same `--id` updates the existing preview in place rather than creating a new URL.
88

99
```bash
1010
fern generate --docs --preview --id my-feature
1111
```
1212

13-
This is especially useful for pull request workflows — reviewers always have a single, up-to-date link instead of getting a new URL on every push. To set this up in CI, update your [GitHub Actions workflow](/learn/docs/preview-publish/preview-changes#automate-with-github-actions) to pass the branch name as the `--id`.
13+
To set this up in CI, update your [GitHub Actions workflow](/learn/docs/preview-publish/preview-changes#automate-with-github-actions) to pass the branch name as the `--id`.
1414

1515
<Button intent="none" outlined rightIcon="arrow-right" href="/learn/docs/preview-publish/preview-changes#preview-links">Read the docs</Button>

0 commit comments

Comments
 (0)