Skip to content

Commit

Permalink
update data.json
Browse files Browse the repository at this point in the history
  • Loading branch information
TimurRin committed Mar 2, 2024
1 parent 4711e75 commit 3879553
Showing 1 changed file with 64 additions and 98 deletions.
162 changes: 64 additions & 98 deletions data.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,168 +6,134 @@
},
"sections": [
{
"title": "SOFTWARE & WEB",
"title": "CONTENT AND DATA MANAGEMENT",
"items": [
{
"name": "Budoney",
"image": "",
"links": [
{
"text": "git repo",
"text": "github",
"url": "https://github.com/TimurRin/budoney"
}
],
"status": "alpha"
},
{
"name": "CF Version",
"image": "img/cinnabar.png",
"links": [],
"status": "WIP"
},
{
"name": "CF Workfolder",
"image": "img/cinnabar.png",
"links": [],
"status": "WIP"
},
{
"name": "Limelink",
"image": "img/limelink.png",
"links": [],
"status": "WIP"
},
]
}
]
},
{
"title": "WEB",
"items": [
{
"name": "Pastaquiz",
"image": "",
"name": "SnapServe",
"links": [
{
"text": "git repo",
"url": "https://github.com/TimurRin/pastaquiz"
}
],
"status": "alpha"
},
{
"name": "PDF Rush",
"image": "",
"links": [
"text": "github",
"url": "https://github.com/cinnabar-forge/snapserve"
},
{
"text": "git repo",
"url": "https://github.com/TimurRin/pdf-rush"
"text": "npm",
"url": "https://www.npmjs.com/package/snapserve"
}
],
"status": "alpha"
]
},
{
"name": "Serve Folder",
"image": "",
"name": "t2006",
"links": [
{
"text": "git repo",
"url": "https://github.com/TimurRin/serve-folder"
"text": "github",
"url": "https://github.com/cinnabar-forge/t2006"
},
{
"text": "npm",
"url": "https://www.npmjs.com/package/t2006"
}
],
"status": ""
]
}
]
},
{
"title": "GAMEDEV",
"title": "TOOLS",
"items": [
{
"name": "ARMAZ MTA",
"image": "img/armaz.png",
"name": "PDF Rush",
"links": [
{
"text": "website",
"url": "https://armazmta.ru/"
}
],
"status": ""
},
{
"name": "Wordlya Unleashed",
"image": "",
"links": [
"text": "github",
"url": "https://github.com/TimurRin/pdf-rush"
},
{
"text": "git repo",
"url": "https://github.com/TimurRin/wordlya-unleashed"
"text": "download",
"url": "https://github.com/TimurRin/pdf-rush/releases/latest"
}
],
"status": "WIP"
]
}
]
},
{
"title": "NODE.JS LIBRARIES",
"image": "img/npm.svg",
"items": [
{
"name": "CF Database Migrations",
"image": "img/cinnabar.png",
"links": [
{
"text": "git repo",
"url": "https://github.com/cinnabar-forge/cf-migrations"
},
{
"text": "npm package",
"url": "https://www.npmjs.com/package/@cinnabar-forge/cf-migrations"
}
],
"status": "alpha"
},
{
"name": "CF ESLint Plugin",
"image": "img/cinnabar.png",
"links": [
{
"text": "git repo",
"text": "github",
"url": "https://github.com/cinnabar-forge/eslint-plugin"
},
{
"text": "npm package",
"text": "npm",
"url": "https://www.npmjs.com/package/@cinnabar-forge/eslint-plugin"
}
],
"status": "alpha"
]
},
{
"name": "CF SQLite3 Wrapper",
"image": "img/cinnabar.png",
"links": [
{
"text": "git repo",
"text": "github",
"url": "https://github.com/cinnabar-forge/cf-sqlite3"
},
{
"text": "npm package",
"text": "npm",
"url": "https://www.npmjs.com/package/@cinnabar-forge/cf-sqlite3"
}
],
"status": "beta"
]
},
{
"name": "CF Utils",
"image": "img/cinnabar.png",
"links": [
{
"text": "git repo",
"text": "github",
"url": "https://github.com/cinnabar-forge/node-utils"
},
{
"text": "npm package",
"text": "npm",
"url": "https://www.npmjs.com/package/@cinnabar-forge/utils"
}
],
"status": "alpha"
]
},
{
"name": "CF Web Framework",
"image": "img/cinnabar.png",
"links": [],
"status": "WIP"
"name": "Migratta",
"links": [
{
"text": "github",
"url": "https://github.com/cinnabar-forge/migratta"
}
]
}
]
},
{
"title": "PROJECTS",
"items": [
{
"name": "ARMAZ MTA",
"image": "img/armaz.png",
"links": [
{
"text": "website",
"url": "https://armazmta.ru/"
}
],
"status": ""
}
]
},
Expand Down

0 comments on commit 3879553

Please sign in to comment.