Merge remote-tracking branch 'origin/main'
# Conflicts: # i18n.json
This commit is contained in:
+23
-31
@@ -2,41 +2,33 @@
|
|||||||
pageType: home
|
pageType: home
|
||||||
|
|
||||||
hero:
|
hero:
|
||||||
name: OnixByte Official
|
name: OnixByte
|
||||||
tagline: OnixByte Homepage
|
tagline: A small open-source collective, crafting tools for developers.
|
||||||
actions:
|
actions:
|
||||||
- theme: brand
|
- theme: brand
|
||||||
text: Quick Start
|
text: Explore Projects
|
||||||
link: /guide/start/introduction
|
link: https://github.com/onixbyte
|
||||||
- theme: alt
|
- theme: alt
|
||||||
text: GitHub
|
text: Try Dev Lab
|
||||||
link: https://github.com/web-infra-dev/rspress
|
link: https://dev-lab.onixbyte.dev
|
||||||
image:
|
image:
|
||||||
src: /rspress-icon.png
|
src: /onixbyte-icon.svg
|
||||||
alt: Logo
|
alt: Logo
|
||||||
features:
|
features:
|
||||||
- title: Blazing fast build speed
|
- title: OnixByte Toolbox
|
||||||
details: The core compilation module is based on the Rust front-end toolchain, providing a more ultimate development experience.
|
details: A versatile Java library providing common utilities for modern development with seamless Spring integration. Published on Maven Central.
|
||||||
icon: 🏃🏻♀️
|
icon: ☕
|
||||||
link: /guide/start/introduction
|
link: https://github.com/onixbyte/onixbyte-toolbox
|
||||||
- title: Support for MDX content writing
|
- title: Dev Lab
|
||||||
details: MDX is a powerful way to write content, allowing you to use React components in Markdown.
|
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: 📦
|
icon: 🛠️
|
||||||
link: /guide/use-mdx/components
|
link: https://dev-lab.onixbyte.dev
|
||||||
- title: Built-in full-text search
|
- title: Helix
|
||||||
details: Automatically generates a full-text search index for you during construction, providing out-of-the-box full-text search capabilities.
|
details: An evolving full-stack template combining Spring Boot with React, designed to help you ship applications faster.
|
||||||
icon: 🎨
|
icon: 🌀
|
||||||
link: https://rspress.rs/guide/advanced/custom-search
|
link: https://github.com/onixbyte
|
||||||
- title: AI-friendly
|
- title: Delta Force Guide
|
||||||
details: Generate llms.txt and Markdown files compliant with the llms.txt specification through SSG-MD, making it easier for large language models to understand and use your documentation.
|
details: A community-oriented guide for Delta Force, delivering game news, tips, and strategic insights for fellow operators.
|
||||||
icon: 🤖
|
icon: 🎯
|
||||||
link: https://rspress.rs/guide/basic/ssg-md
|
link: https://github.com/onixbyte/delta-force-guide-web
|
||||||
- title: Static site generation
|
|
||||||
details: In production, it automatically builds into static HTML files, which can be easily deployed anywhere.
|
|
||||||
icon: 🌈
|
|
||||||
link: https://rspress.rs/guide/basic/ssg
|
|
||||||
- title: Providing multiple custom capabilities
|
|
||||||
details: Through its extension mechanism, you can easily extend theme UI and build process.
|
|
||||||
icon: 🔥
|
|
||||||
link: https://rspress.rs/guide/basic/custom-theme
|
|
||||||
---
|
---
|
||||||
|
|||||||
+22
-30
@@ -2,41 +2,33 @@
|
|||||||
pageType: home
|
pageType: home
|
||||||
|
|
||||||
hero:
|
hero:
|
||||||
name: OnixByte Official
|
name: OnixByte
|
||||||
tagline: OnixByte Homepage
|
tagline: 一个小型开源开发者组织,为开发者打造实用工具。
|
||||||
actions:
|
actions:
|
||||||
- theme: brand
|
- theme: brand
|
||||||
text: Quick Start
|
text: 探索项目
|
||||||
link: /guide/start/introduction
|
link: https://github.com/onixbyte
|
||||||
- theme: alt
|
- theme: alt
|
||||||
text: GitHub
|
text: 体验 Dev Lab
|
||||||
link: https://github.com/web-infra-dev/rspress
|
link: https://dev-lab.onixbyte.dev
|
||||||
image:
|
image:
|
||||||
src: /onixbyte-icon.svg
|
src: /onixbyte-icon.svg
|
||||||
alt: Logo
|
alt: Logo
|
||||||
features:
|
features:
|
||||||
- title: Blazing fast build speed
|
- title: OnixByte Toolbox
|
||||||
details: The core compilation module is based on the Rust front-end toolchain, providing a more ultimate development experience.
|
details: 一个多功能 Java 类库,为现代 Java 开发提供通用工具,无缝集成 Spring 生态。已上架 Maven Central。
|
||||||
icon: 🏃🏻♀️
|
icon: ☕
|
||||||
link: /guide/start/introduction
|
link: https://github.com/onixbyte/onixbyte-toolbox
|
||||||
- title: Support for MDX content writing
|
- title: Dev Lab
|
||||||
details: MDX is a powerful way to write content, allowing you to use React components in Markdown.
|
details: 基于 Vite 和 React 构建的实用在线工具集。包含 JSON Path 查看器、BMI 计算器以及 JSON 转表格工具。
|
||||||
icon: 📦
|
icon: 🛠️
|
||||||
link: /guide/use-mdx/components
|
link: https://dev-lab.onixbyte.dev
|
||||||
- title: Built-in full-text search
|
- title: Helix
|
||||||
details: Automatically generates a full-text search index for you during construction, providing out-of-the-box full-text search capabilities.
|
details: 一个不断演进的前后端模版项目,结合 Spring Boot 与 React,助你快速构建应用。
|
||||||
icon: 🎨
|
icon: 🌀
|
||||||
link: https://rspress.rs/guide/advanced/custom-search
|
link: https://github.com/onixbyte
|
||||||
- title: AI-friendly
|
- title: Delta Force Guide
|
||||||
details: Generate llms.txt and Markdown files compliant with the llms.txt specification through SSG-MD, making it easier for large language models to understand and use your documentation.
|
details: 社区向的《三角洲行动》游戏指南,提供最新游戏资讯、实用技巧和战术策略。
|
||||||
icon: 🤖
|
icon: 🎯
|
||||||
link: https://rspress.rs/guide/basic/ssg-md
|
link: https://github.com/onixbyte/delta-force-guide-web
|
||||||
- title: Static site generation
|
|
||||||
details: In production, it automatically builds into static HTML files, which can be easily deployed anywhere.
|
|
||||||
icon: 🌈
|
|
||||||
link: https://rspress.rs/guide/basic/ssg
|
|
||||||
- title: Providing multiple custom capabilities
|
|
||||||
details: Through its extension mechanism, you can easily extend theme UI and build process.
|
|
||||||
icon: 🔥
|
|
||||||
link: https://rspress.rs/guide/basic/custom-theme
|
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -1,4 +1,8 @@
|
|||||||
{
|
{
|
||||||
|
"outlineTitle": {
|
||||||
|
"en-gb": "ON THIS PAGE",
|
||||||
|
"zh-hans": "目录"
|
||||||
|
},
|
||||||
"languagesText": {
|
"languagesText": {
|
||||||
"en-gb": "Languages",
|
"en-gb": "Languages",
|
||||||
"zh-hans": "语言"
|
"zh-hans": "语言"
|
||||||
@@ -15,10 +19,6 @@
|
|||||||
"en-gb": "Menu",
|
"en-gb": "Menu",
|
||||||
"zh-hans": "菜单"
|
"zh-hans": "菜单"
|
||||||
},
|
},
|
||||||
"outlineTitle": {
|
|
||||||
"en-gb": "ON THIS PAGE",
|
|
||||||
"zh-hans": "目录"
|
|
||||||
},
|
|
||||||
"scrollToTopText": {
|
"scrollToTopText": {
|
||||||
"en-gb": "Back to top",
|
"en-gb": "Back to top",
|
||||||
"zh-hans": "回到顶部"
|
"zh-hans": "回到顶部"
|
||||||
|
|||||||
Reference in New Issue
Block a user