Skip to content

Commit 2a43f5c

Browse files
committed
chore: Remove accidental Rust additions from Ruby PR
1 parent 219c114 commit 2a43f5c

19 files changed

Lines changed: 1 addition & 197 deletions

src/components/QuickStartFilter.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React, { useState } from "react";
22
import quickstarts from "./QuickStartList";
33
import Link from "@docusaurus/Link";
4-
import { FaGolang, FaRust } from "react-icons/fa6";
4+
import { FaGolang } from "react-icons/fa6";
55
import { FaJava, FaLaptopCode, FaDocker, FaPython, FaCheck, FaArrowRight, FaArrowLeft } from "react-icons/fa";
66
import { TbBrandCSharp } from "react-icons/tb";
77
import { DiRuby } from "react-icons/di";
@@ -30,7 +30,6 @@ export default function QuickstartFilter({ defaultLanguage = null }) {
3030
{ name: "JS/TS", icon: <IoLogoJavascript size={24} />, color: "#F7DF1E" },
3131
{ name: "C#", icon: <TbBrandCSharp size={24} />, color: "#512BD4" },
3232
{ name: "Ruby", icon: <DiRuby size={24} />, color: "#CC342D" },
33-
{ name: "Rust", icon: <FaRust size={24} />, color: "#DEA584" },
3433
];
3534

3635
const servers = [

src/components/QuickStartList.js

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -415,23 +415,6 @@ const quickstarts = [
415415
link: "/docs/quickstart/samples-sinatra-postgres/#running-app-locally-on-linuxwsl-",
416416
},
417417

418-
// Rust list
419-
{
420-
title: "Actix + Postgres",
421-
language: "Rust",
422-
server: "Docker",
423-
description:
424-
"A sample Actix-web app to demonstrate how seamlessly Keploy integrates with Rust and PostgreSQL.",
425-
link: "/docs/quickstart/rust-actix-postgres/#option-1-using-docker-compose-",
426-
},
427-
{
428-
title: "Actix + Postgres",
429-
language: "Rust",
430-
server: "Local",
431-
description:
432-
"A sample Actix-web app to demonstrate how seamlessly Keploy integrates with Rust and PostgreSQL.",
433-
link: "/docs/quickstart/rust-actix-postgres/#option-2-running-locally-",
434-
},
435418
];
436419

437420
export default quickstarts;
-77 KB
Binary file not shown.

static/img/rust-curl-traffic.png

-115 KB
Binary file not shown.

static/img/rust-docker-up.png

-51.9 KB
Binary file not shown.
-141 KB
Binary file not shown.

static/img/rust-local-curl.png

-118 KB
Binary file not shown.

static/img/rust-local-db-up.png

-93.6 KB
Binary file not shown.

static/img/rust-local-db.png

-96.2 KB
Binary file not shown.
-141 KB
Binary file not shown.

0 commit comments

Comments
 (0)