From 325681279584aa77506b9e907e8e125c61f46fc6 Mon Sep 17 00:00:00 2001 From: rphair Date: Thu, 27 Feb 2025 23:32:55 +0530 Subject: [PATCH] add C language Builder Tools tag + cardano-c for it --- src/data/builder-tools.js | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/data/builder-tools.js b/src/data/builder-tools.js index 9b403abb88..e4695b40de 100644 --- a/src/data/builder-tools.js +++ b/src/data/builder-tools.js @@ -33,6 +33,14 @@ export const Tags = { color: '#65d2a1', }, + // C + c: { + label: "C", + description: "C language", + icon: null, + color: '#eca882', + }, + // Chain Index chainindex: { label: "Chain Index", @@ -1217,7 +1225,7 @@ export const Showcases = [ preview: require("./builder-tools/cardano-c.png"), website: "https://github.com/Biglup/cardano-c", getstarted: "https://cardano-c.readthedocs.io/en/latest/getting_started.html", - tags: ["serialization", "sdk", "lowlevel"] + tags: ["c", "serialization", "sdk", "lowlevel"] }, { title: "Orcfax", @@ -1252,6 +1260,7 @@ function sortShowcases() { } export const LanguagesOrTechnologiesTags = [ + "c", "cli", "crystal", "golang",