Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] Upgrade vuepress to v1.0.3 #901

Merged
merged 4 commits into from
Aug 8, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ services:
working_dir: /app
ports:
- 8080:8080
command: bash -c "yarn && yarn docs:dev"
entrypoint: /bin/bash -c "echo 'Run `docker-compose exec node bash` followed by `yarn` and `yarn docs:dev` to work on the docs.' && tail -F /dev/null"
274 changes: 0 additions & 274 deletions docs/.vuepress/components/Test.vue

This file was deleted.

1 change: 0 additions & 1 deletion docs/.vuepress/components/search.svg

This file was deleted.

1 change: 0 additions & 1 deletion docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ module.exports = {
href: 'https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,800,800i,900,900i'
},]
],
theme: 'vuepress-theme-lighthouse',
themeConfig: {
logo: '/logo.svg',
editLinks: true, // "Edit this page" at the bottom of each page
Expand Down
3 changes: 1 addition & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"license": "MIT",
"dependencies": {
"fs-extra": "^7.0.1",
"vuepress": "^1.0.0-alpha.22",
"vuepress-theme-lighthouse": "file:./packages/vuepress-theme-lighthouse"
"vuepress": "^1.0.3"
},
"scripts": {
"start": "npm run docs:dev",
Expand Down
1 change: 0 additions & 1 deletion docs/packages/vuepress-theme-lighthouse/.gitignore

This file was deleted.

24 changes: 0 additions & 24 deletions docs/packages/vuepress-theme-lighthouse/package.json

This file was deleted.

Loading