Commit 9be4e1d
committed
docs: integrate remaining technical and advanced pages with deep dive
Builds on the deep-dive split (commit fcf5190) by wiring the rest
of the documentation into the new structure, so readers have a
clear learning path and every page knows where it sits.
Top-level technical pages
- concept.md: add a "How to Read the Technical Section" callout
near the top, listing three reading paths (just-the-architecture,
full picture, implementation deep dive) so readers pick a route
before diving in.
- dx.md: framing paragraph that positions the page as the
practical counterpart to concept.md.
- cloud.md: explicit "two questions answered" framing.
- technology/overview.md: narrative intro about the cyclical
pattern (server-rendered → SPA → server-driven again) and a
pointer into the detailed comparisons.
New page
- technical/glossary.md: alphabetical reference for terms used
across the technical section (HDA, SPA, MPA, OData, RAP, RTTI,
S-RTTI, Draft, Stateful Session, UI5 Over the Wire, …). Each
entry links to the section that explains the term in context.
- Sidebar: added under Technical Insights → Glossary.
Cross-links from /advanced/ into the deep dive
- downporting.md, renaming.md, builds.md → tools and tradeoffs.
- local.md → abapmerge tool, system-footprint section.
- stateful.md → drafts section + Glossary.
- rfc.md → architecture chapter.
- fiori.md → RAP comparison + launchpad config.
- extensibility/{user_exits, custom_js, frontend, custom_control}
→ all linked to "Inside an App → The Initial Request" and
"Sending JavaScript Over the Wire", which explain the underlying
framework mechanics.
All internal doc links audited — no broken targets.
https://claude.ai/code/session_011kvL4ihgqWYQa2SSufEaKv1 parent fcf5190 commit 9be4e1d
17 files changed
Lines changed: 186 additions & 1 deletion
File tree
- docs
- .vitepress
- advanced
- extensibility
- technical
- technology
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
279 | 279 | | |
280 | 280 | | |
281 | 281 | | |
| 282 | + | |
282 | 283 | | |
283 | 284 | | |
284 | 285 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
0 commit comments