-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
45 lines (40 loc) · 1.27 KB
/
module.json
File metadata and controls
45 lines (40 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"schema_version": "1.0",
"name": "linux-base",
"title": "Основы Linux",
"description": "Введение в операционную систему Linux для начинающих. Полный курс с практическими заданиями и интерактивными тестами.",
"version": "1.0.0",
"type": "educational",
"deployment": {
"subdomain": "linux-base",
"repository": "mod_linux_base",
"build_system": "hugo-templates"
},
"hugo_config": {
"template": "default",
"theme": "compose",
"components": ["quiz-engine"],
"hugo_version": "0.148.0"
},
"metadata": {
"author": "InfoTech.io Team",
"maintainer": "info-tech-io",
"license": "MIT",
"difficulty": "beginner",
"estimated_time": "40 hours",
"language": "ru",
"tags": ["linux", "command-line", "system-administration", "terminal", "beginner"]
},
"urls": {
"production": "https://linux-base.infotecha.ru",
"repository": "https://github.com/info-tech-io/mod_linux_base",
"issues": "https://github.com/info-tech-io/mod_linux_base/issues"
},
"status": {
"lifecycle": "stable",
"last_updated": "2025-09-20",
"content_complete": true,
"testing_complete": true,
"review_complete": true
}
}