1
0
Эх сурвалжийг харах

chore(docs): Change references to alpha -> beta

Michael Bromley 6 жил өмнө
parent
commit
09b7411fbd

+ 8 - 5
docs/assets/styles/_top-bar.scss

@@ -84,7 +84,7 @@
     }
 
 
-    .alpha-label {
+    .version-label {
         display: inline-block;
         background-color: #ffd400;
         padding: 3px 6px;
@@ -96,11 +96,8 @@
     }
 
     .right {
-        @media all and (max-width: $sm-breakpoint){
-            text-align: right;
-        }
         a {
-            margin-left: 12px;
+            margin-left: 18px;
         }
         a:link, a:visited {
             color: $gray-400;
@@ -109,6 +106,12 @@
             color: $gray-100;
             text-decoration: none;
         }
+        @media all and (max-width: $sm-breakpoint){
+            text-align: right;
+            a {
+                margin-left: 12px;
+            }
+        }
     }
 
     .search-input {

+ 1 - 1
docs/content/docs/_index.md

@@ -6,7 +6,7 @@ weight: 0
 # Vendure Documentation
 
 {{% alert "warning" %}}
-**Note**: Vendure is currently in alpha and as such, the information and APIs documented here are subject to change.
+**Note**: Vendure is currently in beta and as such, the information and APIs documented here are subject to change.
 {{% /alert %}}
 
 ## What is Vendure?

+ 1 - 1
docs/content/docs/typescript-api/_index.md

@@ -6,7 +6,7 @@ showtoc: false
 
 # Vendure TypeScript API Docs
 
-The Vendure TypeScript API is used when configuring the server (via the [`VendureConfig`]({{< ref "vendure-config" >}}) object) and when writing plugins that extend the core functionality of Vendure core.
+The Vendure TypeScript API is used when configuring the server (via the [`VendureConfig`]({{< ref "vendure-config" >}}) object) and when writing plugins that extend the functionality of Vendure core.
 
 {{% alert %}}
 All documentation in this section is auto-generated from the TypeScript source of the Vendure server.

+ 2 - 2
docs/layouts/partials/top-bar.html

@@ -5,7 +5,7 @@
                 <img src="{{ "logo.png" | relURL }}" />
                 {{ if not .isLandingPage }}<div class="logotype">vendure</div>{{ end }}
             </a>
-            <div class="alpha-label">alpha</div>
+            <div class="version-label">beta</div>
         </div>
         <div class="flex-spacer"></div>
         {{ if .isDocsPage }}
@@ -18,7 +18,7 @@
         {{ end }}
         <div class="right">
             <a href="/docs">Docs</a>
-            <a href="http://demo.vendure.io">Demo</a>
+            <a href="http://demo.vendure.io" target="_blank">Demo</a>
             <a href="/blog">Blog</a>
             <a href="https://github.com/vendure-ecommerce/vendure">GitHub</a>
         </div>