XuqmGroup-Web/docs-site/docs/index.md
XuqmGroup dadedbc4df feat: add VitePress docs-site with full SDK integration guides
- Add docs-site workspace (VitePress 1.5.0) with Android/iOS/RN/Vue3/HarmonyOS/Server docs
- Update Dockerfile to build and serve docs under /docs/
- Add /docs/ location block to Nginx config
- Add docs-site to yarn workspaces

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-24 15:35:24 +08:00

41 行
1.0 KiB
Markdown

---
layout: home
hero:
name: XuqmGroup
text: 开发者文档
tagline: 多端 SDK 一站式接入指南 · IM · 推送 · 版本管理
actions:
- theme: brand
text: 快速开始
link: /guide/quickstart
- theme: alt
text: 平台控制台
link: https://sentry.xuqinmin.com
features:
- icon: 🤖
title: Android SDK
details: Kotlin 优先,支持 IM 单聊/群聊、离线推送、整包/热更新
link: /android/
- icon: 🍎
title: iOS SDK
details: Swift async/await,支持 IM、APNs 推送、版本管理
link: /ios/
- icon: ⚛️
title: React Native SDK
details: TypeScript,支持全 12 种消息类型、群聊、热更新
link: /rn/
- icon: 💚
title: Vue3 SDK
details: Composable API,useIm() 开箱即用
link: /vue3/
- icon: 🎵
title: HarmonyOS SDK
details: ArkTS,支持 IM 和基础推送能力
link: /harmony/
- icon: 🔌
title: 服务端 API
details: 完整 REST API 速查,WebSocket STOMP 协议说明
link: /server/api
---