Update content through Mattrbld

This commit is contained in:
2025-02-08 09:32:49 -06:00
parent 10cadc48ba
commit a7702c4289
4 changed files with 24 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
{
"allowedTypes": null,
"dir": null,
"dir": "/skills",
"disableComments": false,
"disablePreview": false,
"draftByDefault": false,

View File

@@ -45,6 +45,17 @@
},
"onlyPrivileged": true,
"protected": true
},
{
"icon": "bullet-list",
"label": "Skills",
"target": {
"name": "Project.Collection",
"params": {
"path": "/.mattrbld/collections/Skills.json"
}
},
"showInDashboard": true
}
],
"slugifyOptions": null,

6
skills/React.json Normal file
View File

@@ -0,0 +1,6 @@
{
"select": "Experienced",
"select-1": "Front-End Web Development",
"text": "React",
"___mb_schema": "/.mattrbld/schemas/Skills.json"
}

6
skills/Terraform.json Normal file
View File

@@ -0,0 +1,6 @@
{
"select": "Experienced",
"select-1": "Infrastructure as Code",
"text": null,
"___mb_schema": "/.mattrbld/schemas/Skills.json"
}