Skip to content

Commit aa1d9bb

Browse files
committed
docs: move folder
1 parent e9f16ca commit aa1d9bb

29 files changed

+654
-1411
lines changed

.github/scripts/parse_changelog_of_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
args = parser.parse_args()
1010
version = args.version
1111

12-
with open("../../CHANGELOG.md") as f:
12+
with open("../../web/content/docs/changelog.mdx") as f:
1313
lines = f.readlines()
1414
for line in lines:
1515
if line.startswith(f"## [{version}]"):

CHANGELOG.md

Lines changed: 0 additions & 354 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -78,23 +78,6 @@ docker run --pull=always --rm -it -d -p 8080:8080 --name memshell-party ghcr.io/
7878
docker run --pull=always --rm -it -d -p 8080:8080 --name memshell-party ghcr.nju.edu.cn/reajason/memshell-party:latest
7979
```
8080

81-
镜像是无状态的,在需要更新最新镜像时,直接移除新建就好了
82-
83-
```bash
84-
# 移除之前部署的
85-
docker rm -f memshell-party
86-
87-
# 使用之前的部署命令重新部署(会自动拉取最新的镜像部署)
88-
docker run --pull=always --rm -it -d -p 8080:8080 --name memshell-party reajason/memshell-party:latest
89-
```
90-
91-
## User Guide
92-
93-
1. [适配情况](./docs/Compatibility.md)
94-
2. [本地构建](./docs/BuildOnLocal.md)
95-
3. [SDK 集成](./examples/memshell-party-maven-example)
96-
4. [代码贡献](./CONTRIBUTING.md)
97-
9881
## Special Thanks
9982

10083
- [vulhub/java-chains](https://github.com/vulhub/java-chains)

0 commit comments

Comments
 (0)