From ced16c212ae375f99fd5bb7638758aa3210b8b5c Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Thu, 9 Feb 2023 11:17:07 +1100 Subject: [PATCH] Minor fixes --- src/technologies/b.json | 3 +++ src/technologies/m.json | 4 ---- src/technologies/s.json | 1 - 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/technologies/b.json b/src/technologies/b.json index 6b75941e9..77af82f6d 100644 --- a/src/technologies/b.json +++ b/src/technologies/b.json @@ -2559,6 +2559,9 @@ "low", "recurring" ], + "meta": { + "bdok": "" + }, "saas": true, "scriptSrc": "cdn\\.ibdok\\.ir/", "website": "https://bdok.ir" diff --git a/src/technologies/m.json b/src/technologies/m.json index 55e9d1051..5eeeb651c 100644 --- a/src/technologies/m.json +++ b/src/technologies/m.json @@ -3027,10 +3027,6 @@ ], "description": "mdBook is a utility to create modern online books from Markdown files.", "icon": "mdBook.svg", - "implies": [ - "Rust", - "Handlebars" - ], "oss": true, "scripts": "localStorage\\.getItem\\('mdbook-(?:sidebar|theme)'\\)", "website": "https://github.com/rust-lang/mdBook" diff --git a/src/technologies/s.json b/src/technologies/s.json index f566cd211..22e7cedf3 100644 --- a/src/technologies/s.json +++ b/src/technologies/s.json @@ -316,7 +316,6 @@ ], "description": "SWC is an extensible Rust-based platform for the next generation of fast developer tools.", "icon": "swc.svg", - "implies": "Rust", "oss": true, "website": "https://swc.rs" },