-
Notifications
You must be signed in to change notification settings - Fork 166
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(cli): change init workspace to incl generators.yml yaml lang ser…
…ver (#5282) * feat(cli): change init behavior to include yaml lang server for generators.yml --------- Co-authored-by: Niels Swimberghe <[email protected]> Co-authored-by: fern-support <[email protected]>
- Loading branch information
1 parent
0a79ceb
commit fe06509
Showing
9 changed files
with
52 additions
and
32 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
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
## 0.46.20 | ||
**`(feat):`** The `fern init` command now supports a `--mintlify` option. You can pass in | ||
the path to your `mint.json` and the Fern CLI will generate a fern documentation | ||
website. | ||
**`(feat):`** The `fern init` command now supports a `--mintlify` option. You can pass in | ||
the path to your `mint.json` and the Fern CLI will generate a fern documentation | ||
website. | ||
|
||
|
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 |
---|---|---|
@@ -1,7 +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 | ||
**`(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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
## 0.47.3 | ||
**`(feat):`** Add the JSON schema to the generators.yml file for validation and autocomplete. | ||
|
||
|
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
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
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