Skip to content

Commit

Permalink
导航
Browse files Browse the repository at this point in the history
  • Loading branch information
shaohq committed Jul 29, 2020
1 parent cbeb874 commit 8c59dd9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
1 change: 0 additions & 1 deletion .vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ module.exports = {
{ text: '教程', link: '/learning/' },
{ text: '使用', link: '/guide/' },
{ text: '支持', link: '/support/' },
{ text: '问答', link: 'https://zhik8s.com' },
// { text: '培训', link: 'https://kubetrain.cn/?from=kuboard', target: '_blank' },
// { text: '博客', link: 'http://k8s.kubetrain.cn/' },
// { text: '论坛', link: 'http://bbs.kuboard.cn/', target: '_blank' },
Expand Down
3 changes: 0 additions & 3 deletions .vuepress/theme/components/Sidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@
<div class="side-nav-item" :style="activeLinkStyle('/support/')">
<a :href="`/support/${urlSurfix}`" class="nav-link">支持</a>
</div>
<div class="side-nav-item">
<a href="https://zhik8s.com" class="nav-link" target="_blank">问答</a>
</div>
<!-- <div class="side-nav-item" :style="activeLinkStyle('/training/')">
<a :href="`https://kubetrain.cn/?from=kuboard`" class="nav-link" target="_blank">培训</a>
</div> -->
Expand Down
7 changes: 7 additions & 0 deletions support/change-log/change-log-on-the-way-2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,10 @@ https://github.com/NVIDIA/k8s-device-plugin#enabling-gpu-support-in-kubernetes @


* 当没有编辑权限时,只显示 预览YAML,而不是 预览/编辑YAML



## v2.0.4-beta.1

* 文件浏览器
* 支持重命名文件/文件夹

0 comments on commit 8c59dd9

Please sign in to comment.