feat: adding skills and remove cloud
This commit is contained in:
@@ -81,10 +81,7 @@
|
||||
"id": "unity",
|
||||
"name": "Unity",
|
||||
"description": "Moteur de jeu pour applications mobiles",
|
||||
"links": [
|
||||
"https://unity.com/",
|
||||
"https://docs.unity3d.com/"
|
||||
],
|
||||
"links": ["https://unity.com/", "https://docs.unity3d.com/"],
|
||||
"icon": "fas-cube"
|
||||
},
|
||||
{
|
||||
@@ -101,20 +98,14 @@
|
||||
"id": "capacitor",
|
||||
"name": "Capacitor",
|
||||
"description": "Runtime natif pour applications web",
|
||||
"links": [
|
||||
"https://capacitorjs.com/",
|
||||
"https://capacitorjs.com/docs"
|
||||
],
|
||||
"links": ["https://capacitorjs.com/", "https://capacitorjs.com/docs"],
|
||||
"icon": "fas-cog"
|
||||
},
|
||||
{
|
||||
"id": "fastlane",
|
||||
"name": "Fastlane",
|
||||
"description": "Automatisation pour développement mobile",
|
||||
"links": [
|
||||
"https://fastlane.tools/",
|
||||
"https://docs.fastlane.tools/"
|
||||
],
|
||||
"links": ["https://fastlane.tools/", "https://docs.fastlane.tools/"],
|
||||
"icon": "fas-cog"
|
||||
},
|
||||
{
|
||||
@@ -141,10 +132,7 @@
|
||||
"id": "mobile-testing",
|
||||
"name": "Tests Mobile",
|
||||
"description": "Frameworks de tests pour applications mobiles",
|
||||
"links": [
|
||||
"https://appium.io/",
|
||||
"https://detox.js.org/"
|
||||
],
|
||||
"links": ["https://appium.io/", "https://detox.js.org/"],
|
||||
"icon": "fas-bug"
|
||||
},
|
||||
{
|
||||
@@ -166,6 +154,16 @@
|
||||
"https://developer.apple.com/notifications/"
|
||||
],
|
||||
"icon": "fas-bell"
|
||||
},
|
||||
{
|
||||
"id": "react-native",
|
||||
"name": "React Native",
|
||||
"description": "Framework pour le développement d'applications mobiles natives utilisant React",
|
||||
"links": [
|
||||
"https://reactnative.dev/",
|
||||
"https://reactnative.dev/docs/getting-started"
|
||||
],
|
||||
"icon": "fab-react"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user