This commit is contained in:
alexander
2026-01-18 23:36:55 +01:00
parent b16009f62a
commit 3eac461f7a
16 changed files with 506 additions and 7 deletions

59
cheatsheet_inventory.json Normal file
View File

@@ -0,0 +1,59 @@
{
"items": [
{
"url": "https://github.com/user/python-cheatsheet",
"cache": true,
"id": "550e8400-e29b-41d4-a716-446655440000",
"title": "Python Basics Cheatsheet",
"author": "John Doe",
"git_commit": "abc123def456",
"git_repo": "https://github.com/user/python-cheatsheet",
"git_repo_type": "github",
"date": "2025-01-15"
},
{
"url": "https://example.com/js-guide.pdf",
"cache": false,
"id": "550e8400-e29b-41d4-a716-446655440001",
"title": "JavaScript Quick Reference",
"author": null,
"git_commit": null,
"git_repo": null,
"git_repo_type": "external",
"date": "2025-01-10"
},
{
"url": "https://gitlab.com/team/react-patterns",
"cache": true,
"id": "550e8400-e29b-41d4-a716-446655440002",
"title": "React Design Patterns",
"author": "Jane Smith",
"git_commit": "xyz789abc",
"git_repo": "https://gitlab.com/team/react-patterns",
"git_repo_type": "gitlab",
"date": "2025-01-08"
},
{
"url": "https://raw.githubusercontent.com/latex4ei/Computertechnik/gh-pages/Computertechnik.pdf",
"cache": false,
"id": "550e8400-e29b-41d4-a716-446655440003",
"title": "CSS Tips & Tricks",
"author": "Alex Johnson",
"git_commit": null,
"git_repo": "https://github.com/awesome/css-tips",
"git_repo_type": "github",
"date": "2024-12-20"
},
{
"url": "https://raw.githubusercontent.com/latex4ei/Computertechnik/gh-pages/Computertechnik.pdf",
"cache": true,
"id": "550e8400-e29b-41d4-a716-446655440004",
"title": "Docker & Kubernetes Guide",
"author": null,
"git_commit": "dev-2025-01-18",
"git_repo": "https://gitea.company.com/internal/devops",
"git_repo_type": "gitea",
"date": "2025-01-18"
}
]
}