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
|
|
@ -1,95 +0,0 @@
|
|||
# ConvertX-CN 文档中心
|
||||
|
||||
> 🌐 **Language / 語言**
|
||||
> [繁體中文](../../README.md) | [English](../en/README.md) | **简体中文**
|
||||
|
||||
> 🌐 **翻译信息**
|
||||
>
|
||||
> - 原文:[繁體中文版](../../README.md)
|
||||
> - 翻译版本:v0.1.0
|
||||
> - 最后更新:2026-01-23
|
||||
> - 状态:📋 计划中
|
||||
|
||||
---
|
||||
|
||||
欢迎来到 ConvertX-CN 文档!选择您的角色快速找到所需信息。
|
||||
|
||||
---
|
||||
|
||||
## 🚀 快速入门
|
||||
|
||||
刚开始使用?从这里开始:
|
||||
|
||||
1. **[概览](getting-started/overview.md)** — 了解 ConvertX-CN 是什么
|
||||
2. **[快速开始](getting-started/quick-start.md)** — 5 分钟内完成部署
|
||||
3. **[常见问题](getting-started/faq.md)** — 解决常见问题
|
||||
|
||||
---
|
||||
|
||||
## 👤 用户指南
|
||||
|
||||
适合一般用户:
|
||||
|
||||
| 文档 | 说明 |
|
||||
| ------------------------------------------ | -------------------- |
|
||||
| [快速开始](getting-started/quick-start.md) | 最快部署方式 |
|
||||
| [支持的转换器](features/converters.md) | 所有可用的转换格式 |
|
||||
| [OCR 功能](features/ocr.md) | 光学字符识别 |
|
||||
| [翻译功能](features/translation.md) | PDF 翻译(保留公式) |
|
||||
| [多语言界面](features/i18n.md) | 切换界面语言 |
|
||||
| [常见问题](getting-started/faq.md) | FAQ |
|
||||
|
||||
---
|
||||
|
||||
## 🛠️ 系统管理员指南
|
||||
|
||||
适合部署与维护人员:
|
||||
|
||||
### 部署
|
||||
|
||||
| 文档 | 说明 |
|
||||
| --------------------------------------- | --------------------------- |
|
||||
| [Docker 部署](deployment/docker.md) | Docker Run & Docker Compose |
|
||||
| [反向代理](deployment/reverse-proxy.md) | Nginx / Traefik / Caddy |
|
||||
| [示例配置](samples/README.md) | 可直接使用的配置文件 |
|
||||
|
||||
### 配置
|
||||
|
||||
| 文档 | 说明 |
|
||||
| -------------------------------------------------- | ------------------ |
|
||||
| [环境变量](configuration/environment-variables.md) | 所有可用设置 |
|
||||
| [安全性设置](configuration/security.md) | HTTPS、认证、防护 |
|
||||
| [清理与限制](configuration/limits-and-cleanup.md) | 自动清理、资源限制 |
|
||||
|
||||
---
|
||||
|
||||
## 👩💻 开发者指南
|
||||
|
||||
适合贡献者与扩展开发:
|
||||
|
||||
### 开发
|
||||
|
||||
| 文档 | 说明 |
|
||||
| -------------------------------------------- | ------------ |
|
||||
| [项目结构](development/project-structure.md) | 代码结构说明 |
|
||||
| [本地开发](development/local-development.md) | 开发环境设置 |
|
||||
| [贡献指南](development/contribution.md) | 如何参与项目 |
|
||||
|
||||
### API
|
||||
|
||||
| 文档 | 说明 |
|
||||
| ---------------------------- | ------------------ |
|
||||
| [API 概览](api/overview.md) | REST & GraphQL API |
|
||||
| [API 端点](api/endpoints.md) | 详细端点说明 |
|
||||
|
||||
---
|
||||
|
||||
## 🔗 快速链接
|
||||
|
||||
- 📦 [GitHub Repo](https://github.com/pi-docket/ConvertX-CN)
|
||||
- 🐛 [Issues](https://github.com/pi-docket/ConvertX-CN/issues)
|
||||
- 💬 [Discussions](https://github.com/pi-docket/ConvertX-CN/discussions)
|
||||
|
||||
---
|
||||
|
||||
> 💡 **找不到您需要的信息?** 欢迎到 [GitHub Discussions](https://github.com/pi-docket/ConvertX-CN/discussions) 发问!
|
||||
Loading…
Add table
Add a link
Reference in a new issue