-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodules.json
More file actions
39 lines (39 loc) · 1.45 KB
/
modules.json
File metadata and controls
39 lines (39 loc) · 1.45 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
{
"schema_version": "1.0",
"platform": {
"name": "InfoTech.io",
"description": "Интерактивная образовательная платформа с открытым контентом",
"domain": "infotecha.ru",
"github_org": "info-tech-io"
},
"last_updated": "2025-09-20T20:29:47Z",
"modules": {
"linux_base": {
"name": "Основы Linux",
"description": "Введение в операционную систему Linux для начинающих",
"content_repo": "mod_linux_base",
"template_repo": "hugo-base",
"subdomain": "linux-base",
"last_updated": "2025-09-21T01:29:36+05:00",
"status": "active"
},
"linux_advanced": {
"name": "Продвинутый Linux",
"description": "Администрирование и продвинутые возможности Linux",
"content_repo": "mod_linux_advanced",
"template_repo": "hugo-base",
"subdomain": "linux-advanced",
"last_updated": "2025-09-06T17:05:44Z",
"status": "active"
},
"linux_professional": {
"name": "Linux для профессионалов",
"description": "Профессиональное администрирование Linux систем",
"content_repo": "mod_linux_professional",
"template_repo": "hugo-base",
"subdomain": "linux-professional",
"last_updated": "2025-09-06T17:06:37Z",
"status": "active"
}
}
}