Skip to content

Commit beaeb78

Browse files
committed
fix(config): Correct residual MongoDB config imports
1 parent b3221e2 commit beaeb78

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

src/components/QuickStartList.js

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -163,23 +163,23 @@ const quickstarts = [
163163
},
164164

165165
// rust list
166-
{
167-
title: "Rust + MongoDB (GraphQL)",
168-
language: "Rust",
169-
server: "Local",
170-
description:
171-
"A sample app to demonstrate Keploy integration capabilities using Rust and MongoDB using GraphQl",
172-
link: "/docs/quickstart/samples-rust/",
173-
},
166+
// {
167+
// title: "Rust + MongoDB (GraphQL)",
168+
// language: "Rust",
169+
// server: "Local",
170+
// description:
171+
// "A sample app to demonstrate Keploy integration capabilities using Rust and MongoDB using GraphQl",
172+
// link: "/docs/quickstart/samples-rust/",
173+
// },
174174

175-
{
176-
title: "Rust + MongoDB (REST)",
177-
language: "Rust",
178-
server: "Local",
179-
description:
180-
"A sample CRUD REST API app to demonstrate Keploy integration capabilities using Rust and MongoDB.",
181-
link: "/docs/quickstart/sample-rust-crud-mongo/",
182-
},
175+
// {
176+
// title: "Rust + MongoDB (REST)",
177+
// language: "Rust",
178+
// server: "Local",
179+
// description:
180+
// "A sample CRUD REST API app to demonstrate Keploy integration capabilities using Rust and MongoDB.",
181+
// link: "/docs/quickstart/sample-rust-crud-mongo/",
182+
// },
183183

184184
// c# list
185185

0 commit comments

Comments
 (0)