Skip to content

Commit 2f3194b

Browse files
committed
docs: move AI-Assisted Development to Advanced Topics, link from Introduction
1 parent 6c4613f commit 2f3194b

3 files changed

Lines changed: 4 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,6 @@ export default defineConfig({
114114
{ text: "Full Example", link: "/get_started/full_example" },
115115
],
116116
},
117-
{ text: "AI-Assisted Development", link: "/get_started/agent" },
118117
{ text: `What's Next?`, link: "/get_started/next" },
119118
],
120119
},
@@ -339,6 +338,7 @@ export default defineConfig({
339338
link: "/advanced/downporting",
340339
collapsed: true,
341340
items: [
341+
{ text: "AI-Assisted Development", link: "/advanced/agent" },
342342
{ text: "Downporting", link: "/advanced/downporting" },
343343
{ text: "Renaming", link: "/advanced/renaming" },
344344
{ text: "Build Process", link: "/advanced/builds" },
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/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.
255+
> You are building an abap2UI5 app. Read <https://abap2ui5.github.io/docs/advanced/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

docs/get_started/about.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ Since launching in 2023, abap2UI5 has grown from a small side project into a com
2929

3030
*See [Sample Apps](/get_started/next#sample-apps) to watch abap2UI5 in action*
3131

32+
*Building with an AI assistant? See [AI-Assisted Development](/advanced/agent)*
33+
3234
### Why abap2UI5?
3335

3436
Traditional UI5 development needs JavaScript expertise, frontend deployment, and OData service setup. abap2UI5 cuts out those complexities:

0 commit comments

Comments
 (0)