mirror of
https://github.com/yeasy/docker_practice.git
synced 2026-08-10 16:37:34 +00:00
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.
39 lines
1.3 KiB
Go
39 lines
1.3 KiB
Go
* @yeasy @khs1994
|
|
/.github/* @khs1994
|
|
/.travis/* @khs1994
|
|
/01_introduction/* @yeasy @khs1994
|
|
/02_basic_concept/* @yeasy @khs1994
|
|
/03_install/* @khs1994
|
|
/04_image/* @yeasy @khs1994
|
|
/05_container/* @yeasy @khs1994
|
|
/06_repository/* @khs1994
|
|
/07_dockerfile/* @yeasy @khs1994
|
|
/08_data/* @yeasy @khs1994
|
|
/09_network/* @yeasy @khs1994
|
|
/10_buildx/* @khs1994
|
|
/11_compose/* @yeasy @khs1994
|
|
/12_implementation/* @yeasy @khs1994
|
|
/13_kubernetes_concepts/* @yeasy @khs1994
|
|
/14_kubernetes_setup/* @yeasy @khs1994
|
|
/15_etcd/* @yeasy @khs1994
|
|
/16_cloud/* @khs1994
|
|
/17_ecosystem/* @khs1994
|
|
/18_security/* @yeasy @khs1994
|
|
/19_observability/* @yeasy @khs1994
|
|
/20_cases_os/* @yeasy @khs1994
|
|
/21_case_devops/* @yeasy @khs1994
|
|
/appendix/* @yeasy @khs1994
|
|
/.drone.yml @khs1994
|
|
/.editorconfig/ @khs1994
|
|
/.gitattributes @khs1994
|
|
/.gitignore @khs1994
|
|
/_config.yml @yeasy @khs1994
|
|
/book.json @yeasy @khs1994
|
|
/CHANGELOG.md @yeasy @khs1994
|
|
/CONTRIBUTING.md @yeasy @khs1994
|
|
/docker-compose.yml @khs1994
|
|
/manifest @khs1994
|
|
/package.json @khs1994
|
|
/README.md @yeasy @khs1994
|
|
/SUMMARY.md @yeasy @khs1994
|