docs: add plugin development document

This commit is contained in:
xboard
2025-08-23 00:25:09 +08:00
parent 8f3cdf0dde
commit a907ef523c
2 changed files with 694 additions and 0 deletions
+3
View File
@@ -42,6 +42,9 @@ docker compose up -d
### 🔄 Upgrade Notice
> 🚨 **Important:** This version involves significant changes. Please strictly follow the upgrade documentation and backup your database before upgrading. Note that upgrading and migration are different processes, do not confuse them.
### Development Guides
- [Plugin Development Guide](./docs/en/development/plugin-development-guide.md) - Complete guide for developing XBoard plugins
### Deployment Guides
- [Deploy with 1Panel](./docs/en/installation/1panel.md)
- [Deploy with Docker Compose](./docs/en/installation/docker-compose.md)