mirror of
https://github.com/yeasy/docker_practice.git
synced 2026-08-10 16:37:34 +00:00
chore: remove the remaining VuePress artifacts
Follows the devDependency removal. The build has been mdPress-only since 1.7.0 and nothing referenced these: - .vuepress/ (config.js + .gitignore). The mirror it configured is still live, but no workflow in this repo builds or deploys it, so this was a recipe nobody ran. Local .vuepress/dist/ (400 files of Feb-2026 build output, never tracked) was removed from the working tree too — with its .gitignore gone it would otherwise have shown up as untracked noise. - docker-compose.yml: the vuepress-offline service, plus the now-unused &mdpress-offline anchor that existed only to feed it. - README: the 'docker run ... :vuepress' one-liner. That tag was last pushed 2022-06-25, so readers following it got a four-year-old snapshot of the book. 'mdpress serve' immediately above it still works. - CODEOWNERS, .zhlintignore and check_project_rules.py entries for the deleted directory, and the check-link allowlist entry for the mirror (no content links to it). The CHANGELOG entry recording the original CI removal is left alone — it is history. Verified: npm test passes (3 + 35), check_project_rules passes 202 files, docker-compose.yml still parses with no dangling YAML aliases.
This commit is contained in:
@@ -84,12 +84,6 @@ brew tap yeasy/tap && brew install mdpress
|
||||
mdpress serve
|
||||
```
|
||||
|
||||
或使用 Docker 镜像一条命令启动:
|
||||
|
||||
```bash
|
||||
docker run -it --rm -p 4000:80 ccr.ccs.tencentyun.com/dockerpracticesig/docker_practice:vuepress
|
||||
```
|
||||
|
||||
## 社区交流
|
||||
|
||||
- [GitHub Issues](https://github.com/yeasy/docker_practice/issues/new/choose)(内容错误、建议)
|
||||
|
||||
Reference in New Issue
Block a user