Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions versioned_docs/version-2.0.0/server/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ import InstallationGuide from '../concepts/installation.md'

<InstallationGuide/>

<a id="other-installation-methods"></a>

<a id="-capturing-testcases"></a>

## 🎬 Capturing Testcases

To initiate the recording of API calls, execute this command in your terminal:
Expand Down
4 changes: 4 additions & 0 deletions versioned_docs/version-3.0.0/server/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ import InstallationGuide from '../concepts/installation.md'

<InstallationGuide/>

<a id="other-installation-methods"></a>

<a id="-capturing-testcases"></a>

## 🎬 Capturing Testcases

To initiate the recording of API calls, execute this command in your terminal:
Expand Down
8 changes: 8 additions & 0 deletions versioned_docs/version-3.0.0/server/installation_tabs.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ import StartKeployDocker from '@site/src/components/StartKeployDocker';
Keploy uses eBPF to intercept API calls at the network layer and generate test cases and mocks/stubs.
Choose your OS to get started 🚀

<div style={{display:'none'}}>

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

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

</div>
Comment on lines +29 to +35
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.


<Tabs>
<TabItem value="linux" label="Linux">
<br />
Expand Down
Loading