feat: implement pages
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
---
|
||||
pageType: home
|
||||
|
||||
hero:
|
||||
name: OnixByte Official
|
||||
tagline: OnixByte Homepage
|
||||
actions:
|
||||
- theme: brand
|
||||
text: Quick Start
|
||||
link: /guide/start/introduction
|
||||
- theme: alt
|
||||
text: GitHub
|
||||
link: https://github.com/web-infra-dev/rspress
|
||||
image:
|
||||
src: /rspress-icon.png
|
||||
alt: Logo
|
||||
features:
|
||||
- title: Blazing fast build speed
|
||||
details: The core compilation module is based on the Rust front-end toolchain, providing a more ultimate development experience.
|
||||
icon: 🏃🏻♀️
|
||||
link: /guide/start/introduction
|
||||
- title: Support for MDX content writing
|
||||
details: MDX is a powerful way to write content, allowing you to use React components in Markdown.
|
||||
icon: 📦
|
||||
link: /guide/use-mdx/components
|
||||
- title: Built-in full-text search
|
||||
details: Automatically generates a full-text search index for you during construction, providing out-of-the-box full-text search capabilities.
|
||||
icon: 🎨
|
||||
link: https://rspress.rs/guide/advanced/custom-search
|
||||
- title: AI-friendly
|
||||
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.
|
||||
icon: 🤖
|
||||
link: https://rspress.rs/guide/basic/ssg-md
|
||||
- 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
|
||||
---
|
||||
Reference in New Issue
Block a user