Skip to content

Commit

Permalink
chore: remove beta banner from docs (#474)
Browse files Browse the repository at this point in the history
  • Loading branch information
bencodezen authored Sep 15, 2020
1 parent 6607d8b commit 032c9d5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 17 deletions.
10 changes: 3 additions & 7 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
<template>
<ClientOnly>
<aside class="beta-banner" v-if="shouldShow">
<p>
<span class="hide-sm">⚠️ Beta Version:</span>
Docs
<span class="hide-sm">are</span> in development and subject to change.
</p>
<aside class="app-banner" v-if="shouldShow">
<slot></slot>
<button ref="closeButton" @click="close">Close</button>
</aside>
</ClientOnly>
Expand Down Expand Up @@ -39,7 +35,7 @@ export default {
<style lang="scss" scoped>
@import '../theme/styles/mixins.scss';
.beta-banner {
.app-banner {
position: fixed;
z-index: 21;
top: 0;
Expand Down
1 change: 0 additions & 1 deletion src/.vuepress/theme/layouts/Layout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
@touchstart="onTouchStart"
@touchend="onTouchEnd"
>
<BetaBanner />
<Navbar v-if="shouldShowNavbar" @toggle-sidebar="toggleSidebar" />

<div class="sidebar-mask" @click="toggleSidebar(false)" />
Expand Down
4 changes: 2 additions & 2 deletions src/guide/contributing/translations.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Vue has spread across the globe, with the core team being in at least half a doz

## Can we start translating Vue 3 docs?

At this time, the Vue 3 docs are still in beta and subject to changes at any time. As a result, we would caution against any significant work since we are still collecting feedback and rewriting it as needed. When the docs are in release candidate phase, we will make sure to make an announcement so you can get started!
Yes! We are ready for translation!

## How can I get involved with translations?

The best way to get started is to check out [this pinned issue for Vuejs.org](https://github.com/vuejs/vuejs.org/issues/2015) that contains active discussions on the various initiatives happening in the community.
The best way to get started is to check out [this pinned issue](https://github.com/vuejs/docs-next/issues/478) that contains active discussions on the various initiatives happening in the community.

0 comments on commit 032c9d5

Please sign in to comment.