docs icon indicating copy to clipboard operation
docs copied to clipboard

Documentation website for Keploy

Results 63 docs issues
Sort by recently updated
recently updated
newest added

## What has changed? Please include a summary of the change. I have updated the contribution guide and also removed unnecessary changes ## Type of change - [x] Bug fix...

## What has changed? - Enhanced the announcement bar UI for better alignment and visual consistency. - Updated the light mode to a softer orange gradient for a clean, modern...

## What has changed? Adjusted the heading style for the “✨ AI Suggested Sample Apps” section in QuickstartFilter.js to improve mobile responsiveness. The headingStyle object now dynamically adjusts marginLeft and...

## What has changed? - Fixed the broken 404 page on the documentation website. - Replaced the default 404 UI with an automatic redirect using `window.location.replace("/docs")`. - This ensures that...

## What has changed? 1. Ran `npx prettier --write '**/*.{js,md}'` for formatting 2. Added docs in quick-start guide for [S3-Keploy](https://github.com/keploy/samples-go/tree/main/S3-Keploy) was missing. This PR Resolves [#2165](https://github.com/keploy/keploy/issues/2165) ## Type of change...

## What has changed? Please include a summary of the change. This PR Resolves #2975(Fix broken 404 page on documentation website) ## Type of change Please delete options that are...

- Replace plain white background with theme-based gradient - Use primary color (#ff914d) and primary-light for attractive gradient - Add proper text color (white) for better contrast and visibility -...

## What has changed? The **Products** section on the landing page has been updated to ensure it is fully responsive across all screen sizes. * Fixed layout issues where the...

### **Title** **Refactor NotFound component to use `window.location.replace` for immediate redirect** --- ### **What has changed?** This PR updates the **NotFound** component to use `window.location.replace("/docs")` instead of rendering a fallback...

## What has changed? This PR improves the announcement banner color and style in the Keploy docs website: - The banner now uses the theme’s primary color instead of plain...