We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d75bd88 commit bcaee07Copy full SHA for bcaee07
docs/.vuepress/config.js
@@ -525,10 +525,6 @@ module.exports = {
525
}
526
]
527
},
528
- // {
529
- // text: '爬虫',
530
- // link: '/md/spider/00-爬虫基础.md'
531
- // },
532
{
533
text: '面试',
534
link: '/md/zqy/面试题/01-分布式技术面试实战.md'
@@ -564,10 +560,16 @@ module.exports = {
564
560
565
561
566
562
text: 'AI',
567
- items: [{
568
- text: 'Claude3到底多强',
569
- link: '/md/AI/Claude3到底多强.md'
570
- }, ]
563
+ items: [
+ {
+ text: 'GPT发展',
+ link: '/md/AI/Claude3到底多强'
+ },
+ text: '机器学习',
+ link: '/md/AI/01-人工智能概要'
571
572
+ ]
573
574
575
text: '职业规划',
0 commit comments