Skip to content
Closed
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
220 changes: 110 additions & 110 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 + 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,38 +80,38 @@ 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",
description:
"A sample User Authentication app to demonstrate how seamlessly Keploy integrates with Gin and Redis.",
link: "/docs/quickstart/samples-redis/#using-docker-compose-",
},
{
title: "Gin + Redis",
language: "Go",
server: "Local",
description:
"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: "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",
// description:
// "A sample User Authentication app to demonstrate how seamlessly Keploy integrates with Gin and Redis.",
// link: "/docs/quickstart/samples-redis/#using-docker-compose-",
// },
// {
// title: "Gin + Redis",
// language: "Go",
// server: "Local",
// description:
// "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,23 +163,23 @@ const quickstarts = [
},

// rust list
{
title: "Rust + MongoDB (Graphql",
language: "Rust",
server: "Local",
description:
"A sample app to demonstrate Keploy integration capabilities using Rust and MongoDB using GraphQl",
link: "/docs/quickstart/samples-rust/",
},
// {
// title: "Rust + MongoDB (GraphQL)",
// language: "Rust",
// server: "Local",
// description:
// "A sample app to demonstrate Keploy integration capabilities using Rust and MongoDB using GraphQl",
// link: "/docs/quickstart/samples-rust/",
// },

{
title: "Rust + MongoDB (REST)",
language: "Rust",
server: "Local",
description:
"A sample CRUD REST API app to demonstrate Keploy integration capabilities using Rust and MongoDB.",
link: "/docs/quickstart/sample-rust-crud-mongo/",
},
// {
// title: "Rust + MongoDB (REST)",
// language: "Rust",
// server: "Local",
// description:
// "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 Down Expand Up @@ -219,20 +219,20 @@ 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",
description: "A Python Flask app connected to MongoDB running locally.",
link: "/docs/quickstart/samples-flask/#using-docker-compose",
},
{
title: "Flask + MongoDB",
language: "Python",
server: "Local",
description: "A Python Flask app connected to MongoDB running locally.",
link: "/docs/quickstart/samples-flask/#how-to-run-the-app-locally-on-linuxwsl-",
},
// {
// title: "Flask + MongoDB",
// language: "Python",
// server: "Docker",
// description: "A Python Flask app connected to MongoDB running locally.",
// link: "/docs/quickstart/samples-flask/#using-docker-compose",
// },
// {
// title: "Flask + MongoDB",
// language: "Python",
// server: "Local",
// 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",
Expand Down Expand Up @@ -269,34 +269,34 @@ 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: "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 + SQL",
Expand All @@ -306,22 +306,22 @@ 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",
description:
"A sample CRUD app to demonstrate how seamlessly Keploy integrates with Express and MongoDB.",
link: "/docs/quickstart/samples-nodejs/#using-docker-compose-",
},
{
title: "NodeJS - Express + Mongoose",
language: "JS/TS",
server: "Local",
description:
"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 - Express+ Mongoose",
// language: "JS/TS",
// server: "Docker",
// description:
// "A sample CRUD app to demonstrate how seamlessly Keploy integrates with Express and MongoDB.",
// link: "/docs/quickstart/samples-nodejs/#using-docker-compose-",
// },
// {
// title: "NodeJS - Express + Mongoose",
// language: "JS/TS",
// server: "Local",
// description:
// "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
5 changes: 4 additions & 1 deletion src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -757,4 +757,7 @@ textarea {
background-color: #e67643 !important;
}


/* This rule hides any list item in the sidebar that has the class .hidden-sidebar-item */
/* .hidden-sidebar-item {
display: none !important;
} */
1 change: 1 addition & 0 deletions versioned_docs/version-3.0.0/quickstart/flask-redis.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
id: flask-redis
title: Sample Library App (Flask + Redis)
sidebar_label: Flask + Redis
# sidebar_class_name: hidden-sidebar-item
description: This application is a simple Library API built using Flask and Redis for data storage. It allows you to perform basic CRUD (Create, Read, Update, Delete) operations on Movie records.

tags:
Expand Down
1 change: 1 addition & 0 deletions versioned_docs/version-3.0.0/quickstart/go-gin-redis.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
id: samples-redis
title: Sample User Authentication App (Golang)
sidebar_label: Gin + Redis
# sidebar_class_name: hidden-sidebar-item
description: The following sample app showcases how to use Gin framework and the Keploy Platform.
tags:
- go
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
id: java-spring-boot-mongo
title: Sample Rest API with Spring-Boot and MongoDB
sidebar_label: Potion App (MongoDb)
# sidebar_class_name: hidden-sidebar-item
description: This CRUD Application is about managing the data of Magical Potions in the Keploy inventory.
tags:
- java
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
id: samples-nodejs
title: NodeJS Sample Application
sidebar_label: NodeJS - Express + Mongoose
# sidebar_class_name: hidden-sidebar-item
description: The following sample app showcases how to use NodeJS framework and the Keploy Platform.
tags:
- javascript
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
id: samples-flask
title: Sample Task Creation CRUD App
sidebar_label: Flask + Mongo
# sidebar_class_name: hidden-sidebar-item
description: The following sample app showcases how to use the Flask framework and the Keploy Platform.

tags:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
id: rust-filter
title: Sample Rust Apps
sidebar_label: Sample Rust Apps
# sidebar_class_name: hidden-sidebar-item
hide_table_of_contents: true
---

Expand Down
1 change: 1 addition & 0 deletions versioned_docs/version-3.0.0/quickstart/rust-wrap-mongo.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
id: samples-rust-wrap
title: Rust Sample Application
sidebar_label: Warp + Mongo
# sidebar_class_name: hidden-sidebar-item
description: The following sample app to test Keploy integration capabilities using Warp HTTP and MongoDb.
tags:
- Rust
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
id: sample-rust-crud-mongo
title: CRUD REST API with MongoDB
sidebar_label: Rust + MongoDB (REST)
# sidebar_class_name: hidden-sidebar-item
description: A sample CRUD REST API application to test Keploy integration capabilities using Rust and MongoDB.
tags:
- Rust
Expand Down
1 change: 1 addition & 0 deletions versioned_docs/version-3.0.0/quickstart/samples-bunjs.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
id: samples-bunjs
title: BunJS Sample Application
sidebar_label: BunJS + Mongo
# sidebar_class_name: hidden-sidebar-item
description: The following sample app showcases how to use BunJS framework and the Keploy Platform.
tags:
- javascript
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
id: express-mongoose-application
title: sample course selling api (express)
sidebar_label: NodeJS - Express + Mongoose
# sidebar_class_name: hidden-sidebar-item
description: The following sample app showcases how to use NodeJS framework and the Keploy Platform.
tags:
- javascript
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
id: samples-gin
title: Sample URL Shortener App (Golang)
sidebar_label: Gin + Mongo
# sidebar_class_name: hidden-sidebar-item
description: The following sample app showcases how to use gin framework and the Keploy Platform.
tags:
- go
Expand Down
1 change: 1 addition & 0 deletions versioned_docs/version-3.0.0/quickstart/samples-rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
id: samples-rust
title: GraphQL Application with MongoDB
sidebar_label: Rust + Mongo (GraphQL)
# sidebar_class_name: hidden-sidebar-item
description: The following sample app to test Keploy integration capabilities using rust and MongoDb.
tags:
- Rust
Expand Down
1 change: 1 addition & 0 deletions versioned_docs/version-3.0.0/quickstart/sanic-mongo.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ id: sanic-mongo
title: Sample Movie API with Sanic and MongoDB

sidebar_label: Sanic + Mongo
# sidebar_class_name: hidden-sidebar-item
description: A simple movie management API using Python Sanic and MongoDB. Perform CRUD operations on movie records with a lightweight, high-performance backend.

tags:
Expand Down
Loading