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

imbajin pushed a commit to branch feat/oink-community-content
in repository https://gitbox.apache.org/repos/asf/hugegraph-doc.git

commit 2e14c620dcb886cc31bd7a418a35edd882996481
Author: dark <[email protected]>
AuthorDate: Fri Sep 4 20:59:15 2026 +0800

    fix(community): load scoped member styles
    
    - allow the fingerprinted Community stylesheet across artifact origins
    - raise only the two metadata boosts that missed the Top-3 gate
    - keep English and Chinese search weighting symmetric
---
 content/cn/docs/download/download.md     | 2 +-
 content/cn/docs/introduction/_index.md   | 2 +-
 content/en/docs/download/download.md     | 2 +-
 content/en/docs/introduction/_index.md   | 2 +-
 layouts/_partials/community/members.html | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/content/cn/docs/download/download.md 
b/content/cn/docs/download/download.md
index 38c153ef5..bc96a8ca5 100644
--- a/content/cn/docs/download/download.md
+++ b/content/cn/docs/download/download.md
@@ -3,7 +3,7 @@ title: "下载 Apache HugeGraph"
 linkTitle: "Download"
 weight: 2
 search_keywords: [HugeGraph 下载, 发布包, SHA512]
-search_boost: 1.7
+search_boost: 3
 ---
 
 > 指南:
diff --git a/content/cn/docs/introduction/_index.md 
b/content/cn/docs/introduction/_index.md
index d85133ae5..b729e2df4 100644
--- a/content/cn/docs/introduction/_index.md
+++ b/content/cn/docs/introduction/_index.md
@@ -3,7 +3,7 @@ title: "Apache HugeGraph 介绍"
 linkTitle: "系统介绍"
 weight: 1
 search_keywords: [HugeGraph 介绍, 图数据库简介, 系统架构]
-search_boost: 1.6
+search_boost: 3
 aliases:
   # Hugo 0.165 prefixes aliases with the current language path.
   - /docs/introduction/readme/
diff --git a/content/en/docs/download/download.md 
b/content/en/docs/download/download.md
index 2d0c84b92..81be3cf18 100644
--- a/content/en/docs/download/download.md
+++ b/content/en/docs/download/download.md
@@ -3,7 +3,7 @@ title: "Download Apache HugeGraph"
 linkTitle: "Download"
 weight: 2
 search_keywords: [HugeGraph download, release artifacts, SHA512]
-search_boost: 1.7
+search_boost: 3
 ---
 
 
diff --git a/content/en/docs/introduction/_index.md 
b/content/en/docs/introduction/_index.md
index 83d8bb1f5..7ecee27a6 100644
--- a/content/en/docs/introduction/_index.md
+++ b/content/en/docs/introduction/_index.md
@@ -3,7 +3,7 @@ title: "Apache HugeGraph Introduction"
 linkTitle: "System Introduction"
 weight: 1
 search_keywords: [HugeGraph overview, graph database introduction, 
architecture]
-search_boost: 1.6
+search_boost: 3
 aliases:
   # Hugo 0.165 prefixes aliases with the current language path.
   - /docs/introduction/readme/
diff --git a/layouts/_partials/community/members.html 
b/layouts/_partials/community/members.html
index 36921f309..459604b1a 100644
--- a/layouts/_partials/community/members.html
+++ b/layouts/_partials/community/members.html
@@ -6,7 +6,7 @@
 -}}
 {{- $copy := index $labels $page.Language.Lang | default (index $labels "en") 
-}}
 {{- $style := resources.Get "scss/community-members.scss" | toCSS | minify | 
fingerprint -}}
-<link rel="stylesheet" href="{{ $style.RelPermalink }}" integrity="{{ 
$style.Data.Integrity }}">
+<link rel="stylesheet" href="{{ $style.RelPermalink }}" integrity="{{ 
$style.Data.Integrity }}" crossorigin="anonymous">
 <section id="project-members" class="td-landing-section hg-community-members" 
aria-labelledby="project-members-title">
   <div class="td-site-container">
     <div class="td-landing-section__header">

Reply via email to