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
6 changes: 4 additions & 2 deletions versioned_docs/version-4.0.0/quickstart/go-gin-redis.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,16 @@ import EnterpriseInstallReminder from '@site/src/components/EnterpriseInstallRem
import SectionDivider from '@site/src/components/SectionDivider';
import ProductTier from '@site/src/components/ProductTier';

# Using Docker Compose 🐳
# Gin and Redis Sample User Authentication App

<ProductTier tiers="Enterprise" offerings="Self-Hosted, Dedicated" />

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

<EnterpriseInstallReminder />

## Using Docker Compose 🐳

### Clone a sample user authentication app 🧪

```bash
Expand Down Expand Up @@ -233,7 +235,7 @@ Happy coding! ✨👩‍💻👨‍💻✨

---

# Running App Locally on Linux/WSL 🐧
## Running App Locally on Linux/WSL 🐧

<ProductTier tiers="Enterprise" offerings="Self-Hosted, Dedicated" />

Expand Down
6 changes: 4 additions & 2 deletions versioned_docs/version-4.0.0/quickstart/go-mux-mysql.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,16 @@ import InstallReminder from '@site/src/components/InstallReminder';
import SectionDivider from '@site/src/components/SectionDivider';
import ProductTier from '@site/src/components/ProductTier';

# Using Docker 🐳
# Mux and MySQL Sample URL Shortener App

<ProductTier tiers="Open Source, Enterprise" offerings="Self-Hosted, Dedicated" />

A sample url shortener app to test Keploy integration capabilities using Mux and MySQL.

<InstallReminder />

## Using Docker 🐳

### Clone a sample URL shortener app 🧪

```bash
Expand Down Expand Up @@ -124,7 +126,7 @@ Happy coding! ✨👩‍💻👨‍💻✨

---

# Running App Locally on Linux/WSL 🐧
## Running App Locally on Linux/WSL 🐧

<ProductTier tiers="Open Source, Enterprise" offerings="Self-Hosted, Dedicated" />

Expand Down
6 changes: 4 additions & 2 deletions versioned_docs/version-4.0.0/quickstart/go-mux-sql.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,16 @@ import InstallReminder from '@site/src/components/InstallReminder';
import ProductTier from '@site/src/components/ProductTier';
import SectionDivider from '@site/src/components/SectionDivider';

# Using Docker Compose 🐳
# Mux and PostgreSQL Sample Product Catalog App

<ProductTier tiers="Open Source, Enterprise" offerings="Self-Hosted, Dedicated" />

A sample product catalog app to test Keploy integration capabilities using Mux and Postgres

<InstallReminder />

## Using Docker Compose 🐳

### Clone a sample Product Catalog App 🧪

```bash
Expand Down Expand Up @@ -211,7 +213,7 @@ Happy coding! ✨👩‍💻👨‍💻✨

---

# Running App Locally on Linux/WSL 🐧
## Running App Locally on Linux/WSL 🐧

<ProductTier tiers="Open Source, Enterprise" offerings="Self-Hosted, Dedicated" />

Expand Down
6 changes: 4 additions & 2 deletions versioned_docs/version-4.0.0/quickstart/samples-echo.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ keyword:
import InstallReminder from '@site/src/components/InstallReminder';
import SectionDivider from '@site/src/components/SectionDivider';

# Using Docker Compose 🐳
# Echo and PostgresSQL Sample URL Shortner

import ProductTier from '@site/src/components/ProductTier';

Expand All @@ -32,6 +32,8 @@ A Sample url shortener app to test Keploy integration capabilities using Echo an

<InstallReminder />

## Using Docker Compose 🐳

### Clone a sample URL shortener app 🧪

```bash
Expand Down Expand Up @@ -117,7 +119,7 @@ Happy coding! ✨👩‍💻👨‍💻✨

---

# Running App Locally on Linux/WSL 🐧
## Running App Locally on Linux/WSL 🐧

<ProductTier tiers="Open Source, Enterprise" offerings="Self-Hosted, Dedicated" />

Expand Down