Skip to content

Conversation

Gouravjaat07
Copy link

What has changed?

  1. Announcement Banner Styling

    • Current Behavior: The announcement banner was displayed in plain white, making it hard to notice and visually inconsistent with the rest of the docs.
    • Expected Behavior: The banner now uses the docs theme colors, with a blue background (#1E73E8) and white text (#FFFFFF), making it consistent, attractive, and easily noticeable.
    • Steps Taken: Updated the CSS in custom.css to apply the correct background and text colors.
  2. Docusaurus Start Issue

    • Fixed the 'docusaurus' is not recognized as an internal or external command error.
    • Steps Taken: Installed the latest Docusaurus packages locally:
      npm install @docusaurus/core@latest @docusaurus/preset-classic@latest
      Then started the dev server using:
      npx docusaurus start

This PR Resolves #(3002)

Type of change

  • Bug fix (non-breaking change which fixes an issue).
  • Style update (non-breaking visual change that improves UI/UX).

How Has This Been Tested?

  • Run npx docusaurus start and confirmed the dev server starts without errors.
  • Verified the announcement banner displays correctly on the website.
  • Checked overall styling to ensure it follows the project guidelines.

Before fixing issue :

Screenshot 2025-09-23 204940

After fixing issue :

Screenshot 2025-09-23 204902

Checklist:

  • My code follows the style guidelines of this project.
  • I have performed a self-review of my own code.

Thanks for opening this pull request! If the tests fail, please feel free to reach out to us by leaving a comment down below and we will be happy to take a look

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you and congratulations 🎉 for opening your very first pull request in keploy

@Gouravjaat07
Copy link
Author

Gouravjaat07 commented Sep 23, 2025

Hi sir @Achanandhi-M , I’ve submitted PR #683 fixing issue #3002. Could you please review it when you get time? I’m new to contributing and would love feedback. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant