wu-sheng opened a new pull request, #851: URL: https://github.com/apache/skywalking-website/pull/851
## Summary This branch bundles the homepage 3D infrastructure map work with two follow-ups. ### 3D infrastructure map demo (homepage) - A "SEE IT IN 3D" band on the homepage launches a trimmed, no-backend build of the Horizon UI 3D map as a full browser page. The poster is a static image, so the homepage never loads the 3D bundle or starts the render loop until the visitor clicks through. ### `/#demo` deep-link reopened - Arriving at `skywalking.apache.org/#demo` now drops the **Live demo** box open and highlights the whole box. The theme's `openDemoDropdown()` hook had gone stale after the homepage redesign dropped the `.btn-demo` class, so the many docs links to `/#demo` had quietly stopped working. - `id="demo"` on the demo wrapper; open via the wrapper's `.dropdown-toggle`; re-run on `hashchange`; a `.demo-attention` brand-ring glow + short pulse (suppressed under `prefers-reduced-motion`). ### Release Apache SkyWalking Horizon UI 0.6.0 - New event post, curated from the repo `CHANGELOG.md` at `v0.6.0` (eight-locale i18n, the 3D Infrastructure Map, Smartscape service hierarchy, on-demand pod logs, BanyanDB cold-stage, dashboard authoring rework, non-UTC wire-correctness, performance/RBAC/input-validation hardening). - `data/docs.yml`: bump `Latest` `commitId` and add a `v0.6.0` entry, both pinned to `fc6d9d5b5233dc424dc878444f4459bd3a31edb0` (the post-tag docs accuracy pass). > `releases.yml` is intentionally **not** updated yet — the 0.6.0 tarballs are not on the Apache mirrors at time of writing. The download links will be added once the artifacts are published. ## Verification - `hugo --minify` builds clean; the new event page renders and the `#demo` behavior is present in the compiled HTML/CSS. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
