Skip to content

Commit 948eeaf

Browse files
committed
create config directory and add repository groups JSON file.
1 parent c889e12 commit 948eeaf

1 file changed

Lines changed: 73 additions & 0 deletions

File tree

config/repository-groups.json

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
[
2+
{
3+
"name": "abap-core-development",
4+
"description": null,
5+
"urlBase": "sap-tutorials/abap-core-development",
6+
"teamAdmin": null
7+
},
8+
{
9+
"name": "btp-adai",
10+
"description": null,
11+
"urlBase": "sap-tutorials/btp-adai",
12+
"teamAdmin": null
13+
},
14+
{
15+
"name": "btp-dev-guidance",
16+
"description": null,
17+
"urlBase": "sap-tutorials/btp-dev-guidance",
18+
"teamAdmin": null
19+
},
20+
{
21+
"name": "btp-foundation",
22+
"description": null,
23+
"urlBase": "sap-tutorials/btp-foundation",
24+
"teamAdmin": null
25+
},
26+
{
27+
"name": "devtoberfest-2022",
28+
"description": null,
29+
"urlBase": "sap-tutorials/devtoberfest-2022",
30+
"teamAdmin": null
31+
},
32+
{
33+
"name": "sap-btp-sdk-android",
34+
"urlBase": "sap-tutorials/sap-btp-sdk-android",
35+
"teamAdmin": null
36+
},
37+
{
38+
"name": "sap-btp-sdk-ios",
39+
"description": null,
40+
"urlBase": "sap-tutorials/sap-btp-sdk-ios",
41+
"teamAdmin": null
42+
},
43+
{
44+
"name": "sap-build-apps",
45+
"description": null,
46+
"urlBase": "sap-tutorials/sap-build-apps",
47+
"teamAdmin": null
48+
},
49+
{
50+
"name": "sap-build-process-automation",
51+
"description": null,
52+
"urlBase": "sap-tutorials/sap-build-process-automation",
53+
"teamAdmin": null
54+
},
55+
{
56+
"name": "sap-mobile-development-kit",
57+
"description": null,
58+
"urlBase": "sap-tutorials/sap-mobile-development-kit",
59+
"teamAdmin": null
60+
},
61+
{
62+
"name": "xpa-tutorials",
63+
"description": null,
64+
"urlBase": "sap-tutorials/xpa-tutorials",
65+
"teamAdmin": null
66+
},
67+
{
68+
"name": "Tutorials",
69+
"description": "All other tutorials",
70+
"urlBase": "sap-tutorials/Tutorials",
71+
"teamAdmin": "rbrainey"
72+
}
73+
]

0 commit comments

Comments
 (0)