mirror of
https://github.com/jaywcjlove/reference.git
synced 2025-06-19 05:31:21 +08:00
85d3d9b5b32a82cc4e3131aa62414d66a3bfbb3b

Updated some translation from original Chinese docs, include:
- String "Means"
- The translation of 2xx response code
- The translation of 4xx response code
- More specifical explanation of 402 Payment Required response code (original English docs' are too brief)
PS: I'm not English native speaker, so there's may grammar mistakes in this PR description. 2c9a399a9a
Website: https://jaywcjlove.github.io/reference
Docker
轻松通过 docker
部署 Quick Reference
网站。
docker pull wcjiang/reference
docker run --name reference --rm -d -p 9667:3000 wcjiang/reference:latest
# Or
docker run --name reference -itd -p 9667:3000 wcjiang/reference:latest
在浏览器中访问以下 URL
http://localhost:9667/
Languages
md
99.9%