-
-
Notifications
You must be signed in to change notification settings - Fork 764
docs(getting-started): add verify step + troubleshooting link #6013
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
base: main
Are you sure you want to change the base?
Conversation
Added installation verification steps to the getting started guide.
📝 WalkthroughWalkthroughA new "Verify installation" section is added to the getting-started documentation that appears before the existing setup steps. This section contains instructions for printing version information and eval usage, includes a reference to troubleshooting resources, and maintains the original workflow for setting up the first config file. Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes This is a single-file documentation change with straightforward additions. The review requires verification of instruction accuracy, confirmation that the new section placement makes logical sense within the getting-started flow, and a check that the troubleshooting link is appropriate and functional. Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated to satisfy Prettier formatting.
…rettier Added instructions to verify installation of promptfoo.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated to satisfy Prettier requirements by including adequate spacing around each code block.
Adds a short installation verification step to the Getting Started guide and links to the Troubleshooting page for easier access.
Note: the Installation page already includes a verification snippet, but this addition is intentional since many users land directly on the Getting Started page, so repeating the check here helps reduce confusion and makes troubleshooting more discoverable.