Skip to content

Commit 3a5ad1a

Browse files
committed
feat: 去掉旷视的广告
1 parent 615cc4c commit 3a5ad1a

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@
1212
<div class="left-box item">
1313
<h4>👥兄弟文档</h4>
1414
<ul>
15-
<li>
16-
<a href="https://megengine.org.cn/doc/stable/zh/getting-started/index.html?from=numpy-cn" target="_blank">MegEngine (๑•̀ㅂ•́)و 中文文档</a>
17-
</li>
1815
<li>
1916
<a href="https://www.pypandas.cn/" target="_blank">Pandas 中文网</a>
2017
</li>
@@ -30,6 +27,9 @@
3027
<li>
3128
<a href="http://www.numpy.org/" target="_blank">NumPy 英文</a>
3229
</li>
30+
<li>
31+
<a href="http://www.kuxai.com/" target="_blank">AIHUB社区</a>
32+
</li>
3333
<li>
3434
<a href="http://tushare.org/" target="_blank">Tushare</a>
3535
</li>

docs/.vuepress/nav/zh.js

Lines changed: 6 additions & 6 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/'
@@ -21,7 +21,7 @@ module.exports = [
2121
link: '/reference/'
2222
},
2323
{
24-
text: '社区',
24+
text: '论坛',
2525
link: 'https://www.kuxai.com/f/numpy'
2626
},
2727
{

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ heroImage: https://static.numpy.org.cn/site/logo.png
99
actionText: 快速了解 →
1010
actionLink: /user/
1111
action2Text: 开始深度学习
12-
action2Link: https://megengine.org.cn/?id=NumpyHome_learnnow_index_01
12+
action2Link: https://analytics.numpy.org.cn/course.html
1313
footer: 署名-非商业性使用-相同方式共享 3.0 中国大陆 (CC BY-NC-SA 3.0 CN) | Copyright © 2019-present Zhi Bing
1414
---
1515

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)