Skip to content

Commit 6c4613f

Browse files
committed
docs: rename get_started/ai page to agent
1 parent aa48b63 commit 6c4613f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/.vitepress/config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ export default defineConfig({
114114
{ text: "Full Example", link: "/get_started/full_example" },
115115
],
116116
},
117-
{ text: "AI-Assisted Development", link: "/get_started/ai" },
117+
{ text: "AI-Assisted Development", link: "/get_started/agent" },
118118
{ text: `What's Next?`, link: "/get_started/next" },
119119
],
120120
},
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ When an AI needs deeper information than this page provides:
252252

253253
A prompt that gives an AI assistant enough context to produce a working app:
254254

255-
> You are building an abap2UI5 app. Read <https://abap2ui5.github.io/docs/get_started/ai.html> first — it is the single source of truth for app-building (template, client API, lifecycle, view builder, deprecated controls, documentation map). For working examples, browse <https://github.com/abap2UI5/samples/tree/main/src> (250+ apps, one feature per app). Use `z2ui5_cl_util_xml` as the view builder. Look up any UI5 control at <https://ui5.sap.com/#/api> and translate the XML 1:1 to ABAP. Do not use any control listed in this page's "Deprecated UI5 Controls" section.
255+
> You are building an abap2UI5 app. Read <https://abap2ui5.github.io/docs/get_started/agent.html> first — it is the single source of truth for app-building (template, client API, lifecycle, view builder, deprecated controls, documentation map). For working examples, browse <https://github.com/abap2UI5/samples/tree/main/src> (250+ apps, one feature per app). Use `z2ui5_cl_util_xml` as the view builder. Look up any UI5 control at <https://ui5.sap.com/#/api> and translate the XML 1:1 to ABAP. Do not use any control listed in this page's "Deprecated UI5 Controls" section.
256256
257257
## Hard Rules (Cheat Sheet)
258258

0 commit comments

Comments
 (0)