From f8bd7b093488ee8d5c54723b4fb6448e310c2914 Mon Sep 17 00:00:00 2001 From: Subins Mani Date: Thu, 15 Jan 2026 15:35:17 +0530 Subject: [PATCH] Initial Commit Signed-off-by: Subins Mani --- arkbox.resource.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 arkbox.resource.json diff --git a/arkbox.resource.json b/arkbox.resource.json new file mode 100644 index 0000000..6cb692b --- /dev/null +++ b/arkbox.resource.json @@ -0,0 +1,32 @@ +{ + "schema": "arkbox.resources.project.v1", + "project": { + "id": "training-videos", + "title": "Training Videos", + "repo": "arkbox-training-videos" + }, + "versions": [ + { + "tag": "v2026.01", + "released_at": "2026-01-10", + "items": [ + { + "id": "training-videos.demo", + "name": "Training Videos Demo", + "type": "video", + "lang": "en", + "path": "resources/v2026.01/en/trainingdemo.mp4", + "thumbnail": "resources/v2026.01/en/cover.jpeg" + }, + { + "id": "training-videos.demo2", + "name": "Training Videos Demo2", + "type": "video", + "lang": "hi", + "path": "resources/v2026.01/hi/trainingdemo2.mp4", + "thumbnail": "resources/v2026.01/hi/cover.jpeg" + } + ] + } + ] +}