-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrepos-config.json
More file actions
84 lines (84 loc) · 2.12 KB
/
repos-config.json
File metadata and controls
84 lines (84 loc) · 2.12 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"repos": [
{
"name": "gardenlinux",
"url": "https://github.com/gardenlinux/gardenlinux",
"docs_path": "docs",
"target_path": "projects/gardenlinux",
"ref": "docs-ng",
"commit": "900bdf88b9e29d97e3a100338fe43be46d333610",
"root_files": [
"CONTRIBUTING.md",
"SECURITY.md",
"features/*/README.md",
"features/*/info.yaml",
"flavors.yaml"
],
"structure": {
"tutorials": "tutorials",
"how-to": "how-to",
"explanation": "explanation",
"reference": "reference",
"contributing": "contributing"
},
"media_directories": [
".media",
"assets",
"_static"
]
},
{
"name": "builder",
"url": "https://github.com/gardenlinux/builder",
"docs_path": "docs",
"target_path": "projects/builder",
"ref": "docs-ng",
"commit": "7a7c3430ba21794d7f30876df8850e1424768149",
"media_directories": [
".media",
"assets",
"_static"
]
},
{
"name": "python-gardenlinux-lib",
"url": "https://github.com/gardenlinux/python-gardenlinux-lib",
"docs_path": "docs",
"target_path": "projects/python-gardenlinux-lib",
"ref": "docs-ng",
"commit": "73a16adcc674e43ad9b811c399fa5af1b698d62f",
"structure": "sphinx",
"media_directories": [
".media",
"assets",
"_static"
]
},
{
"name": "package-linux",
"url": "https://github.com/gardenlinux/package-linux",
"docs_path": "docs",
"target_path": "projects/package-linux",
"ref": "docs-ng",
"commit": "413b12c2a253f576983b2bc165b98b42044d8ffc",
"media_directories": [
".media",
"assets",
"_static"
]
},
{
"name": "glrd",
"url": "https://github.com/gardenlinux/glrd",
"docs_path": "docs",
"target_path": "projects/glrd",
"ref": "docs-ng",
"commit": "b5262e0bf409065ee1b9d62f4d0270695d9081a2",
"media_directories": [
".media",
"assets",
"_static"
]
}
]
}