Skip to content
This repository was archived by the owner on Dec 28, 2025. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions .github/workflows/auto-pr-review.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.

name: "Auto PR Commenter"

on:
pull_request_target:
types: [opened]

jobs:
add-review-comment:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- name: Add review comment
uses: peter-evans/create-or-update-comment@v4
with:
issue-number: ${{ github.event.pull_request.number }}
body: |
@codecov-ai-reviewer review
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/apache/hugegraph-doc)

## Build/Test/Contribute to website

Please visit the [contribution doc](./contribution.md) to get start, include theme/website description & settings~
Expand Down
Binary file added assets/fonts/OpenSans-Bold.woff
Binary file not shown.
Binary file added assets/fonts/OpenSans-Bold.woff2
Binary file not shown.
Binary file added assets/fonts/OpenSans-BoldItalic.woff
Binary file not shown.
Binary file added assets/fonts/OpenSans-BoldItalic.woff2
Binary file not shown.
Binary file added assets/fonts/OpenSans-Italic.woff
Binary file not shown.
Binary file added assets/fonts/OpenSans-Italic.woff2
Binary file not shown.
Binary file added assets/fonts/OpenSans-Light.woff
Binary file not shown.
Binary file added assets/fonts/OpenSans-Light.woff2
Binary file not shown.
Binary file added assets/fonts/OpenSans-LightItalic.woff
Binary file not shown.
Binary file added assets/fonts/OpenSans-LightItalic.woff2
Binary file not shown.
Binary file added assets/fonts/OpenSans-Regular.woff
Binary file not shown.
Binary file added assets/fonts/OpenSans-Regular.woff2
Binary file not shown.
Binary file added assets/fonts/Rubik-Bold.woff
Binary file not shown.
Binary file added assets/fonts/Rubik-Bold.woff2
Binary file not shown.
Binary file added assets/fonts/Rubik-Light.woff
Binary file not shown.
Binary file added assets/fonts/Rubik-Light.woff2
Binary file not shown.
Binary file added assets/fonts/Rubik-Medium.woff
Binary file not shown.
Binary file added assets/fonts/Rubik-Medium.woff2
Binary file not shown.
Binary file added assets/fonts/Rubik-Regular.woff
Binary file not shown.
Binary file added assets/fonts/Rubik-Regular.woff2
Binary file not shown.
Binary file added assets/fonts/Rubik-SemiBold.woff
Binary file not shown.
Binary file added assets/fonts/Rubik-SemiBold.woff2
Binary file not shown.
Binary file added assets/fonts/Tajawal-Bold.woff
Binary file not shown.
Binary file added assets/fonts/Tajawal-Bold.woff2
Binary file not shown.
Binary file added assets/fonts/Tajawal-Light.woff
Binary file not shown.
Binary file added assets/fonts/Tajawal-Light.woff2
Binary file not shown.
Binary file added assets/fonts/Tajawal-Medium.woff
Binary file not shown.
Binary file added assets/fonts/Tajawal-Medium.woff2
Binary file not shown.
Binary file added assets/fonts/Tajawal-Regular.woff
Binary file not shown.
Binary file added assets/fonts/Tajawal-Regular.woff2
Binary file not shown.
Binary file added assets/fonts/Vazir-Bold.woff
Binary file not shown.
Binary file added assets/fonts/Vazir-Bold.woff2
Binary file not shown.
Binary file added assets/fonts/Vazir-Light.woff
Binary file not shown.
Binary file added assets/fonts/Vazir-Light.woff2
Binary file not shown.
Binary file added assets/fonts/Vazir-Medium.woff
Binary file not shown.
Binary file added assets/fonts/Vazir-Medium.woff2
Binary file not shown.
Binary file added assets/fonts/Vazir-Regular.woff
Binary file not shown.
Binary file added assets/fonts/Vazir-Regular.woff2
Binary file not shown.
176 changes: 176 additions & 0 deletions assets/scss/_variables_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,179 @@ Add styles or override variables from the theme here.

*/

// Self-hosted font declarations
// Open Sans font family
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url('/assets/fonts/OpenSans-Light.woff2') format('woff2'),
url('/assets/fonts/OpenSans-Light.woff') format('woff');
}

@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 300;
font-display: swap;
src: url('/assets/fonts/OpenSans-LightItalic.woff2') format('woff2'),
url('/assets/fonts/OpenSans-LightItalic.woff') format('woff');
}

@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url('/assets/fonts/OpenSans-Regular.woff2') format('woff2'),
url('/assets/fonts/OpenSans-Regular.woff') format('woff');
}

@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url('/assets/fonts/OpenSans-Italic.woff2') format('woff2'),
url('/assets/fonts/OpenSans-Italic.woff') format('woff');
}

@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url('/assets/fonts/OpenSans-Bold.woff2') format('woff2'),
url('/assets/fonts/OpenSans-Bold.woff') format('woff');
}

