-
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.28 KB
/
module.json
File metadata and controls
45 lines (40 loc) · 1.28 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-advanced",
"title": "Продвинутый Linux",
"description": "Администрирование и продвинутые возможности Linux. Курс для системных администраторов и DevOps инженеров.",
"version": "1.0.0",
"type": "educational",
"deployment": {
"subdomain": "linux-advanced",
"repository": "mod_linux_advanced",
"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": "intermediate",
"estimated_time": "60 hours",
"language": "ru",
"tags": ["linux", "system-administration", "devops", "networking", "advanced"]
},
"urls": {
"production": "https://linux-advanced.infotecha.ru",
"repository": "https://github.com/info-tech-io/mod_linux_advanced",
"issues": "https://github.com/info-tech-io/mod_linux_advanced/issues"
},
"status": {
"lifecycle": "stable",
"last_updated": "2025-09-20",
"content_complete": true,
"testing_complete": true,
"review_complete": true
}
}