From 7de2a54f7f473f1f60c076a973b3f0fe76002fd5 Mon Sep 17 00:00:00 2001 From: siujamo Date: Mon, 8 Jun 2026 16:25:06 +0800 Subject: [PATCH] docs: update git repo url --- docs/en-gb/index.md | 13 +++++-------- docs/zh-hans/index.md | 10 +++++----- rspress.config.ts | 9 +++++++-- 3 files changed, 17 insertions(+), 15 deletions(-) diff --git a/docs/en-gb/index.md b/docs/en-gb/index.md index 02417ba..70d2957 100644 --- a/docs/en-gb/index.md +++ b/docs/en-gb/index.md @@ -7,25 +7,22 @@ hero: actions: - theme: brand text: Explore Projects - link: https://github.com/onixbyte - - theme: alt - text: Try Dev Lab - link: https://dev-lab.onixbyte.dev + link: https://git.onixbyte.com/onixbyte features: - title: OnixByte Toolbox details: A versatile Java library providing common utilities for modern development with seamless Spring integration. Published on Maven Central. icon: ☕ - link: https://github.com/onixbyte/onixbyte-toolbox + link: https://git.onixbyte.com/explore/repos?q=onixbyte-toolbox&topic=1 - title: Dev Lab details: A collection of practical web tools built with Vite and React. Features a JSON Path viewer, BMI calculator, and JSON-to-table converter. icon: 🛠️ - link: https://dev-lab.onixbyte.dev + link: https://dev-lab.onixbyte.com - title: Helix details: An evolving full-stack template combining Spring Boot with React, designed to help you ship applications faster. icon: 🌀 - link: https://github.com/onixbyte + link: https://git.onixbyte.com/explore/repos?q=helix&topic=1 - title: Delta Force Guide details: A community-oriented guide for Delta Force, delivering game news, tips, and strategic insights for fellow operators. icon: 🎯 - link: https://github.com/onixbyte/delta-force-guide-web + link: https://git.onixbyte.com/explore/repos?q=delta-force-guide&topic=1 --- diff --git a/docs/zh-hans/index.md b/docs/zh-hans/index.md index 5c4183a..d931a31 100644 --- a/docs/zh-hans/index.md +++ b/docs/zh-hans/index.md @@ -7,22 +7,22 @@ hero: actions: - theme: brand text: 探索项目 - link: https://github.com/onixbyte + link: https://git.onixbyte.com/onixbyte features: - title: OnixByte Toolbox details: 一个多功能 Java 类库,为现代 Java 开发提供通用工具,无缝集成 Spring 生态。已上架 Maven Central。 icon: ☕ - link: https://github.com/onixbyte/onixbyte-toolbox + link: https://git.onixbyte.com/explore/repos?q=onixbyte-toolbox&topic=1 - title: Dev Lab details: 基于 Vite 和 React 构建的实用在线工具集。包含 JSON Path 查看器、BMI 计算器以及 JSON 转表格工具。 icon: 🛠️ - link: https://dev-lab.onixbyte.dev + link: https://dev-lab.onixbyte.com - title: Helix details: 一个不断演进的前后端模版项目,结合 Spring Boot 与 React,助你快速构建应用。 icon: 🌀 - link: https://github.com/onixbyte + link: https://git.onixbyte.com/explore/repos?q=helix&topic=1 - title: Delta Force Guide details: 社区向的《三角洲行动》游戏指南,提供最新游戏资讯、实用技巧和战术策略。 icon: 🎯 - link: https://github.com/onixbyte/delta-force-guide-web + link: https://git.onixbyte.com/explore/repos?q=delta-force-guide&topic=1 --- diff --git a/rspress.config.ts b/rspress.config.ts index bde8cad..0ba997a 100644 --- a/rspress.config.ts +++ b/rspress.config.ts @@ -12,9 +12,14 @@ export default defineConfig({ themeConfig: { socialLinks: [ { - icon: "gitlab", + icon: "github", mode: "link", - content: "https://git.onixbyte.cn/onixbyte/homepage", + content: "https://git.onixbyte.com/onixbyte/homepage", + }, + { + icon: "x", + mode: "link", + content: "https://x.com/onixbyte", }, ], },