-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(cli): Add changelog entry for broken link checks (#5580)
* Add changelog entry for broken link checks * chore: update changelog * Add additional info + documentation * chore: update changelog --------- Co-authored-by: rpc333 <[email protected]>
- Loading branch information
Showing
3 changed files
with
48 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
## 0.47.2 | ||
**`(feat):`** The CLI now supports checking for broken links in your docs. You will see warnings in `fern check` if your docs link to any | ||
page that can't be resolved, and the `--strict-broken-links` option will cause the command to fail (exit with a non-zero exit code) if | ||
any broken links are found. You can also run the new command `fern docs broken-links` to only check for broken links (ignoring | ||
other possible errors), with the `--strict` option to cause the command to fail if any broken links are found. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters