From 34dad215f6e53adaa4edae2b964d816a2e521299 Mon Sep 17 00:00:00 2001 From: Jerome Paulos <64276359+jxxe@users.noreply.github.com> Date: Mon, 26 Sep 2022 18:10:08 -0500 Subject: [PATCH 1/2] Added info for Inertia.js It's written Inertia.js, not Inertia like the logo. Laravel & Ruby on Rails are implied by Inertia.js. --- src/technologies/i.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/technologies/i.json b/src/technologies/i.json index 85578016f..923a88fcd 100644 --- a/src/technologies/i.json +++ b/src/technologies/i.json @@ -486,11 +486,11 @@ }, "website": "http://indyproject.org" }, - "Inertia": { + "Inertia.js": { "cats": [ 12 ], - "description": "Inertia is a protocol for creating monolithic single-page applications.", + "description": "Inertia.js is a protocol for creating monolithic single-page applications.", "dom": { "div[data-page*='component']": { "attributes": { @@ -501,6 +501,10 @@ "headers": { "X-Inertia": "" }, + "implies": [ + "Laravel\\;confidence:99", + "Ruby on Rails\\;confidence:1" + ], "icon": "Inertia.svg", "oss": true, "saas": false, @@ -1378,4 +1382,4 @@ "scriptSrc": "iubenda\\.com/", "website": "https://www.iubenda.com" } -} \ No newline at end of file +} From 356fc370d5314a15186d1801e3f2f9af738b2427 Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Fri, 7 Oct 2022 14:03:19 +1100 Subject: [PATCH 2/2] Update i.json --- src/technologies/i.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/technologies/i.json b/src/technologies/i.json index 923a88fcd..7abee9cb4 100644 --- a/src/technologies/i.json +++ b/src/technologies/i.json @@ -501,13 +501,8 @@ "headers": { "X-Inertia": "" }, - "implies": [ - "Laravel\\;confidence:99", - "Ruby on Rails\\;confidence:1" - ], "icon": "Inertia.svg", "oss": true, - "saas": false, "website": "https://inertiajs.com" }, "InfernoJS": {