-
Notifications
You must be signed in to change notification settings - Fork 835
Expand file tree
/
Copy pathrepository-groups.json
More file actions
127 lines (127 loc) · 3.29 KB
/
repository-groups.json
File metadata and controls
127 lines (127 loc) · 3.29 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
[
{
"name": "abap-core-development",
"description": null,
"urlBase": "sap-tutorials/abap-core-development",
"teamAdmin": null
},
{
"name": "ai-core",
"description": null,
"urlBase": "sap-tutorials/ai-core",
"teamAdmin": null
},
{
"name": "btp-adai",
"description": null,
"urlBase": "sap-tutorials/btp-adai",
"teamAdmin": null
},
{
"name": "btp-dev-guidance",
"description": null,
"urlBase": "sap-tutorials/btp-dev-guidance",
"teamAdmin": null
},
{
"name": "btp-foundation",
"description": null,
"urlBase": "sap-tutorials/btp-foundation",
"teamAdmin": null
},
{
"name": "btp-onboarding",
"description": null,
"urlBase": "sap-tutorials/btp-onboarding",
"teamAdmin": null
},
{
"name": "commerce-cloud-easy-extension",
"description": null,
"urlBase": "sap-tutorials/commerce-cloud-easy-extension",
"teamAdmin": null
},
{
"name": "community",
"description": null,
"urlBase": "sap-tutorials/community",
"teamAdmin": null
},
{
"name": "data-warehouse-cloud",
"description": null,
"urlBase": "sap-tutorials/data-warehouse-cloud",
"teamAdmin": null
},
{
"name": "developer-advocates",
"description": null,
"urlBase": "sap-tutorials/developer-advocates",
"teamAdmin": null
},
{
"name": "devtoberfest-2022",
"description": null,
"urlBase": "sap-tutorials/devtoberfest-2022",
"teamAdmin": null
},
{
"name": "eda",
"description": null,
"urlBase": "sap-tutorials/eda",
"teamAdmin": null
},
{
"name": "sap-btp-sdk-android",
"urlBase": "sap-tutorials/sap-btp-sdk-android",
"teamAdmin": null
},
{
"name": "sap-btp-sdk-ios",
"description": null,
"urlBase": "sap-tutorials/sap-btp-sdk-ios",
"teamAdmin": null
},
{
"name": "sap-build-apps",
"description": null,
"urlBase": "sap-tutorials/sap-build-apps",
"teamAdmin": null
},
{
"name": "sap-build-process-automation",
"description": null,
"urlBase": "sap-tutorials/sap-build-process-automation",
"teamAdmin": null
},
{
"name": "sap-mobile-development-kit",
"description": null,
"urlBase": "sap-tutorials/sap-mobile-development-kit",
"teamAdmin": null
},
{
"name": "xpa-tutorials",
"description": null,
"urlBase": "sap-tutorials/xpa-tutorials",
"teamAdmin": null
},
{
"name": "Tutorials",
"description": "All other tutorials",
"urlBase": "sap-tutorials/Tutorials",
"teamAdmin": "rbrainey"
},
{
"name": "meta-tutorials",
"description": "Tutorials about Tutorials",
"urlBase": "sap-tutorials/meta-tutorials",
"teamAdmin": "rbrainey"
},
{
"name": "sandbox",
"description": "A playground for testing and experimenting with the Tutorial system",
"urlBase": "sap-tutorials/sandbox",
"teamAdmin": "rbrainey"
}
]