This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-website.git


The following commit(s) were added to refs/heads/master by this push:
     new d11ce403b67 Fix clickable links for retired project replacements on 
docs page
d11ce403b67 is described below

commit d11ce403b67ddebe283128068a1a84a7d2810318
Author: Wu Sheng <[email protected]>
AuthorDate: Wed Apr 8 10:08:06 2026 +0800

    Fix clickable links for retired project replacements on docs page
    
    Use markdownify filter in docs template and convert bare URLs to
    markdown anchor links so they trigger the blue box highlight on click.
---
 data/docs.yml                         | 8 ++++----
 themes/docsy/layouts/docs/baseof.html | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/data/docs.yml b/data/docs.yml
index 0aaf03d6570..34495c15f7b 100644
--- a/data/docs.yml
+++ b/data/docs.yml
@@ -470,18 +470,18 @@
       user: SkyAPM
       repo: transporter-plugin-for-skywalking
     - name: (Retired) Go2Sky
-      description: Replaced by https://skywalking.apache.org/docs/#GoAgent 
auto-instrument agent.
+      description: "Replaced by [Go Agent](#GoAgent) auto-instrument agent."
       user: SkyAPM
       repo: go2sky
     - name: (Retired) Go2Sky Plugins
-      description: Replaced by https://skywalking.apache.org/docs/#GoAgent 
auto-instrument agent.
+      description: "Replaced by [Go Agent](#GoAgent) auto-instrument agent."
       user: SkyAPM
       repo: go2sky-plugins
     - name: (Retired) SkyAPM PHP Agent
-      description: Replaced by https://skywalking.apache.org/docs/#PHPAgent
+      description: "Replaced by [PHP Agent](#PHPAgent)"
       user: SkyAPM
       repo: SkyAPM-php-sdk
     - name: (Retired) SkyAPM Node.js
-      description: Replaced by https://skywalking.apache.org/docs/#NodeJSAgent
+      description: "Replaced by [NodeJS Agent](#NodeJSAgent)"
       user: SkyAPM
       repo: SkyAPM-nodejs
diff --git a/themes/docsy/layouts/docs/baseof.html 
b/themes/docsy/layouts/docs/baseof.html
index 2f630bcc10a..ad75fde8ec7 100644
--- a/themes/docsy/layouts/docs/baseof.html
+++ b/themes/docsy/layouts/docs/baseof.html
@@ -69,7 +69,7 @@
                           <i class="iconfont icon-link"></i>
                         </a>
                       </div>
-                      <p>{{.description}}</p>
+                      <p>{{.description | markdownify}}</p>
                     </div>
                     <div class="doc-box">
                       <a class="github-button btn" target="_blank" 
rel="noopener" href="https://github.com/{{.user}}/{{.repo}}"; data-size="large"

Reply via email to