diff options
| author | 2023-07-26 18:12:56 +0800 | |
|---|---|---|
| committer | 2023-07-26 18:12:56 +0800 | |
| commit | d3e0c448f9e18d4d30872b02cfefd8c0b8e5b965 (patch) | |
| tree | 0e5d538e4625511a675b4761371562e8278004dd | |
| parent | 70964662a05b6d86af8b11d20c8160aa5e7b2de9 (diff) | |
| download | TRPGNivis-d3e0c448f9e18d4d30872b02cfefd8c0b8e5b965.tar.gz TRPGNivis-d3e0c448f9e18d4d30872b02cfefd8c0b8e5b965.zip | |
update 中文文档
| -rw-r--r-- | readme_cn.rst | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/readme_cn.rst b/readme_cn.rst index cc7072b..7330447 100644 --- a/readme_cn.rst +++ b/readme_cn.rst @@ -71,8 +71,24 @@ Psi 是一门新的编程语言,在设计时考虑了简单性、灵活性和 :: git clone https://github.com/HydroRoll-Team/psi.git - cd psi/psi/docs - sphinx-build -b html . _build/html + cd docs + pip install -r requirements.txt + # mkdocs build + mkdocs serve + + +Documentation +------------- + +Psi 文档可在 `psi.retrofor <https://psi.retrofor.space>`_ 上找到。 + +你还可以通过以下链接查看它: + + `vercel-1 psi-alpha <https://psi-alpha.vercel.app>`_ + + `vercel-2 psi-retrofor <https://psi-retrofor.vercel.app>`_ + + `gh-pages from HydroRoll-Team <https://hydroroll-team.github.io/psi>`_ 许可证 |
