Skip to content

Commit 9c34f5a

Browse files
committed
docs: vendor images, add FAQ + Cookbook hub, group changelog
A round of structural and durability fixes spanning the whole site. Vendored images - 80 external github.com/user-attachments images downloaded into docs/public/img/ and all references rewritten to /img/<uuid>.<ext>. Those URLs were attached to GitHub issues and could vanish at any time; the docs no longer depend on them. - ~44 MB added under docs/public/img/. New pages - development/index.md: Cookbook landing page that maps the whole Cookbook by category (Core, Data Patterns, Interactions, Specifics) and ends with a "stuck?" block. Sidebar entry "Cookbook" now points here instead of to the Controller page. - resources/faq.md: 18 recurring questions in five sections (Getting Started, Architecture and Comparisons, Production, Customization, Community), each linking to the page that answers in detail. Wired into the Resources sidebar. Restructured pages - resources/changelog.md: 29 releases regrouped under H2 by year (2025, 2024) with H3 per release. Date stays inline with the version; entries listed newest first. Adds a short header explaining the version scheme. Polish - index.md: feature cards reworked from {Guide, GitHub, LinkedIn} to {Quickstart, Cookbook, Behind the Scenes, Glossary, GitHub, LinkedIn} so the landing page surfaces the actual key paths. - get_started/use_cases.md: dropped LinkedIn-blog "complete overview" dependency in favor of inline tier-model framing. - Decorative emojis removed (lock, rocket, heart) from technology/rap.md, technology/ui5.md, resources/who_uses.md. Functional indicators (✅ ❌ ⚠️) in tables are kept. All internal doc links audited — no broken targets. https://claude.ai/code/session_011kvL4ihgqWYQa2SSufEaKv
1 parent 9be4e1d commit 9c34f5a

101 files changed

Lines changed: 345 additions & 150 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/.vitepress/config.mjs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export default defineConfig({
6060
text: "Guide",
6161
items: [
6262
{ text: "Introduction", link: "/get_started/about" },
63-
{ text: "Cookbook", link: "/development/general" },
63+
{ text: "Cookbook", link: "/development/" },
6464
{ text: "Configuration", link: "/configuration/checklist" },
6565
{ text: "Advanced Topics", link: "/advanced/downporting" },
6666
{ text: "Technical Insights", link: "/technical/concept" },
@@ -114,9 +114,10 @@ export default defineConfig({
114114
},
115115
{
116116
text: "Cookbook",
117-
link: "/development/general",
117+
link: "/development/",
118118
collapsed: true,
119119
items: [
120+
{ text: "Overview", link: "/development/" },
120121
{ text: "Controller", link: "/development/general" },
121122
{ text: "View", link: "/development/view" },
122123
{
@@ -289,6 +290,7 @@ export default defineConfig({
289290
items: [
290291
{ text: "Add-ons", link: "/resources/addons" },
291292
{ text: "Samples Index", link: "/resources/samples_index" },
293+
{ text: "FAQ", link: "/resources/faq" },
292294
{ text: "References", link: "/resources/references" },
293295
{ text: "Who Uses abap2UI5?", link: "/resources/who_uses" },
294296
{ text: "Releases", link: "/resources/changelog" },

docs/advanced/builds.md

Lines changed: 1 addition & 1 deletion

docs/advanced/extensibility/frontend.md

Lines changed: 2 additions & 2 deletions

docs/advanced/fiori.md

Lines changed: 1 addition & 1 deletion

docs/advanced/rfc.md

Lines changed: 3 additions & 3 deletions

docs/configuration/launchpad.md

Lines changed: 6 additions & 6 deletions

docs/configuration/s4_public_cloud.md

Lines changed: 14 additions & 14 deletions

docs/development/index.md

Lines changed: 55 additions & 0 deletions

docs/get_started/quickstart.md

Lines changed: 3 additions & 3 deletions

docs/get_started/use_cases.md

Lines changed: 5 additions & 2 deletions

0 commit comments

Comments
 (0)