remove element-tabs

This commit is contained in:
huanqing.shao
2019-10-07 23:53:19 +08:00
parent 9c4474e871
commit 461c04e9bb
19 changed files with 454 additions and 1074 deletions

View File

@@ -6,7 +6,7 @@ module.exports = {
head: [
// ['meta', {name: 'keywords', content: 'Kubernetes教程,Kubernetes安装,K8S教程,K8S安装,Kubernetes管理界面'}],
['link', { rel: 'icon', href: '/favicon.png' }],
// ['link', { rel: 'manifest', href: '/manifest.json' }],
['link', { rel: 'manifest', href: '/manifest.json' }],
['script', {}, `
var _hmt = _hmt || [];
(function() {
@@ -48,6 +48,10 @@ module.exports = {
// }
// }
// },
'@vuepress/pwa': {
serviceWorker: true,
updatePopup: true
},
'@vssue/vuepress-plugin-vssue': {
// set `platform` rather than `api`
platform: 'github',
@@ -60,6 +64,10 @@ module.exports = {
// clientId: 'f96af83d4bff4e2b9e3e',
// clientSecret: 'cf5686d68d4aab6d3bfa256da9a714049b239c1f',
},
'named-chunks': {
pageChunkName: page => 'page' + page.key.slice(1),
layoutChunkName: layout => 'layout-' + layout.componentName,
},
// 'vuepress-plugin-zooming': {
// // 支持点击缩放的图片元素的选择器
// // 默认值: '.theme-default-content img'
@@ -77,7 +85,6 @@ module.exports = {
'vuepress-plugin-smooth-scroll': {},
'code-switcher': {},
'reading-progress': {},
'vuepress-plugin-element-tabs': {},
// 'vuepress-plugin-baidu-autopush':{},
'sitemap': {
hostname: 'https://kuboard.cn',