diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 8db026d8d..6286de193 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,9 +1,5 @@ -# ⚠️⚠️⚠️ DISCLAIMER ⚠️⚠️⚠️: +## Description of Problem -Thanks for your interest in submitting a PR! At this time, because the docs are in beta, the team is currently in the midst of changes. As a result, **we are not ready for additional contributions yet**. +## Proposed Solution -## How can I provide feedback? - -To be respectful of your time and ideas, **please [create an issue](https://github.com/vuejs/docs-next/issues/new) instead of a pull request**. Otherwise, we will have to simply close your pull request at this time. - -Thanks for your understanding! +## Additional Information diff --git a/assets/transitions-diagram.ai.zip b/assets/transitions-diagram.ai.zip new file mode 100644 index 000000000..ef0614121 Binary files /dev/null and b/assets/transitions-diagram.ai.zip differ diff --git a/package.json b/package.json index 55347791e..dedb90e04 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "@vuepress/plugin-pwa": "^1.5.4", "node-sass": "^4.13.1", "sass-loader": "^8.0.2", - "vuepress": "^1.3.0" + "vuepress": "^1.5.4" }, "scripts": { "dev": "yarn serve", diff --git a/src/.vuepress/components/BetaBanner.vue b/src/.vuepress/components/AppBanner.vue similarity index 88% rename from src/.vuepress/components/BetaBanner.vue rename to src/.vuepress/components/AppBanner.vue index d5e4adcc4..35c5937d7 100644 --- a/src/.vuepress/components/BetaBanner.vue +++ b/src/.vuepress/components/AppBanner.vue @@ -1,11 +1,7 @@