Skip to content

Commit 030b8e9

Browse files
committed
docs: AI专栏
1 parent 47abb05 commit 030b8e9

File tree

7 files changed

+25
-4
lines changed

7 files changed

+25
-4
lines changed

docs/.vuepress/config/plugins.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module.exports = [
66
excludeClassName: 'theme-vdoing-content' // 要排除元素的class, 默认空''
77
}],
88
//本地插件gitee star auth
9-
[require('../plugins/star-auth')],
9+
// [require('../plugins/star-auth')],
1010
/*
1111
1212
['thirdparty-search', { // 可以添加第三方搜索链接的搜索框(原官方搜索框的参数仍可用)

docs/.vuepress/config/themeConfig/nav.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ module.exports = [
7676
{ text: 'Jenkins', link: '/jenkins/' },
7777
]
7878
},
79+
{ text: 'AI', link: '/ai/' },
7980
{ text: '爬虫', link: '/spider/' },
8081
{
8182
text: '项目',

docs/00.目录页/20.爬虫.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ pageComponent:
44
data:
55
key: 20.爬虫
66
imgUrl: /img/web.png
7-
description: 关于
8-
title: 关于
7+
description: 爬虫专栏,关于爬虫、逆向等
8+
title: 爬虫
99
permalink: /spider
1010
sidebar: false
1111
article: false

docs/00.目录页/30.AI.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
pageComponent:
3+
name: Catalogue
4+
data:
5+
key: 30.AI
6+
imgUrl: /img/web.png
7+
description: 关于AI的一些知识
8+
title: AI专栏
9+
permalink: /ai
10+
sidebar: false
11+
article: false
12+
comment: false
13+
editLink: false
14+
date: 2025-09-06 23:07:31
15+
---

docs/05.工具部署/30.Jenkins/01.Jenkins - 目录页.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ date: 2021-09-15 15:09:34
3131

3232

3333

34-
::: tip Jenkins只配置了使用,没进行系统的学习,暂且没时间学习,后续可能完善这个系列的笔记
34+
::: tip 后续可能完善这个系列的笔记
3535

3636
:::
3737

File renamed without changes.

docs/25.AI/05.Claude Code教程.md renamed to docs/30.AI/05.Claude Code教程.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
title: Claude Code教程
3+
date: 2025-09-06 22:43:27
4+
permalink: /pages/ec7818/
5+
---
16
# Claude Code 命令教程
27

38
Claude Code 是一个强大的命令行工具,让开发者能够直接从终端与 Claude AI 进行交互,实现高效的代码开发和问题解决。

0 commit comments

Comments
 (0)