feat(docs): add command to open the documentation in the default browser#183
Open
almeidazs wants to merge 2 commits intoresend:mainfrom
Open
feat(docs): add command to open the documentation in the default browser#183almeidazs wants to merge 2 commits intoresend:mainfrom
almeidazs wants to merge 2 commits intoresend:mainfrom
Conversation
Contributor
|
This review could not be run because your cubic account has exceeded the daily review limit. If you need help restoring access, please contact contact@cubic.dev. |
Author
|
Can you review this? @felipefreitag |
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
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.
Summary
Add a
resend docscommand that opens the Resend documentation in the user's default browser.What changed
docscommand in the main CLIdocscommand handler that openshttps://resend.com/docsWhy
This makes it easier to jump to the documentation directly from the CLI, using the same browser-opening flow
already used by other commands.
Testing
tests/commands/docs.test.tsopenInBrowserOrLogwithRESEND_URLS.documentationSummary by cubic
Adds a new
resend docscommand that opens the Resend documentation in the default browser. Makes it faster to jump from the CLI to docs.docscommand with help text and example.RESEND_URLS.documentationusing the shared browser helper.documentationand adds a test for the command.Written for commit df55abe. Summary will update on new commits.