Skip to content

Commit 85554e9

Browse files
fix: removed old contact us page (#608)
Signed-off-by: Achanandhi-M <[email protected]> Co-authored-by: Neha Gupta <[email protected]>
1 parent 1db7add commit 85554e9

26 files changed

+4
-60
lines changed

β€Ždocusaurus.config.jsβ€Ž

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,6 @@ module.exports = {
3030
};
3131
},
3232
"docusaurus-tailwindcss-loader",
33-
[
34-
"@docusaurus/plugin-client-redirects",
35-
{
36-
redirects: [
37-
{
38-
to: "quickstart/sample-redis/",
39-
from: ["/2.0.0/quickstart/samples-redis/"],
40-
},
41-
],
42-
},
43-
],
4433
],
4534
themeConfig: {
4635
canonicalBase: "https://www.keploy.io/",

β€Žsrc/components/KeployCloud.jsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export const KeployCloud = () => {
44
return (
55
<section
66
id="cloud"
7-
className="mt-8 flex max-w-7xl items-center space-x-5 rounded-lg bg-[color:var(--ifm-card-background-color)] p-5"
7+
className="mb-8 mt-12 flex max-w-7xl items-center space-x-5 rounded-lg bg-[color:var(--ifm-card-background-color)] p-5"
88
>
99
<div className="prose prose-orange mx-auto max-w-3xl">
1010
<h1> Question? πŸ€”πŸ’­</h1>

β€Žsrc/components/QuickStart.jsβ€Ž

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,6 @@ export const QuickStart = () => {
9797
<p className="text-lg font-semibold">MacOS</p>
9898
</Link>
9999
</div>
100-
<p className=" text-l mt-6 text-gray-500">
101-
⚠️ Please note that Keploy v2 is currently in development, with the best
102-
experience on Linux. Docker support is experimental and may have some
103-
limitations for certain use cases.
104-
</p>
105100
</section>
106101
);
107102
};

β€Žsrc/theme/NotFound/Content/index.jsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default function Index() {
1010
return (
1111
<>
1212
<PageMetadata title="Redirecting..." />
13-
<main className="container margin-vert--xl">
13+
<main className="margin-vert--xl container">
1414
<div className="row">
1515
<div className="col col--6 col--offset-3">
1616
<h1 className="hero__title">Redirecting to home page...</h1>

β€Žversioned_docs/version-2.0.0/quickstart/go-gin-redis.mdβ€Ž

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,6 @@ Congrats on the journey so far! You've seen Keploy's power, flexed your coding m
236236

237237
Happy coding! βœ¨πŸ‘©β€πŸ’»πŸ‘¨β€πŸ’»βœ¨
238238

239-
**\*\*\*\***\*\*\*\*\***\*\*\*\*\***\*\*\*\*\***\*\*\*\*\***\*\*\*\*\***\*\*\*\*\***\_\_\_\***\*\*\*\*\***\*\*\*\*\***\*\*\*\*\***\*\*\*\*\***\*\*\*\*\***\*\*\*\*\***\*\*\***
240-
241239
## Running App Locally on Linux/WSL 🐧
242240

243241
We'll be running our sample application right on Linux, but just to make things a tad more thrilling, we'll have the database (Redis) chill on Docker. Ready? Let's get the party started!πŸŽ‰

β€Žversioned_docs/version-2.0.0/quickstart/go-mux-mysql.mdβ€Ž

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,6 @@ Congrats on the journey so far! You've seen Keploy's power, flexed your coding m
135135

136136
Happy coding! βœ¨πŸ‘©β€πŸ’»πŸ‘¨β€πŸ’»βœ¨
137137

138-
**\*\*\*\***\*\*\*\*\***\*\*\*\*\***\*\*\*\*\***\*\*\*\*\***\*\*\*\*\***\*\*\*\*\***\_\_\_\***\*\*\*\*\***\*\*\*\*\***\*\*\*\*\***\*\*\*\*\***\*\*\*\*\***\*\*\*\*\***\*\*\***
139-
140138
## Running App Locally on Linux/WSL 🐧
141139

142140
We'll be running our sample application right on Linux, but just to make things a tad more thrilling, we'll have the database (MySQL) chill on Docker. Ready? Let's get the party started!πŸŽ‰

β€Žversioned_docs/version-2.0.0/quickstart/go-mux-sql.mdβ€Ž

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,6 @@ Congrats on the journey so far! You've seen Keploy's power, flexed your coding m
208208

209209
Happy coding! βœ¨πŸ‘©β€πŸ’»πŸ‘¨β€πŸ’»βœ¨
210210

211-
**\*\*\*\***\*\*\*\*\***\*\*\*\*\***\*\*\*\*\***\*\*\*\*\***\*\*\*\*\***\*\*\*\*\***\_\_\_\***\*\*\*\*\***\*\*\*\*\***\*\*\*\*\***\*\*\*\*\***\*\*\*\*\***\*\*\*\*\***\*\*\***
212-
213211
## Running App Locally on Linux/WSL 🐧
214212

215213
We'll be running our sample application right on Linux, but just to make things a tad more thrilling, we'll have the database (Postgres) chill on Docker. Ready? Let's get the party started!πŸŽ‰

β€Žversioned_docs/version-2.0.0/quickstart/node-express-mongoose.mdβ€Ž

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,6 @@ Congrats on the journey so far! You've seen Keploy's power, flexed your coding m
120120

121121
Happy coding! βœ¨πŸ‘©β€πŸ’»πŸ‘¨β€πŸ’»βœ¨
122122

123-
**\*\*\*\***\*\*\*\*\***\*\*\*\*\***\*\*\*\*\***\*\*\*\*\***\*\*\*\*\***\*\*\*\*\***\_\_\_\***\*\*\*\*\***\*\*\*\*\***\*\*\*\*\***\*\*\*\*\***\*\*\*\*\***\*\*\*\*\***\*\*\***
124-
125123
## Running App Locally on Linux/WSL 🐧
126124

127125
We'll be running our sample application right on Linux, but just to make things a tad more thrilling, we'll have the database (mongoDB) chill on Docker. Ready? Let's get the party started!πŸŽ‰

β€Žversioned_docs/version-2.0.0/quickstart/node-jwt-sql.mdβ€Ž

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,6 @@ Congrats on the journey so far! You've seen Keploy's power, flexed your coding m
195195

196196
Happy coding! βœ¨πŸ‘©β€πŸ’»πŸ‘¨β€πŸ’»βœ¨
197197

198-
**\*\*\*\***\*\*\*\*\***\*\*\*\*\***\*\*\*\*\***\*\*\*\*\***\*\*\*\*\***\*\*\*\*\***\_\_\_\***\*\*\*\*\***\*\*\*\*\***\*\*\*\*\***\*\*\*\*\***\*\*\*\*\***\*\*\*\*\***\*\*\***
199-
200198
---
201199

202200
## Using Docker Compose 🐳

β€Žversioned_docs/version-2.0.0/quickstart/python-django-sql.mdβ€Ž

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,8 +258,6 @@ Congrats on the journey so far! You've seen Keploy's power, flexed your coding m
258258

259259
Happy coding! βœ¨πŸ‘©β€πŸ’»πŸ‘¨β€πŸ’»βœ¨
260260

261-
**\*\*\*\***\*\*\*\*\***\*\*\*\*\***\*\*\*\*\***\*\*\*\*\***\*\*\*\*\***\*\*\*\*\***\_\_\_\***\*\*\*\*\***\*\*\*\*\***\*\*\*\*\***\*\*\*\*\***\*\*\*\*\***\*\*\*\*\***\*\*\***
262-
263261
## Running App Locally on Linux/WSL 🐧
264262

265263
We'll be running our sample application right on Linux, but just to make things a tad more thrilling, we'll have the database (PostgreSQL) chill on Docker. Ready? Let's get the party started!πŸŽ‰

0 commit comments

Comments
Β (0)