Skip to content

Commit 3bb0b68

Browse files
committed
perf:调整专栏结构
1 parent 8d2131a commit 3bb0b68

File tree

6 files changed

+1836
-81
lines changed

6 files changed

+1836
-81
lines changed

docs/.vuepress/config.js

Lines changed: 88 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -735,20 +735,20 @@ module.exports = {
735735
link: '/md/python/00-macOS和Linux安装和管理多个Python版本'
736736
},
737737
{
738-
text: 'AI理论',
738+
text: 'AI算法',
739739
link: '/md/AI/ml/01-人工智能概要'
740740
},
741741
{
742-
text: 'AIGC应用开发框架',
742+
text: 'AIGC应用开发',
743743
link: '/md/AI/AI大模型企业应用实战'
744744
},
745745
{
746-
text: '大模型平台',
746+
text: '大模型平台和Prompt工程',
747747
link: '/md/AI/llm/GPTs'
748748
},
749749
{
750-
text: 'Prompt工程',
751-
link: '/md/AI/llm/01-Prompt网站'
750+
text: 'AI Agent',
751+
link: '/md/AI/agent/changelog-cursor'
752752
},
753753
]
754754
},
@@ -2104,7 +2104,6 @@ module.exports = {
21042104
"contextual-retrieval",
21052105
"lm-studio-transform-mac-into-ai-tool",
21062106
"navigating-llm-deployment-tips-tricks-and-techniques",
2107-
"goodbye-cursor-hello-windsurf",
21082107
"qwen-QwQ",
21092108
"only-ai-flow-can-do",
21102109
"chatgpt-canva",
@@ -2133,6 +2132,15 @@ module.exports = {
21332132
"claude-3-7-sonnet",
21342133
]
21352134
},
2135+
2136+
{
2137+
title: "llama",
2138+
collapsable: false,
2139+
sidebarDepth: 0,
2140+
children: [
2141+
"llama-4-multimodal-intelligence",
2142+
]
2143+
},
21362144
{
21372145
title: "Prompt工程",
21382146
collapsable: false,
@@ -2142,7 +2150,7 @@ module.exports = {
21422150
"02-常用Prompt",
21432151
]
21442152
},
2145-
2153+
21462154
{
21472155
title: "Dify",
21482156
collapsable: false,
@@ -2157,67 +2165,67 @@ module.exports = {
21572165
],
21582166

21592167
"/md/AI/ml/": [{
2160-
title: "机器学习",
2161-
collapsable: false,
2162-
sidebarDepth: 0,
2163-
children: [
2164-
"软件工程师转型AI的全攻略",
2165-
"01-人工智能概要",
2166-
"02-MR 算法分类",
2167-
"what-is-neural-network",
2168-
"MapReduce分治思想",
2169-
"05-开发环境安装",
2170-
"一文看懂AI的Transformer架构",
2171-
"what-is-tensor",
2172-
]
2173-
},
2174-
2175-
{
2176-
title: "PyTorch",
2177-
collapsable: false,
2178-
sidebarDepth: 0,
2179-
children: [
2180-
"building-neural-networks-with-pytorch",
2181-
"pytorch-cifar10-image-classifier-tutorial",
2182-
]
2183-
},
2184-
2185-
{
2186-
title: "NLP",
2187-
collapsable: false,
2188-
sidebarDepth: 0,
2189-
children: [
2190-
"basic-of-nlp",
2191-
"text-preprocessing-overview",
2192-
"text-vectorization-guide",
2193-
"text-data-analysis-practical-guide",
2194-
"key-path-from-feature-enhancement-to-dimensional-norm",
2195-
"text-data-augmentation-back-translation-guide",
2196-
]
2197-
},
2198-
2199-
{
2200-
title: "RNN",
2201-
collapsable: false,
2202-
sidebarDepth: 0,
2203-
children: [
2204-
"what-is-rnn",
2205-
"neural-memory-engine-for-sequence-modeling",
2206-
"long-short-term-memory",
2207-
"gated-recurrent-unit-model",
2208-
]
2209-
},
2210-
2211-
{
2212-
title: "Transformer",
2213-
collapsable: false,
2214-
sidebarDepth: 0,
2215-
children: [
2216-
"mask-tensor",
2217-
]
2218-
},
2219-
2220-
],
2168+
title: "机器学习",
2169+
collapsable: false,
2170+
sidebarDepth: 0,
2171+
children: [
2172+
"软件工程师转型AI的全攻略",
2173+
"01-人工智能概要",
2174+
"02-MR 算法分类",
2175+
"what-is-neural-network",
2176+
"MapReduce分治思想",
2177+
"05-开发环境安装",
2178+
"一文看懂AI的Transformer架构",
2179+
"what-is-tensor",
2180+
]
2181+
},
2182+
2183+
{
2184+
title: "PyTorch",
2185+
collapsable: false,
2186+
sidebarDepth: 0,
2187+
children: [
2188+
"building-neural-networks-with-pytorch",
2189+
"pytorch-cifar10-image-classifier-tutorial",
2190+
]
2191+
},
2192+
2193+
{
2194+
title: "NLP",
2195+
collapsable: false,
2196+
sidebarDepth: 0,
2197+
children: [
2198+
"basic-of-nlp",
2199+
"text-preprocessing-overview",
2200+
"text-vectorization-guide",
2201+
"text-data-analysis-practical-guide",
2202+
"key-path-from-feature-enhancement-to-dimensional-norm",
2203+
"text-data-augmentation-back-translation-guide",
2204+
]
2205+
},
2206+
2207+
{
2208+
title: "RNN",
2209+
collapsable: false,
2210+
sidebarDepth: 0,
2211+
children: [
2212+
"what-is-rnn",
2213+
"neural-memory-engine-for-sequence-modeling",
2214+
"long-short-term-memory",
2215+
"gated-recurrent-unit-model",
2216+
]
2217+
},
2218+
2219+
{
2220+
title: "Transformer",
2221+
collapsable: false,
2222+
sidebarDepth: 0,
2223+
children: [
2224+
"mask-tensor",
2225+
]
2226+
},
2227+
2228+
],
22212229

22222230
"/md/AI/langchain4j/": [{
22232231
title: "LangChain4j基础",
@@ -2249,6 +2257,17 @@ module.exports = {
22492257
]
22502258
},
22512259
],
2260+
2261+
"/md/AI/agent/": [{
2262+
title: "辅助编程",
2263+
collapsable: false,
2264+
sidebarDepth: 0,
2265+
children: [
2266+
"changelog-cursor",
2267+
"goodbye-cursor-hello-windsurf",
2268+
]
2269+
},
2270+
],
22522271

22532272
"/md/AI/spring-ai-alibaba/": [{
22542273
title: "Spring AI Alibaba",
@@ -2339,6 +2358,7 @@ module.exports = {
23392358
"software-development-in-AI2",
23402359
"overcoming-fear-uncertainty-and-doubt-in-the-era-of-ai-transformation",
23412360
"aigc-app-in-e-commerce-review",
2361+
"ai-trends-disrupting-software-teams",
23422362
]
23432363
},
23442364

0 commit comments

Comments
 (0)