Skip to content

Commit

Permalink
chore: switch to master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed Jan 29, 2019
1 parent 3c84a97 commit fccb87f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
8 changes: 8 additions & 0 deletions docs/main.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
var API_LINK = location.protocol + '//' + location.host + '/api/'

new Docute({
versions: {
'v4 (Latest)': {
link: '/'
},
v3: {
link: 'https://v3--bili.netlify.com'
}
},
sidebar: [
{
title: 'Guide',
Expand Down
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
"types",
"babel.js"
],
"publishConfig": {
"tag": "next"
},
"scripts": {
"test": "yarn test:unit",
"test:cov": "yarn test:unit --coverage",
Expand Down Expand Up @@ -131,6 +128,6 @@
}
},
"release": {
"branch": "next"
"branch": "master"
}
}

0 comments on commit fccb87f

Please sign in to comment.