We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 575bcf5 commit 85d1236Copy full SHA for 85d1236
docs/chapter_appendix/contribution.md
@@ -30,7 +30,7 @@
30
31
## Docker 部署
32
33
-我们可以通过 Docker 来部署本项目。执行以下脚本,稍等片刻后,即可使用浏览器打开 `http://localhost:8000` 来访问本项目。
+执行以下 Docker 脚本,稍等片刻,即可在网页 `http://localhost:8000` 访问本项目。
34
35
```shell
36
git clone https://github.com/krahets/hello-algo.git
mkdocs.yml
@@ -8,6 +8,7 @@ docs_dir: build
8
repo_name: krahets/hello-algo
9
repo_url: https://github.com/krahets/hello-algo
10
edit_uri: https://github.com/krahets/hello-algo/tree/main/docs/
11
+version: 1.0.0b4
12
13
# Copyright
14
copyright: Copyright © 2023 Krahets
0 commit comments