-
Notifications
You must be signed in to change notification settings - Fork 3
Add clarification for http-snippets configuration with curl-only example #1337
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or 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
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
Contributor
- curl is now always included in HTTP snippets regardless of configuration - Updated examples to show curl is always present - Added note that custom CSS is needed to hide curl from UI Co-Authored-By: [email protected] <[email protected]>
Contributor
dannysheridan
approved these changes
Oct 20, 2025
- Changed 'cannot' to 'can't' (Microsoft.Contractions) - Rewrote sentence in active voice to avoid passive constructions - Replaced 'disabled' with 'remove' to avoid accessibility language - Changed 'are enabled' to 'include' for active voice Co-Authored-By: [email protected] <[email protected]>
Contributor
devalog
approved these changes
Oct 20, 2025
Contributor
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update documentation: curl is always shown in HTTP snippets
Summary
Updated the HTTP snippets documentation to clarify that curl is always included in HTTP snippets and cannot be disabled via configuration. This change documents the new default behavior where curl is shown regardless of the
http-snippetssetting in docs.yml.Key changes:
http-snippets: falsedisables all snippets except curlhttp-snippets: [python, ruby]will show python, ruby, and curlReview & Testing Checklist for Human
fern/products/docs/pages/customization/what-is-docs-yml.mdx(lines 484-497) also needs updating to reflect curl always being includedhttp-snippets: falsein a docs.yml and verify curl still showshttp-snippets: [python]and verify both curl and python showNotes