Skip to content

Conversation

pratik-mahalle
Copy link
Contributor

@pratik-mahalle pratik-mahalle commented Sep 29, 2025

What has changed?

This PR resolve the anchor tag issue which was coming while running the npm run build

This PR Resolves #(issue)

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue).
  • New feature (non-breaking change which adds functionality).
  • Breaking change (fix or feature that would cause existing functionality to not work as expected).
  • Documentation update (if none of the other choices apply).

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.

Screenshot 2025-09-29 at 2 26 04 PM

Checklist:

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

Signed-off-by: Pratik Mahalle <mahallepratik683@gmail.com>
@Copilot Copilot AI review requested due to automatic review settings September 29, 2025 08:56
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR fixes anchor tag issues that were causing build failures by adding hidden anchor references and inline anchor elements to resolve linking problems in documentation files.

  • Adds hidden div with anchor headings in installation_tabs.md to provide anchor targets
  • Inserts inline anchor tags in installation.md files to match expected anchor references
  • Ensures consistent anchor availability across different documentation versions

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
versioned_docs/version-3.0.0/server/installation_tabs.md Adds hidden div with anchor headings for "other-installation-methods" and "-capturing-testcases"
versioned_docs/version-3.0.0/server/installation.md Inserts inline anchor tags to match the hidden headings
versioned_docs/version-2.0.0/server/installation.md Inserts inline anchor tags to match the hidden headings

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Comment on lines +29 to +35
<div style={{display:'none'}}>

## Other Installation Methods {#other-installation-methods}

## 🎬 Capturing Testcases {#-capturing-testcases}

</div>
Copy link
Preview

Copilot AI Sep 29, 2025

Choose a reason for hiding this comment

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

Using hidden content to provide anchor targets is a fragile solution. Consider using proper anchor elements or restructuring the content to make these headings visible and meaningful to users.

Suggested change
<div style={{display:'none'}}>
## Other Installation Methods {#other-installation-methods}
## 🎬 Capturing Testcases {#-capturing-testcases}
</div>
## Other Installation Methods {#other-installation-methods}
_Details coming soon. If you have a specific installation method in mind, please check our [GitHub](https://github.com/keploy/keploy) or reach out on [Discord](https://discord.gg/Keploy)._
## 🎬 Capturing Testcases {#-capturing-testcases}
_Learn how Keploy captures testcases automatically. More information will be added here soon!_

Copilot uses AI. Check for mistakes.

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