Add comprehensive documentation for ConvertX-CN deployment and configuration
- Create 指定版本部署.md to explain fixed version deployment - Create 最新版.md detailing the use of the latest tag - Create 版本選擇指南.md to guide users on version selection - Add Nginx and Traefik configuration examples for reverse proxy - Introduce minimal and production configuration examples - Develop Docker deployment guide with detailed steps - Implement quick start guide for first-time Docker users - Include version update instructions and rollback procedures - Add troubleshooting section for common issues - Enhance overall documentation structure and links for better navigation
This commit is contained in:
parent
c2d3d13c89
commit
3f1a5e0fbf
51 changed files with 544 additions and 579 deletions
|
|
@ -130,7 +130,7 @@ docker compose up -d
|
|||
- 繁體中文、簡體中文
|
||||
- 日文、韓文
|
||||
- 英文、德文、法文
|
||||
- 更多詳見 [多語言支援](../功能說明/多語言.md)
|
||||
- 更多詳見 [多語言支援](../功能說明/多語言介面.md)
|
||||
|
||||
---
|
||||
|
||||
|
|
@ -173,7 +173,7 @@ client_max_body_size 500M;
|
|||
|
||||
### Q: 如何啟用硬體加速?
|
||||
|
||||
詳見 [進階配置 - 硬體加速](../部署指南/Docker.md#硬體加速)
|
||||
詳見 [進階配置 - 硬體加速](../部署指南/Docker部署.md#硬體加速)
|
||||
|
||||
### Q: 如何啟用 API Server?
|
||||
|
||||
|
|
@ -187,6 +187,6 @@ docker compose --profile api up -d
|
|||
|
||||
## 還有問題?
|
||||
|
||||
- 📖 查看 [完整文件](../README.md)
|
||||
- 📖 查看 [完整文件](../說明文件.md)
|
||||
- 🐛 回報問題:[GitHub Issues](https://github.com/pi-docket/ConvertX-CN/issues)
|
||||
- 💬 討論區:[GitHub Discussions](https://github.com/pi-docket/ConvertX-CN/discussions)
|
||||
|
|
|
|||
|
|
@ -138,7 +138,7 @@ environment:
|
|||
|
||||
## 下一步
|
||||
|
||||
- 📖 [Docker 詳細配置](../部署指南/Docker.md)
|
||||
- 📖 [Docker 詳細配置](../部署指南/Docker部署.md)
|
||||
- ⚙️ [環境變數設定](../配置設定/環境變數.md)
|
||||
- 🔒 [安全性設定](../配置設定/安全性.md)
|
||||
- 🔧 [反向代理設定](../部署指南/反向代理.md)
|
||||
|
|
|
|||
|
|
@ -80,4 +80,4 @@ ConvertX-CN 是 fork 自 [C4illin/ConvertX](https://github.com/C4illin/ConvertX)
|
|||
|
||||
- 🚀 [快速開始](快速開始.md) — 5 分鐘內完成部署
|
||||
- ❓ [常見問題](常見問題.md) — 解決常見問題
|
||||
- 📦 [Docker 部署](../部署指南/Docker.md) — 詳細部署指南
|
||||
- 📦 [Docker 部署](../部署指南/Docker部署.md) — 詳細部署指南
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue