Skip to content

Commit 44c733e

Browse files
committed
feat(Collections): store additional data with resources
1 parent 27acfed commit 44c733e

File tree

1 file changed

+50
-11
lines changed

1 file changed

+50
-11
lines changed

collections/kiwix.json

Lines changed: 50 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,25 @@
66
"description": "A comprehensive collection of medical textbooks and resources covering various fields of medicine, including anatomy, physiology, pharmacology, pathology, and clinical practice. Ideal for medical students, healthcare professionals, and anyone interested in medical knowledge.",
77
"icon": "IconStethoscope",
88
"language": "en",
9-
"urls": [
10-
"https://download.kiwix.org/zim/other/zimgit-medicine_en_2024-08.zim",
11-
"https://download.kiwix.org/zim/zimit/fas-military-medicine_en_2025-06.zim",
12-
"https://download.kiwix.org/zim/zimit/nhs.uk_en_medicines_2025-09.zim"
9+
"resources": [
10+
{
11+
"title": "Medical Library",
12+
"description": "A collection of books pertaining to field and emergency medicine",
13+
"url": "https://download.kiwix.org/zim/other/zimgit-medicine_en_2024-08.zim",
14+
"size_mb": 67
15+
},
16+
{
17+
"title": "Military Medicine",
18+
"description": "Doctrinal and Instructional manuals",
19+
"url": "https://download.kiwix.org/zim/zimit/fas-military-medicine_en_2025-06.zim",
20+
"size_mb": 78
21+
},
22+
{
23+
"title": "NHS' Medicines A to Z",
24+
"description": "How medicines work, how and when to take them",
25+
"url": "https://download.kiwix.org/zim/zimit/nhs.uk_en_medicines_2025-09.zim",
26+
"size_mb": 17
27+
}
1328
]
1429
},
1530
{
@@ -18,13 +33,37 @@
1833
"description": "A curated collection of resources for preppers and survivalists, including guides on emergency preparedness, self-sufficiency, first aid, food storage, and survival skills. Perfect for individuals looking to enhance their readiness for various scenarios.",
1934
"icon": "IconShieldCheck",
2035
"language": "en",
21-
"urls": [
22-
"https://download.kiwix.org/zim/videos/canadian_prepper_winterprepping_en_2025-11.zim",
23-
"https://download.kiwix.org/zim/videos/canadian_prepper_preppingfood_en_2025-09.zim",
24-
"https://download.kiwix.org/zim/videos/urban-prepper_en_all_2025-11.zim",
25-
"https://download.kiwix.org/zim/other/zimgit-food-preparation_en_2025-04.zim",
26-
"https://download.kiwix.org/zim/videos/canadian_prepper_bugoutconcepts_en_2025-11.zim",
27-
"https://download.kiwix.org/zim/videos/canadian_prepper_bugoutroll_en_2025-08.zim"
36+
"resources": [
37+
{
38+
"title": "Canadian Prepper: Winter Prepping",
39+
"description": "Winter Prepping: Prepare for winter survival and emergencies",
40+
"size_mb": 1250,
41+
"url": "https://download.kiwix.org/zim/videos/canadian_prepper_winterprepping_en_2025-11.zim"
42+
},
43+
{
44+
"title": "Canadian Prepper: Prepping Food",
45+
"description": "Prepping Food: Long-term food storage and survival meals",
46+
"size_mb": 2000,
47+
"url": "https://download.kiwix.org/zim/videos/canadian_prepper_preppingfood_en_2025-09.zim"
48+
},
49+
{
50+
"title": "Urban Prepper",
51+
"description": "A collection of recipes and techniques for preparing food",
52+
"size_mb": 2000,
53+
"url": "https://download.kiwix.org/zim/videos/urban-prepper_en_all_2025-11.zim"
54+
},
55+
{
56+
"title": "Canadian Prepper: Bug Out Concepts",
57+
"description": "Bug Out Concepts: Strategies and tips for effective bug-out plans",
58+
"size_mb": 2690,
59+
"url": "https://download.kiwix.org/zim/videos/canadian_prepper_bugoutconcepts_en_2025-11.zim"
60+
},
61+
{
62+
"title": "Canadian Prepper: Bug Out Roll",
63+
"description": "Bug Out Roll: Essential gear for your ultimate bug-out bag",
64+
"size_mb": 929,
65+
"url": "https://download.kiwix.org/zim/videos/canadian_prepper_bugoutroll_en_2025-08.zim"
66+
}
2867
]
2968
}
3069
]

0 commit comments

Comments
 (0)