fix(collections): correct devdocs ZIM filenames in Computing & Technology

Kiwix renamed devdocs files from `devdocs.io_en_*` to `devdocs_en_*`.
The old URLs returned 404, causing all Computing & Technology downloads
to silently fail during Easy Setup. Affects 9 resources across all 3
tiers (Python, JavaScript, HTML, CSS, Node.js, React, Git, Docker,
Linux/Bash docs).

Relates to #127

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Chris Sherwood 2026-02-08 09:04:31 -08:00 committed by Jake Turner
parent f8117ede68
commit 569dae057d

View File

@ -409,25 +409,25 @@
{ {
"title": "Python Documentation", "title": "Python Documentation",
"description": "Complete Python language reference and tutorials", "description": "Complete Python language reference and tutorials",
"url": "https://download.kiwix.org/zim/devdocs/devdocs.io_en_python_2026-01.zim", "url": "https://download.kiwix.org/zim/devdocs/devdocs_en_python_2026-01.zim",
"size_mb": 4 "size_mb": 4
}, },
{ {
"title": "JavaScript Documentation", "title": "JavaScript Documentation",
"description": "MDN JavaScript reference and guides", "description": "MDN JavaScript reference and guides",
"url": "https://download.kiwix.org/zim/devdocs/devdocs.io_en_javascript_2026-01.zim", "url": "https://download.kiwix.org/zim/devdocs/devdocs_en_javascript_2026-01.zim",
"size_mb": 3 "size_mb": 3
}, },
{ {
"title": "HTML Documentation", "title": "HTML Documentation",
"description": "MDN HTML elements and attributes reference", "description": "MDN HTML elements and attributes reference",
"url": "https://download.kiwix.org/zim/devdocs/devdocs.io_en_html_2026-01.zim", "url": "https://download.kiwix.org/zim/devdocs/devdocs_en_html_2026-01.zim",
"size_mb": 2 "size_mb": 2
}, },
{ {
"title": "CSS Documentation", "title": "CSS Documentation",
"description": "MDN CSS properties and selectors reference", "description": "MDN CSS properties and selectors reference",
"url": "https://download.kiwix.org/zim/devdocs/devdocs.io_en_css_2026-01.zim", "url": "https://download.kiwix.org/zim/devdocs/devdocs_en_css_2026-01.zim",
"size_mb": 5 "size_mb": 5
} }
] ]
@ -453,19 +453,19 @@
{ {
"title": "Node.js Documentation", "title": "Node.js Documentation",
"description": "Node.js API reference and guides", "description": "Node.js API reference and guides",
"url": "https://download.kiwix.org/zim/devdocs/devdocs.io_en_node_2026-01.zim", "url": "https://download.kiwix.org/zim/devdocs/devdocs_en_node_2026-01.zim",
"size_mb": 1 "size_mb": 1
}, },
{ {
"title": "React Documentation", "title": "React Documentation",
"description": "React library reference and tutorials", "description": "React library reference and tutorials",
"url": "https://download.kiwix.org/zim/devdocs/devdocs.io_en_react_2026-01.zim", "url": "https://download.kiwix.org/zim/devdocs/devdocs_en_react_2026-01.zim",
"size_mb": 3 "size_mb": 3
}, },
{ {
"title": "Git Documentation", "title": "Git Documentation",
"description": "Git version control reference", "description": "Git version control reference",
"url": "https://download.kiwix.org/zim/devdocs/devdocs.io_en_git_2026-01.zim", "url": "https://download.kiwix.org/zim/devdocs/devdocs_en_git_2026-01.zim",
"size_mb": 1 "size_mb": 1
} }
] ]
@ -491,13 +491,13 @@
{ {
"title": "Docker Documentation", "title": "Docker Documentation",
"description": "Docker container reference and guides", "description": "Docker container reference and guides",
"url": "https://download.kiwix.org/zim/devdocs/devdocs.io_en_docker_2026-01.zim", "url": "https://download.kiwix.org/zim/devdocs/devdocs_en_docker_2026-01.zim",
"size_mb": 2 "size_mb": 2
}, },
{ {
"title": "Linux Documentation", "title": "Linux Documentation",
"description": "Linux command reference and system administration", "description": "Linux command reference and system administration",
"url": "https://download.kiwix.org/zim/devdocs/devdocs.io_en_bash_2026-01.zim", "url": "https://download.kiwix.org/zim/devdocs/devdocs_en_bash_2026-01.zim",
"size_mb": 1 "size_mb": 1
} }
] ]