Skip to content

Commit 1a03cd9

Browse files
committed
feat: 去掉百度深度学习框架资料
1 parent 2381096 commit 1a03cd9

File tree

7 files changed

+9137
-8681
lines changed

7 files changed

+9137
-8681
lines changed

docs/.vuepress/components/ahome-article.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ export default {
2222
return {
2323
recommend: [
2424
{
25-
poster: "https://paddlepaddle-org-cn.bj.bcebos.com/paddle-site-front/static/media/banner.a53a5ad414cd2bc5e0f6d00cc4f53f50.png",
26-
title: "免费深度学习模型库(覆盖图像、自然语言处理、推荐等多种方向的官方模型)",
27-
url: "https://www.paddlepaddle.org.cn/modelbase?from=numpy-cn"
25+
poster: staticDomain + "home/li.jpg@w300h300",
26+
title: "你离开学只差这个视频:李宏毅机器学习2020版正式开放上线",
27+
url: "https://www.kuxai.com/article/2"
2828
},
2929
{
3030
poster: staticDomain + "home/article_poster_02.jpg@w300h300",

docs/.vuepress/components/ahome-footer.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
<div class="left-box item">
1313
<h4>👥兄弟文档</h4>
1414
<ul>
15-
<li>
15+
<!-- <li>
1616
<a href="https://www.paddlepaddle.org.cn/?from=numpy-cn" target="_blank">PaddlePaddle 中文文档</a>
17-
</li>
17+
</li> -->
1818
<li>
1919
<a href="https://www.pypandas.cn/" target="_blank">Pandas 中文网</a>
2020
</li>

docs/.vuepress/components/ahome-nav.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<a class="btn-home-nav" :class="{'active': navId === 3}" @click="navId=3">贡献翻译</a>
88
<a class="btn-home-nav donation" :class="{'active': navId === 4}" @click="navId=4">捐赠网站</a>
99
<a class="btn-home-nav" :class="{'active': navId === 5}" @click="navId=5">其他事宜</a>
10-
<a class="btn-home-nav" :class="{'active': navId === 6}" @click="navId=6">深度学习资料</a>
10+
<!-- <a class="btn-home-nav" :class="{'active': navId === 6}" @click="navId=6">深度学习资料</a> -->
1111
</div>
1212

1313
<!-- 关注公众号 -->

docs/.vuepress/configs/themeConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module.exports = {
1111
}],
1212
// 侧面板配置
1313
sidePanel: {
14-
enable: true,
14+
enable: false,
1515
btnName: '快捷聊天室',
1616
title: 'NumPy 爱好者'
1717
},

docs/.vuepress/nav/zh.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ module.exports = [
77
text: '文章',
88
link: '/article/'
99
},
10-
{
11-
text: '深度学习',
12-
link: '/deep/',
13-
important: true
14-
},
10+
// {
11+
// text: '深度学习',
12+
// link: '/deep/',
13+
// important: true
14+
// },
1515
{
1616
text: '用户指南',
1717
link: '/user/'

docs/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ meta:
88
heroImage: https://static.numpy.org.cn/site/logo.png
99
actionText: 快速了解 →
1010
actionLink: /user/
11-
action2Text: 学习深度学习 →
12-
action2Link: /deep/
1311
footer: 署名-非商业性使用-相同方式共享 3.0 中国大陆 (CC BY-NC-SA 3.0 CN) | Copyright © 2019-present Zhi Bing
1412
---
1513

yarn.lock

Lines changed: 9125 additions & 8667 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)