Skip to content

Commit 33c9370

Browse files
authored
Fix docs (#90)
1 parent 7de5fd1 commit 33c9370

File tree

4 files changed

+1157
-328
lines changed

4 files changed

+1157
-328
lines changed

deploy-docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ git commit -m 'deploy'
2020
# git push -f [email protected]:<USERNAME>/<USERNAME>.github.io.git master
2121

2222
# if you are deploying to https://<USERNAME>.github.io/<REPO>
23-
git push -f [email protected]:vuex-orm/vuex-orm-apollo.git master:gh-pages
23+
git push -f [email protected]:vuex-orm/plugin-graphql.git master:gh-pages
2424

2525
cd -

docs/.vuepress/config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ module.exports = {
2020
{ text: 'Home', link: '/' },
2121
{ text: 'Guide', link: '/guide/' },
2222
{ text: 'Vuex-ORM', link: 'https://vuex-orm.github.io/vuex-orm/' },
23-
{ text: 'GitHub', link: 'https://github.com/vuex-orm/plugin-graphql' },
2423
],
2524

2625
sidebar: [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
"tslint-config-standard": "^8.0.1",
110110
"typescript": "^3.0.3",
111111
"vue": "2.5.16",
112-
"vuepress": "^0.8.4",
112+
"vuepress": "^0.14.11",
113113
"vuex": "^3.0.1"
114114
},
115115
"jest": {

0 commit comments

Comments
 (0)