@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url('/assets/fonts/OpenSans-BoldItalic.woff2') format('woff2'),
url('/assets/fonts/OpenSans-BoldItalic.woff') format('woff');
}

// Rubik font family (Hebrew)
@font-face {
font-family: 'Rubik';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url('/assets/fonts/Rubik-Light.woff2') format('woff2'),
url('/assets/fonts/Rubik-Light.woff') format('woff');
}

@font-face {
font-family: 'Rubik';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url('/assets/fonts/Rubik-Regular.woff2') format('woff2'),
url('/assets/fonts/Rubik-Regular.woff') format('woff');
}

@font-face {
font-family: 'Rubik';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url('/assets/fonts/Rubik-Medium.woff2') format('woff2'),
url('/assets/fonts/Rubik-Medium.woff') format('woff');
}

@font-face {
font-family: 'Rubik';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url('/assets/fonts/Rubik-SemiBold.woff2') format('woff2'),
url('/assets/fonts/Rubik-SemiBold.woff') format('woff');
}

@font-face {
font-family: 'Rubik';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url('/assets/fonts/Rubik-Bold.woff2') format('woff2'),
url('/assets/fonts/Rubik-Bold.woff') format('woff');
}

// Tajawal font family (Arabic)
@font-face {
font-family: 'Tajawal';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url('/assets/fonts/Tajawal-Light.woff2') format('woff2'),
url('/assets/fonts/Tajawal-Light.woff') format('woff');
}

@font-face {
font-family: 'Tajawal';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url('/assets/fonts/Tajawal-Regular.woff2') format('woff2'),
url('/assets/fonts/Tajawal-Regular.woff') format('woff');
}

@font-face {
font-family: 'Tajawal';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url('/assets/fonts/Tajawal-Medium.woff2') format('woff2'),
url('/assets/fonts/Tajawal-Medium.woff') format('woff');
}

@font-face {
font-family: 'Tajawal';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url('/assets/fonts/Tajawal-Bold.woff2') format('woff2'),
url('/assets/fonts/Tajawal-Bold.woff') format('woff');
}

// Vazir font family (Persian/Farsi)
@font-face {
font-family: 'Vazir';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url('/assets/fonts/Vazir-Light.woff2') format('woff2'),
url('/assets/fonts/Vazir-Light.woff') format('woff');
}

@font-face {
font-family: 'Vazir';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url('/assets/fonts/Vazir-Regular.woff2') format('woff2'),
url('/assets/fonts/Vazir-Regular.woff') format('woff');
}

@font-face {
font-family: 'Vazir';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url('/assets/fonts/Vazir-Medium.woff2') format('woff2'),
url('/assets/fonts/Vazir-Medium.woff') format('woff');
}

@font-face {
font-family: 'Vazir';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url('/assets/fonts/Vazir-Bold.woff2') format('woff2'),
url('/assets/fonts/Vazir-Bold.woff') format('woff');
}

10 changes: 5 additions & 5 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ enable = true
pre = "<i class='fas fa-book pr-2'></i>"
url = "/docs/"
[[menu.main]]
name = "Blog"
weight = 100
hidden = true
#pre = "<i class='fas fa-rss pr-2'></i>"
#url = "https://blog.kubeflow.org/"
name = "Blog Posts"
weight = -100
hidden = false
pre = "<i class='fas fa-book pr-2'></i>"
url = "/blog/"
[[menu.main]]
name = "GitHub"
weight = -99
Expand Down
10 changes: 7 additions & 3 deletions content/cn/blog/_index.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
---
title: "Docsy Blog"
title: "Blog"
linkTitle: "Blog"
menu:
main:
weight: 30
---

欢迎阅读 HugeGraph 博客!

This is the **blog** section. It has two categories: News and Releases.
这里汇集了 HugeGraph 生态的技术文章、最佳实践和社区动态:

Files in these directories will be listed in reverse chronological order.
- **HugeGraph (OLTP)**: 图数据库核心功能、性能优化、存储引擎等
- **HugeGraph-AI**: AI 与图计算结合的应用案例
- **HugeGraph Computing (OLAP)**: 大规模图计算和分析实践

探索更多内容,提升您的图数据库使用体验!
5 changes: 5 additions & 0 deletions content/cn/blog/computing/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: "HugeGraph Computing (OLAP)"
linkTitle: "HugeGraph Computing (OLAP)"
weight: 4
---
5 changes: 5 additions & 0 deletions content/cn/blog/hugegraph-ai/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: "HugeGraph-AI"
linkTitle: "HugeGraph-AI"
weight: 3
---
5 changes: 5 additions & 0 deletions content/cn/blog/hugegraph/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: "HugeGraph (OLTP)"
linkTitle: "HugeGraph (OLTP)"
weight: 1
---
5 changes: 5 additions & 0 deletions content/cn/blog/hugegraph/toplingdb/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: "ToplingDB"
linkTitle: "ToplingDB"
weight: 1
---
Loading
Loading