https://github.com/ljnchn/webman-docs
webamn 非官方文档
https://github.com/ljnchn/webman-docs
webman
Last synced: about 2 months ago
JSON representation
webamn 非官方文档
- Host: GitHub
- URL: https://github.com/ljnchn/webman-docs
- Owner: ljnchn
- License: mit
- Created: 2024-11-28T08:52:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-16T03:34:44.000Z (about 1 year ago)
- Last Synced: 2026-04-10T08:59:49.341Z (about 2 months ago)
- Topics: webman
- Homepage: https://webman.rmb.run
- Size: 5.41 MB
- Stars: 13
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# webman 非官方文档

使用 vitepress 搭建的 webman 文档站,数据来源于官方文档站 [webman-manuanl](https://github.com/webman-php/webman-manual)
## 跟官方文档有什么不同?
- 可以切换暗黑模式
- 右侧有 TOC 导航
- 示例代码可以一键复制
- 部分代码高亮优化

## 在线使用
Demo 站: https://webman.rmb.run
## 自己部署
```shell
git clone https://github.com/ljnchn/webman-docs.git
cd webman-docs
pnpm install
pnpm run docs:dev
```