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
37 changes: 37 additions & 0 deletions src/components/EnterpriseInstallReminder.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
import React from "react";
import Link from "@docusaurus/Link";

export default function EnterpriseInstallReminder() {
return (
<div
style={{
padding: "1rem",
border: "1px solid #eee",
borderRadius: "10px",
background: "#fff8f5",
margin: "2rem 0",
}}
>
<h3>Don’t have Keploy installed yet?</h3>
<p>
Before running this sample, make sure Keploy Enterprise version is
installed on your system.
</p>
<Link
to="/docs/keploy-cloud/cloud-installation/"
style={{
display: "inline-block",
marginTop: "0.5rem",
padding: "0.6rem 1rem",
background: "#e67e22",
color: "#fff",
borderRadius: "6px",
fontWeight: "bold",
textDecoration: "none",
}}
>
👉 Go to Installation Guide
</Link>
</div>
);
}
4 changes: 3 additions & 1 deletion src/components/QuickStartFilter.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,13 @@ export default function QuickstartFilter({defaultLanguage = null}) {
icon: <IoLogoJavascript size={36} color="#F7DF1E" />,
bg: "#FFF8E1",
},
{

/*{
name: "Rust",
icon: <FaRust size={36} color="#DEA584" />,
bg: "#FFF3E0",
},
*/
{
name: "C#",
icon: <TbBrandCSharp size={36} color="#512BD4" />,
Expand Down
76 changes: 45 additions & 31 deletions src/components/QuickStartList.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ const quickstarts = [
link: "/docs/quickstart/samples-java/#instructions-for-starting-using-docker",
},

{
/*{
title: "Springboot + MongoDB",
language: "Java",
server: "Local",
description:
"A sample REST API app to demonstrate how seamlessly Keploy integrates with Spring Boot and MongoDB.",
link: "/docs/quickstart/java-spring-boot-mongo/",
},
},*/

{
title: "Springboot + XML",
Expand Down Expand Up @@ -80,23 +80,27 @@ const quickstarts = [
"A Sample url shortener app to test Keploy integration capabilities using Echo and PostgreSQL.",
link: "/docs/quickstart/samples-echo/#running-app-locally-on-linuxwsl-",
},
{

/*{
title: "Gin + Mongo",
language: "Go",
server: "Docker",
description:
"A sample url shortener app to test Keploy integration capabilities using Gin and mongoDB.",
link: "/docs/quickstart/samples-gin/#using-docker-compose-",
},
{
},*/

/*{
title: "Gin + Mongo",
language: "Go",
server: "Local",
description:
"A sample url shortener app to test Keploy integration capabilities using Gin and mongoDB.",
link: "/docs/quickstart/samples-gin/#running-app-locally-on-linuxwsl-",
},
{
*/

/*{
title: "Gin + Redis",
language: "Go",
server: "Docker",
Expand All @@ -112,6 +116,7 @@ const quickstarts = [
"A sample User Authentication app to demonstrate how seamlessly Keploy integrates with Gin and Redis.",
link: "/docs/quickstart/samples-redis/#running-app-locally-on-linuxwsl-",
},
*/
{
title: "Mux + Postgres",
language: "Go",
Expand Down Expand Up @@ -163,8 +168,9 @@ const quickstarts = [
},

// rust list
{
title: "Rust + MongoDB (Graphql",

/*{
title: "Rust + MongoDB (Graphql)",
language: "Rust",
server: "Local",
description:
Expand All @@ -180,6 +186,7 @@ const quickstarts = [
"A sample CRUD REST API app to demonstrate Keploy integration capabilities using Rust and MongoDB.",
link: "/docs/quickstart/sample-rust-crud-mongo/",
},
*/

// c# list

Expand All @@ -193,15 +200,16 @@ const quickstarts = [
},

// python list
{

/*{
title: "E-commerce Microservices",
language: "Python",
server: "Docker",
description:
"This guide walks you through testing an E-commerce microservices application using Keploy.",
link: "/docs/quickstart/samples-microservices/",
},

*/
{
title: "Django + Postgres",
language: "Python",
Expand All @@ -219,7 +227,8 @@ const quickstarts = [
"A sample User CRUD app to demonstrate how seamlessly Keploy integrates with Django and PostgreSQL.",
link: "/docs/quickstart/samples-django/#running-app-locally-on-linuxwsl-",
},
{

/*{
title: "Flask + MongoDB",
language: "Python",
server: "Docker",
Expand All @@ -233,7 +242,7 @@ const quickstarts = [
description: "A Python Flask app connected to MongoDB running locally.",
link: "/docs/quickstart/samples-flask/#how-to-run-the-app-locally-on-linuxwsl-",
},

*/
{
title: "FastAPI + Postgres",
language: "Python",
Expand Down Expand Up @@ -269,34 +278,36 @@ const quickstarts = [
link: "/docs/quickstart/samples-fastapi-twilio/#using-docker-compose-",
},

{
/*{
title: "Sanic + Mongo",
language: "Python",
server: "Local",
description:
"A sample Movie Management API app to demonstrate CRUD operations using Python's Sanic framework and MongoDB.",
link: "/docs/quickstart/sanic-mongo/",
},

{
title: "Flask + Redis",
language: "Python",
server: "Docker",
description:
"A sample Student CRUD app to demonstrate how seamlessly Keploy integrates with Flask and Redis.",
link: "/docs/quickstart/flask-redis/",
},
*/
/*{
title: "Flask + Redis",
language: "Python",
server: "Docker",
description:
"A sample Student CRUD app to demonstrate how seamlessly Keploy integrates with Flask and Redis.",
link: "/docs/quickstart/flask-redis/",
},
*/

//Javascript list

{
title: "BunJS + Mongo",
language: "JS/TS",
server: "Local",
description:
"A sample app to demonstrate Keploy integration capabilities using Bun.js and MongoDB.",
link: "/docs/quickstart/samples-bunjs/",
},
/* {
title: "BunJS + Mongo",
language: "JS/TS",
server: "Local",
description:
"A sample app to demonstrate Keploy integration capabilities using Bun.js and MongoDB.",
link: "/docs/quickstart/samples-bunjs/",
},
*/

{
title: "NextJS + Postgres",
Expand All @@ -306,7 +317,8 @@ const quickstarts = [
"A sample app to demonstrate Keploy integration capabilities using NextJS and PostgreSQL with Drizzle ORM.",
link: "/docs/quickstart/samples-nextjs/",
},
{

/*{
title: "NodeJS - Express+ Mongoose",
language: "JS/TS",
server: "Docker",
Expand All @@ -322,6 +334,8 @@ const quickstarts = [
"A sample CRUD app to demonstrate how seamlessly Keploy integrates with Express and MongoDB.",
link: "/docs/quickstart/samples-nodejs/#running-app-locally-on-linuxwsl-",
},
*/

{
title: "NodeJS - JWT + Postgres",
language: "JS/TS",
Expand Down
4 changes: 0 additions & 4 deletions versioned_docs/version-3.0.0/keploy-cloud/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ Once your account is set up, you can start exploring features of Keploy Cloud. H

To get started with Keploy Cloud, you will need to install the Keploy Cloud Agent and authenticate your account.

import PlatformRequirements from '../concepts/platform-requirements.md'

<PlatformRequirements/>

## Installation 🛠️

Install and Validate the Keploy Cloud Agent by following the steps below:
Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-3.0.0/quickstart/flask-redis.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ keyword:
🪄 Dive into the world of Student CRUD Apps and see how seamlessly Keploy integrated with Flask and Redis. Buckle up, it's gonna be a fun ride! 🎢

import Link from '@docusaurus/Link'
import InstallReminder from '@site/src/components/InstallReminder';
import EnterpriseInstallReminder from '@site/src/components/EnterpriseInstallReminder';

<InstallReminder />
<EnterpriseInstallReminder />

### Get Started! 🎬

Expand Down
6 changes: 3 additions & 3 deletions versioned_docs/version-3.0.0/quickstart/go-gin-redis.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ keyword:
- Auto Testcase generation
---

import InstallReminder from '@site/src/components/InstallReminder';
import EnterpriseInstallReminder from '@site/src/components/EnterpriseInstallReminder';
import SectionDivider from '@site/src/components/SectionDivider';

# Using Docker Compose 🐳

A sample user authentication app to test Keploy integration capabilities using Gin and Redis.

<InstallReminder />
<EnterpriseInstallReminder />

### Clone a sample user authentication app 🧪

Expand Down Expand Up @@ -234,7 +234,7 @@ Happy coding! ✨👩‍💻👨‍💻✨

A sample user authentication app to test Keploy integration capabilities using Gin and Redis.

<InstallReminder />
<EnterpriseInstallReminder />

### Clone a sample user authentication app 🧪

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ keyword:
- Auto case generation
---

import InstallReminder from '@site/src/components/InstallReminder';
import EnterpriseInstallReminder from '@site/src/components/EnterpriseInstallReminder';

## Using Docker Compose 🐳

Expand All @@ -37,7 +37,7 @@ This guide will walk you through testing an E-commerce microservices application

Each service uses its own **MySQL database**, and **LocalStack SQS** is used for messaging. Keploy will help you automatically generate test cases and mocks for these services.

<InstallReminder />
<EnterpriseInstallReminder />

### Clone the Sample Application

Expand Down
Loading
Loading