From cca9185b2b46fcfc4df2a93c1d8795d6d99a7019 Mon Sep 17 00:00:00 2001 From: sanbuphy Date: Thu, 19 Feb 2026 02:05:49 +0800 Subject: [PATCH] feat: update zh-cn appendix index to match latest sidebar structure MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Reorganize content into 9 major categories matching config.mjs sidebar - Add all NavCard entries for each section with proper descriptions - Categories: 计算机基础, 开发工具, 浏览器与前端, 后端, 数据, 架构, 运维, AI, 工程素养 - Total 80+ articles now properly linked with card-based layout --- docs/zh-cn/appendix/index.md | 572 +++++++++++++++++++++++++++++------ 1 file changed, 476 insertions(+), 96 deletions(-) diff --git a/docs/zh-cn/appendix/index.md b/docs/zh-cn/appendix/index.md index 789d91c..d7a6f4f 100644 --- a/docs/zh-cn/appendix/index.md +++ b/docs/zh-cn/appendix/index.md @@ -1,175 +1,555 @@ # 附录 -欢迎来到**附录**部分!这是一个人工智能基础和全栈开发基础的集合,是你学习旅程中的重要参考库。 +本附录涵盖从计算机基础到工程素养的完整知识体系,是你学习旅程中的重要参考库。 ## 内容分类 -### AI 基础 +### 一、计算机是怎么回事 -了解人工智能的核心概念、发展历程和前沿技术原理: +从晶体管到操作系统,深入了解计算机如何工作: - -### 前端基础 +### 二、开发环境与工具 -夯实前端开发的技术根基: +掌握现代软件开发必备的命令行、Git、编辑器等工具: + + + + -### 后端基础 +### 三、浏览器与前端 -掌握后端开发的核心概念: +全面了解浏览器原理、JavaScript、前端框架和工程化实践: + + + + + + + + + + + + + + + + +### 四、服务器与后端 + +深入后端开发、API 设计、认证授权、缓存和消息队列等核心技术: + + + + + + + + + + + + + + + + + + + + +### 五、数据 + +从 SQL 到数据治理,全面掌握数据处理和分析技能: + + - - + + + -### 通用技能 +### 六、架构与系统设计 -软件开发的基础知识: +学习微服务架构、分布式系统和系统设计方法论: + + +### 七、基础设施与运维 + +掌握容器化、Kubernetes、CI/CD、云平台和监控告警: + + + + + + + + + + + + + + +### 八、人工智能 + +从 AI 历史到 Agent 智能体,全面了解人工智能技术: + + + + + + + + + + + + + + + + + + + +### 九、工程素养 + +提升代码质量、测试策略、设计模式和工程实践能力: + + + + + + + +