📝 文档初步大迁移 vuepress
-> vitepress
This commit is contained in:
61
docs/en/index.md
Normal file
61
docs/en/index.md
Normal file
@ -0,0 +1,61 @@
|
||||
---
|
||||
layout: home
|
||||
|
||||
hero:
|
||||
name: "LiteyukiBot"
|
||||
text: "Litedoc"
|
||||
tagline: "An integrated chat bot application and management framework"
|
||||
actions:
|
||||
- theme: brand
|
||||
text: Get Started
|
||||
link: ./deploy/install
|
||||
- theme: alt
|
||||
text: Manual
|
||||
link: ./usage/basic_command
|
||||
- theme: alt
|
||||
text: Extensions
|
||||
link: ./store/
|
||||
|
||||
image:
|
||||
src: /liteyuki.svg
|
||||
alt: Liteyuki Logo
|
||||
|
||||
features:
|
||||
- title: Supports Multiple Frameworks
|
||||
icon: 🛠️
|
||||
details: Based on the liteyuki framework, compatible with nonebot, melobot, etc., with good ecological support
|
||||
link: ./dev/api/api
|
||||
|
||||
- title: Plugin Management
|
||||
icon: 🧩
|
||||
details: Use package manager for convenient management of plugins and resource packs
|
||||
link: ./store/plugin
|
||||
|
||||
- title: Theme Support
|
||||
icon: 🎨
|
||||
details: Fully customize the appearance using resource packs
|
||||
link: ./store/resource
|
||||
|
||||
- title: Internationalization
|
||||
icon: 🌐
|
||||
details: Support for multiple languages through resource packs
|
||||
link: https://baike.baidu.com/item/i18n/6771940
|
||||
|
||||
- title: Easy to Use
|
||||
icon: ⚙️
|
||||
details: No complicated pre-process, ready to use out of the box
|
||||
link: ./deploy/config
|
||||
|
||||
- title: Ultra-high Performance
|
||||
icon: 🏎️
|
||||
details: 500 plugins, starts within 2 seconds
|
||||
|
||||
- title: Rolling Updates
|
||||
icon: ☁️
|
||||
details: Keep your robot up to date with the latest commits
|
||||
|
||||
- title: Open Source Project
|
||||
icon: 💻
|
||||
details: The project follows the MIT LICENSE and is open to contributions
|
||||
link: https://github.com/LiteyukiStudio/LiteyukiBot
|
||||
---
|
Reference in New Issue
Block a user