-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
130 lines (126 loc) · 4.48 KB
/
Copy pathmkdocs.yml
File metadata and controls
130 lines (126 loc) · 4.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
site_name: AI 应用后端工程师面试教程与题库
site_description: AI 应用后端工程师(Java + Python 双语)面试知识点教程与问答题库
site_url: http://resume.sunyq.cc/
repo_url: https://github.com/shinelon/resume-knowledge
repo_name: shinelon/resume-knowledge
edit_uri: edit/master/docs/
docs_dir: docs
theme:
name: material
language: zh
features:
- navigation.tabs
- navigation.sections
- navigation.expand
- navigation.indexes
- navigation.top
- search.suggest
- search.highlight
- content.code.copy
- content.code.annotate
- content.tabs.link
- content.action.edit
- toc.follow
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: 切换暗色模式
- scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-4
name: 切换亮色模式
font:
text: Noto Sans SC
code: JetBrains Mono
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- toc:
permalink: true
- attr_list
- md_in_html
- def_list
- tables
- footnotes
plugins:
- search
- tags
nav:
- 首页: index.md
- 教程:
- 教程总览: tutorial/index.md
- Java 后端工程化:
- 概览: tutorial/java-backend/index.md
- 高并发与线程池: tutorial/java-backend/concurrency.md
- JVM 内存与 GC 调优: tutorial/java-backend/jvm.md
- MySQL 深度: tutorial/java-backend/mysql.md
- Redis: tutorial/java-backend/redis.md
- 中间件: tutorial/java-backend/middleware.md
- 微服务与分布式事务: tutorial/java-backend/microservices.md
- AI Agent:
- 概览: tutorial/ai-agent/index.md
- ReAct vs Plan-and-Execute: tutorial/ai-agent/react-plan.md
- Multi-Agent 协作: tutorial/ai-agent/multi-agent.md
- Function Calling: tutorial/ai-agent/function-calling.md
- MCP 协议: tutorial/ai-agent/mcp.md
- Agent 框架对比: tutorial/ai-agent/frameworks.md
- 模型工程(微调与部署): tutorial/ai-agent/model-engineering.md
- RAG 全链路:
- 概览: tutorial/rag/index.md
- 文档解析与分块: tutorial/rag/ingestion.md
- 向量库: tutorial/rag/vector-store.md
- 混合检索: tutorial/rag/hybrid-retrieval.md
- Rerank 与 Query Rewriting: tutorial/rag/rerank-query.md
- 幻觉治理: tutorial/rag/hallucination.md
- Vibe-Coding & AI 编程工具:
- 概览: tutorial/vibe-coding/index.md
- 工具图谱: tutorial/vibe-coding/tools.md
- Claude Code 底层原理: tutorial/vibe-coding/claude-code-internals.md
- AI 编程工作流: tutorial/vibe-coding/workflows.md
- CodeReview Agent: tutorial/vibe-coding/code-review-agent.md
- 风险与边界: tutorial/vibe-coding/risks.md
- 题库:
- 题库总览: questions/index.md
- Java 后端工程化:
- 概览: questions/java-backend/index.md
- 基础: questions/java-backend/basic.md
- 进阶: questions/java-backend/advanced.md
- 深度: questions/java-backend/deep.md
- AI Agent:
- 概览: questions/ai-agent/index.md
- 基础: questions/ai-agent/basic.md
- 进阶: questions/ai-agent/advanced.md
- 深度: questions/ai-agent/deep.md
- RAG 全链路:
- 概览: questions/rag/index.md
- 基础: questions/rag/basic.md
- 进阶: questions/rag/advanced.md
- 深度: questions/rag/deep.md
- Vibe-Coding:
- 概览: questions/vibe-coding/index.md
- 基础: questions/vibe-coding/basic.md
- 进阶: questions/vibe-coding/advanced.md
- 深度: questions/vibe-coding/deep.md
- 面试策略:
- 总览: strategy/index.md
- 录用画像与能力象限: strategy/profile.md
- 红旗清单: strategy/red-flags.md
- 双维度评估卡: strategy/dual-dimension.md
- Vibe-Coding 深度标杆: strategy/benchmarks.md
- 标签索引: tags.md