From 1c8fa185a9a7b1e91f271f38c732002c05445789 Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 21 Aug 2026 07:06:46 +0000 Subject: [PATCH 1/4] Drop the tab icon page - the field it documents is going away Reverts "Document the tab icon next to the other things the exit sets" (#164), because abap2UI5 is taking `cs_config-favicon` back out (abap2UI5/abap2UI5#2645 reverted): the tab icon was already reachable from the running app through `cs_event-set_favicon`, and a second way to set it earned a page here that documents a field readers cannot use. The runtime mechanism keeps its documentation - `set_favicon` stays in [Title](/cookbook/browser_interaction/title), which the removed page pointed at anyway. `resources/logo.md` linked to the removed page for "an app that sets its own": it now names the frontend event and links the cookbook page, so the sentence keeps saying the true thing and no link dangles. --- docs/.vitepress/config.mjs | 1 - docs/configuration/setup.md | 1 - docs/configuration/setup/favicon.md | 58 ----------------------------- docs/resources/logo.md | 6 +-- 4 files changed, 3 insertions(+), 63 deletions(-) delete mode 100644 docs/configuration/setup/favicon.md diff --git a/docs/.vitepress/config.mjs b/docs/.vitepress/config.mjs index aa0861a2..0e0e183d 100644 --- a/docs/.vitepress/config.mjs +++ b/docs/.vitepress/config.mjs @@ -380,7 +380,6 @@ export default defineConfig({ { text: "Bootstrapping", link: "/configuration/setup/ui5_bootstrapping" }, { text: "Bootstrap Attributes", link: "/configuration/setup/bootstrap_attributes" }, { text: "Style / CSS", link: "/configuration/setup/style_css" }, - { text: "Favicon", link: "/configuration/setup/favicon" }, { text: "Logon Language", link: "/configuration/setup/logon_language" }, ], }, diff --git a/docs/configuration/setup.md b/docs/configuration/setup.md index 56a41ec3..a8f5d805 100644 --- a/docs/configuration/setup.md +++ b/docs/configuration/setup.md @@ -32,7 +32,6 @@ ENDCLASS. | [Bootstrapping](/configuration/setup/ui5_bootstrapping) | `src` | `src` of the bootstrap script (UI5 version + delivery channel) | | [Bootstrap Attributes](/configuration/setup/bootstrap_attributes) | `t_add_config` | Additional `data-sap-ui-*` attributes | | [Style / CSS](/configuration/setup/style_css) | `styles_css` | Inline `