This is an automated email from the ASF dual-hosted git repository.
wu-sheng pushed a commit to branch website-redesign-horizon
in repository https://gitbox.apache.org/repos/asf/skywalking-website.git
The following commit(s) were added to refs/heads/website-redesign-horizon by
this push:
new 5fee80ab43d feat(ui): fill homepage widget tiles with
logs/metrics/rbac screenshots
5fee80ab43d is described below
commit 5fee80ab43d3df29d9c35b93ff17bced79f84319
Author: Wu Sheng <[email protected]>
AuthorDate: Wed May 20 18:03:21 2026 +0800
feat(ui): fill homepage widget tiles with logs/metrics/rbac screenshots
---
content/_index.html | 12 ++++++------
content/images/home/horizon-logs.png | Bin 0 -> 329665 bytes
content/images/home/horizon-metrics.png | Bin 0 -> 271605 bytes
content/images/home/horizon-rbac.png | Bin 0 -> 241153 bytes
4 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/content/_index.html b/content/_index.html
index d43da55c8b6..d16ff2a9984 100644
--- a/content/_index.html
+++ b/content/_index.html
@@ -62,18 +62,18 @@ linkTitle = "Apache SkyWalking"
<figcaption><strong>Distributed tracing</strong><span>Span-by-span
waterfalls.</span></figcaption>
</figure>
- <figure class="widget-card is-empty" data-widget="logs">
- <div class="widget-ph"><svg viewBox="0 0 24 24" fill="none"><path
d="M4 5h16M4 10h12M4 15h16M4 20h10" stroke="currentColor" stroke-width="1.6"
stroke-linecap="round"/></svg></div>
+ <figure class="widget-card is-shot" data-widget="logs">
+ <img loading="lazy" src="/images/home/horizon-logs.png"
alt="SkyWalking logs explorer">
<figcaption><strong>Logs</strong><span>Trace-correlated log
explorer.</span></figcaption>
</figure>
- <figure class="widget-card is-empty" data-widget="metrics">
- <div class="widget-ph"><svg viewBox="0 0 24 24" fill="none"><path
d="M4 20h16M7 17V9m5 8V5m5 12v-6" stroke="currentColor" stroke-width="1.6"
stroke-linecap="round"/></svg></div>
+ <figure class="widget-card is-shot" data-widget="metrics">
+ <img loading="lazy" src="/images/home/horizon-metrics.png"
alt="SkyWalking metrics and dashboards">
<figcaption><strong>Metrics &
dashboards</strong><span>Customizable widgets and MQE.</span></figcaption>
</figure>
- <figure class="widget-card is-empty" data-widget="rbac">
- <div class="widget-ph"><svg viewBox="0 0 24 24" fill="none"><path
d="M12 3l7 3v5c0 4.5-3 7.5-7 9-4-1.5-7-4.5-7-9V6l7-3z" stroke="currentColor"
stroke-width="1.6" stroke-linejoin="round"/><path d="M9.5 12l1.8 1.8 3.4-3.6"
stroke="currentColor" stroke-width="1.6" stroke-linecap="round"
stroke-linejoin="round"/></svg></div>
+ <figure class="widget-card is-shot" data-widget="rbac">
+ <img loading="lazy" src="/images/home/horizon-rbac.png"
alt="SkyWalking RBAC and alerting">
<figcaption><strong>RBAC & alerting</strong><span>Role-based
access and alarm rules.</span></figcaption>
</figure>
</div>
diff --git a/content/images/home/horizon-logs.png
b/content/images/home/horizon-logs.png
new file mode 100644
index 00000000000..df52e2ca9a5
Binary files /dev/null and b/content/images/home/horizon-logs.png differ
diff --git a/content/images/home/horizon-metrics.png
b/content/images/home/horizon-metrics.png
new file mode 100644
index 00000000000..87ca5e252ff
Binary files /dev/null and b/content/images/home/horizon-metrics.png differ
diff --git a/content/images/home/horizon-rbac.png
b/content/images/home/horizon-rbac.png
new file mode 100644
index 00000000000..22657105605
Binary files /dev/null and b/content/images/home/horizon-rbac.png differ