Skip to content
Merged
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
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ module.exports = {
},
{
label: "API Testing",
to: "/running-keploy/about-api-testing",
to: "/running-keploy/api-test-generator",
},
],
},
Expand Down
115 changes: 19 additions & 96 deletions src/components/KeployCloud.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion versioned_docs/version-3.0.0/concepts/support.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ tags:

If you have any questions or need help, please feel free to reach out to us at [hello@keploy.io](mailto:hello@keploy.io) or reach out us on
[![Slack](https://img.shields.io/badge/Slack-4A154B?style=for-the-badge&logo=slack&logoColor=white)](https://join.slack.com/t/keploy/shared_invite/zt-357qqm9b5-PbZRVu3Yt2rJIa6ofrwWNg) or open a discussion on
[![GitHub Discussion](https://img.shields.io/badge/GitHub-%23FFFF.svg?style=for-the-badge&logo=GitHub&logoColor=black)](https://github.com/orgs/keploy/discussions)
[![GitHub Issue](https://img.shields.io/badge/GitHub-%23FFFF.svg?style=for-the-badge&logo=GitHub&logoColor=black)](https://github.com/keploy/keploy)
2 changes: 1 addition & 1 deletion versioned_docs/version-3.0.0/quickstart/nextjs-postgres.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import InstallationGuide from '../concepts/installation.md'

## Get Started! 🎬

Now that we have bun installed, we will setup our application.
Now that we have bun installed, we will se tup our application.

```bash
git clone https://github.com/keploy/samples-typescript && cd samples-typscript/nextjs-postgres
Expand Down
Loading
Loading