Added info for Inertia.js

It's written Inertia.js, not Inertia like the logo. Laravel & Ruby on Rails are implied by Inertia.js.
main
Jerome Paulos 2 years ago committed by GitHub
parent dad6e19c98
commit 34dad215f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -486,11 +486,11 @@
}, },
"website": "http://indyproject.org" "website": "http://indyproject.org"
}, },
"Inertia": { "Inertia.js": {
"cats": [ "cats": [
12 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": { "dom": {
"div[data-page*='component']": { "div[data-page*='component']": {
"attributes": { "attributes": {
@ -501,6 +501,10 @@
"headers": { "headers": {
"X-Inertia": "" "X-Inertia": ""
}, },
"implies": [
"Laravel\\;confidence:99",
"Ruby on Rails\\;confidence:1"
],
"icon": "Inertia.svg", "icon": "Inertia.svg",
"oss": true, "oss": true,
"saas": false, "saas": false,