404
There's nothing here.Take me home.
diff --git a/deploy-docs.sh b/deploy-docs.sh new file mode 100644 index 00000000..6f989bfe --- /dev/null +++ b/deploy-docs.sh @@ -0,0 +1,13 @@ +#!/usr/bin/env sh + +# abort on errors +set -e +# build +npm run docs:build + +# navigate into the build output directory +cd docs/.vuepress/dist + +# if you are deploying to a custom domain +echo 'vue-chartjs.org' > CNAME +touch .nojekyll diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index a8168297..428f8b5e 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -4,7 +4,7 @@ module.exports = { nav: [ { text: 'Home', link: '/' }, { text: 'Guide', link: '/guide/' }, - { text: 'References', link: '/reference/' } + { text: 'API', link: '/api/' } ], sidebar: 'auto', repo: 'apertureless/vue-chartjs', diff --git a/docs/.vuepress/dist/404.html b/docs/.vuepress/dist/404.html index c747af53..ca77f9a9 100644 --- a/docs/.vuepress/dist/404.html +++ b/docs/.vuepress/dist/404.html @@ -3,15 +3,15 @@
-