@@ -62,9 +62,9 @@ export default defineConfig({
6262 { text : "Introduction" , link : "/get_started/about" } ,
6363 { text : "Cookbook" , link : "/development/general" } ,
6464 { text : "Configuration" , link : "/configuration/setup" } ,
65- { text : "Advanced Topics " , link : "/advanced/downporting" } ,
66- { text : "Technical Insights " , link : "/technical/concept" } ,
67- { text : "Resources " , link : "/resources/addons" } ,
65+ { text : "Advanced Topic " , link : "/advanced/downporting" } ,
66+ { text : "Technical Insight " , link : "/technical/concept" } ,
67+ { text : "Resource " , link : "/resources/addons" } ,
6868 ] ,
6969 } ,
7070 {
@@ -91,7 +91,7 @@ export default defineConfig({
9191 {
9292 text : "1.141.0" ,
9393 items : [
94- { text : "Releases " , link : "/resources/changelog" } ,
94+ { text : "Release " , link : "/resources/changelog" } ,
9595 { text : "Support" , link : "/resources/support" } ,
9696 { text : "Contribution" , link : "/resources/contribution" } ,
9797 { text : "Sponsor" , link : "/resources/sponsor" } ,
@@ -107,8 +107,8 @@ export default defineConfig({
107107 { text : "Introduction" , link : "/get_started/about" } ,
108108 { text : "Quickstart" , link : "/get_started/quickstart" } ,
109109 { text : "Hello World" , link : "/get_started/hello_world" } ,
110- { text : "Sample Apps " , link : "/get_started/samples" } ,
111- { text : "Use Cases " , link : "/get_started/use_cases" } ,
110+ { text : "Sample App " , link : "/get_started/samples" } ,
111+ { text : "Use Case " , link : "/get_started/use_cases" } ,
112112 { text : `What's Next?` , link : "/get_started/next" } ,
113113 ] ,
114114 } ,
@@ -132,12 +132,12 @@ export default defineConfig({
132132 collapsed : true ,
133133 items : [
134134 { text : "Binding" , link : "/development/model/binding" } ,
135- { text : "Tables, Trees " , link : "/development/model/tables" } ,
135+ { text : "Table, Tree " , link : "/development/model/tables" } ,
136136 { text : "Device Model" , link : "/development/model/device" } ,
137137 { text : "OData" , link : "/development/model/odata" } ,
138138 ] ,
139139 } ,
140- { text : "Events " , link : "/development/events" } ,
140+ { text : "Event " , link : "/development/events" } ,
141141 {
142142 text : "Navigation" ,
143143 link : "/development/navigation/navigation" ,
@@ -152,28 +152,28 @@ export default defineConfig({
152152 ] ,
153153 } ,
154154 {
155- text : "Messages, Errors " ,
155+ text : "Message, Error " ,
156156 collapsed : true ,
157157 items : [
158- { text : "Messages " , link : "/development/messages/messages" } ,
159- { text : "Errors " , link : "/development/messages/errors" } ,
158+ { text : "Message " , link : "/development/messages/messages" } ,
159+ { text : "Error " , link : "/development/messages/errors" } ,
160160 { text : "Logging" , link : "/development/messages/logging" } ,
161161 { text : "CL_DEMO_OUTPUT" , link : "/development/specific/demo_output" } ,
162162 ] ,
163163 } ,
164164 { text : "Translation, i18n" , link : "/development/translation" } ,
165165 {
166- text : "Popups, Popovers " ,
167- link : "/development/popups/popups " ,
166+ text : "Popup, Popover " ,
167+ link : "/development/popups/popup " ,
168168 collapsed : true ,
169169 items : [
170- { text : "Popups " , link : "/development/popups/popups " } ,
170+ { text : "Popup " , link : "/development/popups/popup " } ,
171171 { text : "Popover" , link : "/development/popups/popover" } ,
172172 { text : "Built-In" , link : "/development/popups/built_in" } ,
173173 ] ,
174174 } ,
175175 {
176- text : "Browser Features " ,
176+ text : "Browser Feature " ,
177177 collapsed : true ,
178178 items : [
179179 {
@@ -182,7 +182,7 @@ export default defineConfig({
182182 } ,
183183 { text : "Camera" , link : "/development/specific/camera" } ,
184184 {
185- text : "Geolocation, Maps " ,
185+ text : "Geolocation, Map " ,
186186 link : "/development/specific/geolocation" ,
187187 } ,
188188 {
@@ -207,10 +207,10 @@ export default defineConfig({
207207 ] ,
208208 } ,
209209 {
210- text : "Expert Topics " ,
210+ text : "Expert Topic " ,
211211 collapsed : true ,
212212 items : [
213- { text : "Locks " , link : "/development/specific/locks" } ,
213+ { text : "Lock " , link : "/development/specific/locks" } ,
214214 { text : "Statefulness" , link : "/development/specific/statefulness" } ,
215215 { text : "Logout" , link : "/configuration/logout" } ,
216216 ] ,
@@ -227,7 +227,7 @@ export default defineConfig({
227227 { text : "Security" , link : "/configuration/security" } ,
228228 { text : "Authorization" , link : "/configuration/authorization" } ,
229229 { text : "Performance" , link : "/configuration/performance" } ,
230- { text : "UI5 Versions " , link : "/configuration/ui5_versions" } ,
230+ { text : "UI5 Version " , link : "/configuration/ui5_versions" } ,
231231 { text : "Productive Usage" , link : "/configuration/productive_usage" } ,
232232 { text : "Debugging" , link : "/configuration/troubleshooting" } ,
233233 { text : "Fiori Launchpad" , link : "/configuration/launchpad" } ,
@@ -247,7 +247,7 @@ export default defineConfig({
247247 ] ,
248248 } ,
249249 {
250- text : "Advanced Topics " ,
250+ text : "Advanced Topic " ,
251251 link : "/advanced/downporting" ,
252252 collapsed : true ,
253253 items : [
@@ -264,7 +264,7 @@ export default defineConfig({
264264 collapsed : true ,
265265 items : [
266266 {
267- text : "User Exits " ,
267+ text : "User Exit " ,
268268 link : "/advanced/extensibility/user_exits" ,
269269 } ,
270270 { text : "Custom JS" , link : "/advanced/extensibility/custom_js" } ,
@@ -281,20 +281,20 @@ export default defineConfig({
281281 items : [
282282 { text : "Drag & Drop" , link : "/development/specific/drag" } ,
283283 {
284- text : "Smart Controls " ,
284+ text : "Smart Control " ,
285285 link : "/development/specific/smart_controls" ,
286286 } ,
287287 ] ,
288288 } ,
289289 ] ,
290290 } ,
291291 {
292- text : "Technical Insights " ,
292+ text : "Technical Insight " ,
293293 link : "/technical/concept" ,
294294 collapsed : true ,
295295 items : [
296296 { text : "UI5 Over-the-Wire" , link : "/technical/concept" } ,
297- { text : "ABAP Thinking, UI5 Results " , link : "/technical/dx" } ,
297+ { text : "ABAP Thinking, UI5 Result " , link : "/technical/dx" } ,
298298 { text : "Cloud Readiness" , link : "/technical/cloud" } ,
299299 { text : "Behind the Scenes" , link : "/technical/how_it_all_works" } ,
300300 {
@@ -306,7 +306,7 @@ export default defineConfig({
306306 ] ,
307307 } ,
308308 {
309- text : "Tools " ,
309+ text : "Tool " ,
310310 collapsed : false ,
311311 items : [
312312 { text : "abapGit" , link : "/technical/tools/abapgit" } ,
@@ -321,14 +321,14 @@ export default defineConfig({
321321 ] ,
322322 } ,
323323 {
324- text : "Resources " ,
324+ text : "Resource " ,
325325 link : "/resources/addons" ,
326326 collapsed : true ,
327327 items : [
328- { text : "Add-ons " , link : "/resources/addons" } ,
329- { text : "References " , link : "/resources/references" } ,
328+ { text : "Add-on " , link : "/resources/addons" } ,
329+ { text : "Reference " , link : "/resources/references" } ,
330330 { text : "Who Uses abap2UI5?" , link : "/resources/who_uses" } ,
331- { text : "Releases " , link : "/resources/changelog" } ,
331+ { text : "Release " , link : "/resources/changelog" } ,
332332 { text : "License" , link : "/resources/license" } ,
333333 { text : "Support" , link : "/resources/support" } ,
334334 { text : "Contact" , link : "/resources/contact" } ,
0 commit comments