Skip to content

Commit 02759a9

Browse files
authored
docs: adding atg public docs for installation and explanation (#585)
Signed-off-by: Neha Gupta <[email protected]>
1 parent dbc83b9 commit 02759a9

File tree

8 files changed

+234
-747
lines changed

8 files changed

+234
-747
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ module.exports = {
129129
},
130130
{
131131
label: "API Testing",
132-
to: "/running-keploy/about-api-testing",
132+
to: "/running-keploy/api-test-generator",
133133
},
134134
],
135135
},

src/components/KeployCloud.js

Lines changed: 19 additions & 96 deletions
Large diffs are not rendered by default.

versioned_docs/version-3.0.0/concepts/support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ tags:
1111

1212
If you have any questions or need help, please feel free to reach out to us at [[email protected]](mailto:[email protected]) or reach out us on
1313
[![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
14-
[![GitHub Discussion](https://img.shields.io/badge/GitHub-%23FFFF.svg?style=for-the-badge&logo=GitHub&logoColor=black)](https://github.com/orgs/keploy/discussions)
14+
[![GitHub Issue](https://img.shields.io/badge/GitHub-%23FFFF.svg?style=for-the-badge&logo=GitHub&logoColor=black)](https://github.com/keploy/keploy)

versioned_docs/version-3.0.0/quickstart/nextjs-postgres.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import InstallationGuide from '../concepts/installation.md'
2323

2424
## Get Started! 🎬
2525

26-
Now that we have bun installed, we will setup our application.
26+
Now that we have bun installed, we will se tup our application.
2727

2828
```bash
2929
git clone https://github.com/keploy/samples-typescript && cd samples-typscript/nextjs-postgres

0 commit comments

Comments
 (0)