-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrepos-config.local.json
More file actions
58 lines (58 loc) · 1.55 KB
/
repos-config.local.json
File metadata and controls
58 lines (58 loc) · 1.55 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
{
"repos": [
{
"name": "gardenlinux",
"url": "file://../gardenlinux",
"docs_path": "docs",
"root_files": [
"CONTRIBUTING.md",
"SECURITY.md",
"features/*/README.md",
"features/*/info.yaml",
"flavors.yaml"
],
"target_path": "projects/gardenlinux",
"structure": {
"tutorials": "tutorials",
"how-to": "how-to",
"explanation": "explanation",
"reference": "reference",
"contributing": "contributing"
},
"special_files": {},
"media_directories": [".media", "assets", "_static"]
},
{
"name": "builder",
"url": "file://../builder",
"docs_path": "docs",
"target_path": "projects/builder",
"structure": "flat",
"media_directories": [".media", "assets", "_static"]
},
{
"name": "python-gardenlinux-lib",
"url": "file://../python-gardenlinux-lib",
"docs_path": "docs",
"target_path": "projects/python-gardenlinux-lib",
"structure": "sphinx",
"media_directories": [".media", "assets", "_static"]
},
{
"name": "package-linux",
"url": "file://../package-linux",
"docs_path": "docs",
"target_path": "projects/package-linux",
"structure": "flat",
"media_directories": [".media", "assets", "_static"]
},
{
"name": "glrd",
"url": "file://../glrd",
"docs_path": "docs",
"target_path": "projects/glrd",
"structure": "flat",
"media_directories": [".media", "assets", "_static"]
}
]
}