NapLink SDK 官方文档站点(基于 VitePress)
# 安装依赖
npm install
# 启动开发服务器
npm run dev
# 构建
npm run build
# 预览构建结果
npm run previewdocs/
├── .vitepress/
│ └── config.ts # VitePress 配置
├── guide/ # 指南文档
│ ├── index.md # 简介
│ ├── getting-started.md
│ ├── configuration.md
│ └── ...
├── api/ # API 文档
│ ├── index.md
│ ├── naplink.md
│ └── ...
└── index.md # 首页
文档会自动部署到 GitHub Pages。
MIT