Skip to content

Commit efb5054

Browse files
committed
test
1 parent da4558b commit efb5054

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ repos:
66
entry: bash -c 'vale --config=.vale.ini "$@"; exit 0' --
77
language: system
88
files: \.(md|mdx)$
9+
exclude: 'changelog/'
910
pass_filenames: true
10-
verbose: true
11+
verbose: true

.valeignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
**/changelog/*
2+
fern/products/docs/pages/changelog/2025-10-17.mdx

fern/products/docs/pages/changelog/2025-10-17.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## HTTP Snippets now enabled by default
22

3-
HTTP snippets are now enabled by default for all documentation sites, making it easier for developers to see cURL, Python, Ruby, and other HTTP client examples directly in your API reference. Previously, this feature required internal configuration to activate.
3+
HTTP snippets are now enabled by default for all documentation sites, making it easier for developers to see cURL, Python, Ruby, and other HTTP client examples directly in your API reference. Previously, this feature required internal configuration to activate. test
44

55
You can now control HTTP snippets directly in your `docs.yml` file:
66

0 commit comments

Comments
 (0)