Skip to content

Commit 19b4c53

Browse files
committed
chore(docs): remove Video Tutorial
1 parent aacf098 commit 19b4c53

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

document/components/docs/zh-CN/quick-start.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
- 新手教程项目:[cube-application-guide](https://github.com/cube-ui/cube-application-guide)
44
- 遇到问题,先移步 [QA](https://github.com/cube-ui/question-answer/issues)
5-
- [视频教程](https://coding.imooc.com/class/74.html)
65

76
### 脚手架
87

document/components/home/en-US.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<template slot="nav">
44
<router-link to="/en-US/docs" class="tab"><span>Docs</span></router-link>
55
<router-link to="/en-US/example" class="tab"><span>Example</span></router-link>
6-
<a href="https://coding.imooc.com/class/74.html" target="_blank" class="tab">Video Tutorial</a>
76
</template>
87
<div slot="home">home</div>
98
</home>

document/components/home/zh-CN.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<template slot="nav">
44
<router-link to="/zh-CN/docs" class="tab"><span>文档</span></router-link>
55
<router-link to="/zh-CN/example" class="tab"><span>示例</span></router-link>
6-
<a href="https://coding.imooc.com/class/74.html" target="_blank" class="tab">视频教程</a>
76
</template>
87
<div slot="home">home</div>
98
</home>

0 commit comments

Comments
 (0)