Skip to content

Commit 86bd1a6

Browse files
author
Yevheniia_Rakhmatova
committed
DEVMS-1393: Extract tags to separate json files
1 parent 304d87d commit 86bd1a6

1 file changed

Lines changed: 184 additions & 0 deletions

File tree

data/tags.json

Lines changed: 184 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,184 @@
1+
{
2+
"level": [
3+
{
4+
"name": "Beginner",
5+
"value": " tutorial>beginner"
6+
}, {
7+
"name": "Intermediate",
8+
"value": " tutorial>intermediate"
9+
}, {
10+
"name": "Advanced",
11+
"value": " tutorial>advanced"
12+
}
13+
],
14+
"common": [
15+
{
16+
"name": "iOS",
17+
"value": "operating-system>ios"
18+
},
19+
{
20+
"name": "Android",
21+
"value": "operating-system>android"
22+
},
23+
{
24+
"name": "Project (not Tutorial)",
25+
"value": "tutorial:type/project"
26+
},
27+
{
28+
"name": "ABAP Development",
29+
"value": "topic>abap-development"
30+
},
31+
{
32+
"name": "ABAP Extensibility",
33+
"value": "topic>abap-extensibility"
34+
},
35+
{
36+
"name": "Big Data",
37+
"value": "topic>big-data"
38+
},
39+
{
40+
"name": "Cloud",
41+
"value": "topic>cloud"
42+
},
43+
{
44+
"name": "HTML5",
45+
"value": "topic>html5"
46+
},
47+
{
48+
"name": "Internet of Things",
49+
"value": "topic>internet-of-things"
50+
},
51+
{
52+
"name": "Java",
53+
"value": "topic>java"
54+
},
55+
{
56+
"name": "Machine Learning",
57+
"value": "topic>machine-learning"
58+
},
59+
{
60+
"name": "Mobile",
61+
"value": "topic>mobile"
62+
},
63+
{
64+
"name": "OData",
65+
"value": "topic>odata"
66+
},
67+
{
68+
"name": "SAPUI5",
69+
"value": "topic>sapui5"
70+
},
71+
{
72+
"name": "Security",
73+
"value": "topic>security"
74+
},
75+
{
76+
"name": "SQL",
77+
"value": "topic>sql"
78+
},
79+
{
80+
"name": "BUILD",
81+
"value": "products>build"
82+
},
83+
{
84+
"name": "SAP API Management",
85+
"value": "products>sap-api-management"
86+
},
87+
{
88+
"name": "SAP BusinessObjects Design Studio",
89+
"value": "products>sap-businessobjects-design-studio"
90+
},
91+
{
92+
"name": "SAP BusinessObjects Lumira",
93+
"value": "products>sap-businessobjects-lumira"
94+
},
95+
{
96+
"name": "SAP Cloud Platform",
97+
"value": "products>sap-cloud-platform"
98+
},
99+
{
100+
"name": "SAP Cloud Platform Predictive service",
101+
"value": "products>sap-cloud-platform-predictive-service"
102+
},
103+
{
104+
"name": "SAP Cloud Platform Connectivity",
105+
"value": "products>sap-cloud-platform-connectivity"
106+
},
107+
{
108+
"name": "SAP Fiori",
109+
"value": "products>sap-fiori"
110+
},
111+
{
112+
"name": "SAP Gateway",
113+
"value": "products>sap-gateway"
114+
},
115+
{
116+
"name": "SAP HANA",
117+
"value": "products>sap-hana"
118+
},
119+
{
120+
"name": "SAP HANA, dynamic tiering",
121+
"value": "products>sap-hana-dynamic-tiering"
122+
},
123+
{
124+
"name": "SAP HANA streaming analytics",
125+
"value": "products>sap-hana-streaming-analytics"
126+
},
127+
{
128+
"name": "SAP HANA, express edition",
129+
"value": "products>sap-hana\\,-express-edition"
130+
},
131+
{
132+
"name": "SAP HANA Studio",
133+
"value": "products>sap-hana-studio"
134+
},
135+
{
136+
"name": "SAP Jam",
137+
"value": "products>sap-jam"
138+
},
139+
{
140+
"name": "SAP Jam Collaboration",
141+
"value": "products>sap-jam-collaboration"
142+
},
143+
{
144+
"name": "SAP Vora",
145+
"value": "products>sap-vora"
146+
},
147+
{
148+
"name": "SAP Screen Personas",
149+
"value": "products>sap-screen-personas>sap-screen-personas"
150+
},
151+
{
152+
"name": "SAP S/4HANA",
153+
"value": "products>sap-s-4hana"
154+
},
155+
{
156+
"name": "SAP S/4HANA Cloud SDK",
157+
"value": "products>sap-s-4hana-cloud-sdk"
158+
},
159+
{
160+
"name": "SAP SQL Anywhere",
161+
"value": "products>data-management>sap-sql-anywhere"
162+
},
163+
{
164+
"name": "SAP Web IDE",
165+
"value": "products>sap-web-ide"
166+
},
167+
{
168+
"name": "SAP Web IDE plugins",
169+
"value": "products>sap-web-ide-plug-ins"
170+
},
171+
{
172+
"name": "SAP Translation Hub",
173+
"value": "products>sap-translation-hub>sap-translation-hub"
174+
},
175+
{
176+
"name": "Sybase ASE",
177+
"value": "products>sybase-adaptive-server-enterprise"
178+
},
179+
{
180+
"name": "YaaS",
181+
"value": "products>sap-hybris-as-a-service-on-sap-cloud-platform"
182+
}
183+
]
184+
}

0 commit comments

Comments
 (0)