mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-11-29 18:48:32 +08:00
update site
This commit is contained in:
parent
1a6ba14d59
commit
f686674dfc
@ -5,7 +5,7 @@ set -e # exit with nonzero exit code if anything fails
|
||||
BUMP="bump "
|
||||
SITE="update site"
|
||||
|
||||
if [[ $TRAVIS_BRANCH == "master" && $TRAVIS_PULL_REQUEST == "false" ]] && [[ $TRAVIS_COMMIT_MESSAGE == *$BUMP* || $TRAVIS_COMMIT_MESSAGE == $SITE ]]; then
|
||||
if [[ $TRAVIS_BRANCH == "master" && $TRAVIS_PULL_REQUEST == "false" ]] && [[ $TRAVIS_COMMIT_MESSAGE == *$BUMP* || $TRAVIS_COMMIT_MESSAGE == *$SITE* ]]; then
|
||||
|
||||
echo "Starting to update gh-pages\n"
|
||||
|
||||
|
@ -17,6 +17,12 @@ export default {
|
||||
type: 'Data Display',
|
||||
title: 'Comment',
|
||||
},
|
||||
configProvider: {
|
||||
category: 'Components',
|
||||
subtitle: '全局化配置',
|
||||
type: 'Other',
|
||||
title: 'ConfigProvider',
|
||||
},
|
||||
breadcrumb: {
|
||||
category: 'Components',
|
||||
subtitle: '面包屑',
|
||||
|
@ -431,4 +431,12 @@ export default [
|
||||
path: 'comment-cn',
|
||||
component: () => import('../components/comment/demo/index.vue'),
|
||||
},
|
||||
{
|
||||
path: 'config-provider',
|
||||
component: () => import('../components/config-provider/demo/index.vue'),
|
||||
},
|
||||
{
|
||||
path: 'config-provider-cn',
|
||||
component: () => import('../components/config-provider/demo/index.vue'),
|
||||
},
|
||||
];
|
||||
|
@ -1,6 +1,7 @@
|
||||
import 'babel-polyfill';
|
||||
import '../components/style.js';
|
||||
import './index.less';
|
||||
import 'nprogress/nprogress.css';
|
||||
import 'highlight.js/styles/solarized-light.css';
|
||||
import Vue from 'vue';
|
||||
import VueI18n from 'vue-i18n';
|
||||
|
Loading…
Reference in New Issue
Block a user