26 lines
622 B
Markdown
26 lines
622 B
Markdown
|
---
|
||
|
# https://vitepress.dev/reference/default-theme-home-page
|
||
|
layout: home
|
||
|
|
||
|
hero:
|
||
|
name: "MyBot"
|
||
|
text: "MyBot docs"
|
||
|
tagline: A Java-based OneBot11-compatible robot framework
|
||
|
actions:
|
||
|
- theme: brand
|
||
|
text: Quick Start
|
||
|
link: /deployment
|
||
|
- theme: alt
|
||
|
text: API Reference
|
||
|
link: /api-list
|
||
|
|
||
|
features:
|
||
|
- title: Bukkit Like Plugin Form
|
||
|
details: Minecraft developers can easily get started
|
||
|
- title: API rich
|
||
|
details: compatible with all onebot11 apis and events
|
||
|
- title: Low occupancy
|
||
|
details: The full version only takes up 20M of storage and less than 100M of memory.
|
||
|
---
|
||
|
|