Conversation
Signed-off-by: Neha Gupta <gneha21@yahoo.in>
Signed-off-by: Neha Gupta <gneha21@yahoo.in>
There was a problem hiding this comment.
Pull Request Overview
This PR refactors the sidebar to emphasize AI-powered API testing, introduces new AI test-generation and self-healing docs, and streamlines support and UI components.
- Reorder and relabel versioned sidebar categories for “API Testing (AI)” and “Unit Testing”
- Add three new docs on AI-driven test generation and self-healing
- Update support badge link and simplify the KeployCloud component UI
Reviewed Changes
Copilot reviewed 7 out of 9 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 | Reordered “API Testing” and “Unit Testing” categories, added “Getting Started” |
| versioned_docs/version-3.0.0/running-keploy/self-healing-ai-api-tests.md | New guide: Self-Healing API Tests |
| versioned_docs/version-3.0.0/running-keploy/generate-api-tests-using-ai.md | New guide: Generating API tests using AI |
| versioned_docs/version-3.0.0/running-keploy/api-testing-tool-ai-powered.md | New overview: API Test Generator |
| versioned_docs/version-3.0.0/concepts/support.md | Swapped GitHub Discussion badge for GitHub Issues badge |
| src/components/KeployCloud.js | Removed unused SVG, added text-based support/demo CTAs |
| docusaurus.config.js | Renamed “API Testing” to “API Testing (AI)”, reordered menu items, fixed typo |
Comments suppressed due to low confidence (1)
versioned_docs/version-3.0.0/concepts/support.md:14
- The GitHub Issue badge links to the repository root instead of the issues page. Update the URL to ‘https://github.com/keploy/keploy/issues’ for direct issue submission.
[](https://github.com/keploy/keploy)
Signed-off-by: Neha Gupta <gneha21@yahoo.in>
che3zcake
pushed a commit
to che3zcake/keploy-docs
that referenced
this pull request
Jun 23, 2025
* docs: adding atg public docs for installation and explanation Signed-off-by: Neha Gupta <gneha21@yahoo.in> * docs: adding atg public docs for fix with ai Signed-off-by: Neha Gupta <gneha21@yahoo.in> * chore: atg operations (keploy#587) * chore: atg operations (keploy#587) * docs: adding atg public docs for fix with ai Signed-off-by: Neha Gupta <gneha21@yahoo.in> --------- Signed-off-by: Neha Gupta <gneha21@yahoo.in> Co-authored-by: Tvisha <tvisha.raji@keploy.io> Signed-off-by: Lawrence Sharma <che3zcake@gmail.com>
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 several updates to the documentation and UI components, focusing on navigation restructuring, UI simplification, and community engagement improvements.
Navigation Updates:
Productsdropdown indocusaurus.config.jsto reorganize testing labels, replacing "API Testing" with "API Testing (AI)" and reordering "Unit Testing" to appear last.UI Simplification:
KeployCloudcomponent and replaced it with a simpler text-based section for better clarity and reduced visual clutter.Community Engagement Improvements:
versioned_docs/version-3.0.0/concepts/support.md, replacing the GitHub Discussions badge with a GitHub Issues badge for more direct user feedback and support.## 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: