mirror of
https://github.com/luongnv89/claude-howto.git
synced 2026-08-08 00:08:36 +02:00
Add Chinese (Simplified) translations for all documentation, organized under a dedicated zh/ directory that mirrors the English folder structure. Co-authored-by: tanqingkuang <tanqingkuang@users.noreply.github.com> Translations originally contributed by @tanqingkuang in #45. Restructured from *-CN.md suffix pattern into zh/ directory to prevent the EPUB builder (scripts/build_epub.py collect_folder_files) from picking up Chinese files via glob("*.md") inside module folders.
15 lines
232 B
Markdown
15 lines
232 B
Markdown
---
|
|
name: Rollback
|
|
description: 回滚到上一次部署
|
|
---
|
|
|
|
# 回滚部署
|
|
|
|
回滚到之前的稳定版本:
|
|
|
|
1. 确认上一次部署
|
|
2. 验证回滚目标健康状态
|
|
3. 执行回滚流程
|
|
4. 运行健康检查
|
|
5. 通知团队
|