Conversation
Signed-off-by: Neha Gupta <gneha21@yahoo.in>
There was a problem hiding this comment.
Pull Request Overview
This PR enhances documentation and navigation for Keploy’s API Test Generator, updates support resources, and refactors a UI component for clearer support links.
- Swaps and updates sidebar categories for API and Unit Testing
- Adds new AI-based API test generation guide and overview doc
- Replaces SVG logo in
KeployCloudwith styled support/demo links and updates support badge
Reviewed Changes
Copilot reviewed 6 out of 8 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| versioned_sidebars/version-3.0.0-sidebars.json | Swapped sidebar labels and updated items to reflect API Testing and Unit Testing sections |
| versioned_docs/version-3.0.0/running-keploy/generate-api-tests-using-ai.md | Added new guide for generating API tests via AI |
| versioned_docs/version-3.0.0/running-keploy/api-testing-tool-ai-powered.md | Introduced the API Test Generator overview doc |
| versioned_docs/version-3.0.0/concepts/support.md | Replaced GitHub Discussions badge with an Issues badge for direct issue tracking |
| src/components/KeployCloud.js | Replaced SVG with a text block linking to Slack community and demo booking |
| docusaurus.config.js | Updated the "API Testing" nav link to the new API Test Generator doc |
Comments suppressed due to low confidence (3)
versioned_docs/version-3.0.0/concepts/support.md:14
- Prefix the GitHub Issue badge line with '- ' to maintain proper list formatting alongside other support options.
[](https://github.com/keploy/keploy)
versioned_docs/version-3.0.0/running-keploy/generate-api-tests-using-ai.md:38
- [nitpick] The casing is inconsistent—prefer 'Best Practices for Test Output' for clarity and style consistency.
## BEST Practices for BEST Test Output
| y2="100.010525%" | ||
| id="linearGradient-1" | ||
| <div className="max-w-3xl mx-auto prose prose-orange"> | ||
| <h1> Question? 🤔💭</h1> |
There was a problem hiding this comment.
[nitpick] Using an
inside a section component may conflict with the page’s main heading; consider using
or a lower-level heading.
Suggested change
| <h1> Question? 🤔💭</h1> | |
| <h2> Question? 🤔💭</h2> |
che3zcake
pushed a commit
to che3zcake/keploy-docs
that referenced
this pull request
Jun 23, 2025
…#585) Signed-off-by: Neha Gupta <gneha21@yahoo.in>
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.
This pull request includes updates to navigation links, UI components, and support documentation to improve user experience and clarify support options.
Navigation Updates:
docusaurus.config.jsto point to/running-keploy/api-test-generatorinstead of/running-keploy/about-api-testing.UI Enhancements:
KeployCloudcomponent insrc/components/KeployCloud.jsto replace the SVG logo with a styled text section. The new section provides links to join the Slack community and book a demo for enterprise use cases.Support Documentation Updates:
versioned_docs/version-3.0.0/concepts/support.mdto replace the GitHub Discussions badge with a GitHub Issues badge, linking directly to the issue tracker for better support visibility.## What has changed?Please include a summary of the change.
This PR Resolves #(issue)
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please run npm run build and npm run serve to check if the changes are working as expected. Please include screenshots of the output of both the commands. Add screenshots/gif of the changes if possible.
Checklist: