This is an automated email from the ASF dual-hosted git repository.

pingsutw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/submarine.git


The following commit(s) were added to refs/heads/master by this push:
     new 6bee3c1  SUBMARINE-1035. Get started button in website is wrong
6bee3c1 is described below

commit 6bee3c1632242299d036d5a12f04f8ac69601504
Author: jeff-901 <b07901...@ntu.edu.tw>
AuthorDate: Sun Sep 19 19:44:08 2021 +0800

    SUBMARINE-1035. Get started button in website is wrong
    
    ### What is this PR for?
    The get started button should direct to 
https://submarine.apache.org/docs/gettingStarted/quickstart
    And edit all the reference of old local deployment document.
    
    ### What type of PR is it?
    Bug Fix
    
    ### Todos
    
    ### What is the Jira issue?
    https://issues.apache.org/jira/browse/SUBMARINE-1035
    
    ### How should this be tested?
    Build the website locally and browse.
    
    ### Screenshots (if appropriate)
    
    ### Questions:
    * Do the license files need updating? No
    * Are there breaking changes for older versions? No
    * Does this need new documentation? No
    
    Author: jeff-901 <b07901...@ntu.edu.tw>
    
    Signed-off-by: Kevin <pings...@apache.org>
    
    Closes #756 from jeff-901/SUBMARINE-1035 and squashes the following commits:
    
    1c417656 [jeff-901] edit get started button url
---
 website/docusaurus.config.js                       | 34 +++++++++++-----------
 website/src/pages/index.js                         |  2 +-
 .../version-0.6.0/devDocs/Development.md           |  4 +--
 3 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js
index 822ec0c..13f4a43 100644
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -98,22 +98,22 @@ module.exports = {
       ],
     },
     footer: {
-        style: 'dark',
-        logo: {
-            alt: 'Apache Open Source Logo',
-            src: 'https://hadoop.apache.org/asf_logo_wide.png',
-            href: 'https://www.apache.org/',
-        },
-        links: [
+      style: 'dark',
+      logo: {
+          alt: 'Apache Open Source Logo',
+          src: 'https://hadoop.apache.org/asf_logo_wide.png',
+          href: 'https://www.apache.org/',
+      },
+      links: [
+        {
+          title: 'Docs',
+          items: [
+            {
+              label: 'Getting Started',
+              to: 'docs/gettingStarted/quickstart',
+            },
             {
-                title: 'Docs',
-                items: [
-                    {
-                        label: 'Getting Started',
-                        to: 'docs/',
-                    },
-                    {
-                        label: 'API docs',
+              label: 'API docs',
               to: 'docs/api/environment',
             },
           ],
@@ -144,8 +144,8 @@ module.exports = {
               },
           ],
         },
-        ],
-        copyright: `Apache Submarine, Submarine, Apache, the Apache feather 
logo, and the Apache Submarine project logo are
+      ],
+      copyright: `Apache Submarine, Submarine, Apache, the Apache feather 
logo, and the Apache Submarine project logo are
        either registered trademarks or trademarks of the Apache Software 
Foundation in the United States and other
         countries.<br> Copyright © ${new Date().getFullYear()} Apache 
Submarine is Apache2 Licensed software.`,
     },
diff --git a/website/src/pages/index.js b/website/src/pages/index.js
index 7aa2141..c725341 100644
--- a/website/src/pages/index.js
+++ b/website/src/pages/index.js
@@ -88,7 +88,7 @@ function Home() {
                 'button button--outline button--secondary button--lg',
                 styles.getStarted,
               )}
-              to={useBaseUrl('/docs')}>
+              to={useBaseUrl('/docs/gettingStarted/quickstart')}>
               Get Started
             </Link>
             <iframe
diff --git a/website/versioned_docs/version-0.6.0/devDocs/Development.md 
b/website/versioned_docs/version-0.6.0/devDocs/Development.md
index 5c2b4a6..975d706 100644
--- a/website/versioned_docs/version-0.6.0/devDocs/Development.md
+++ b/website/versioned_docs/version-0.6.0/devDocs/Development.md
@@ -18,7 +18,7 @@ title: Development Guide
 -->
 
 # Project Overview
-The document [Submarine Local 
Deployment](../gettingStarted/localDeployment.md) shows how to deploy the 
Submarine service to your Kubernetes cluster. The Submarine service consists 
mainly of nine components, and you can check them with the following command:
+The document [Getting Started/Quickstart](../gettingStarted/quickstart.md) 
shows how to deploy the Submarine service to your Kubernetes cluster. The 
Submarine service consists mainly of nine components, and you can check them 
with the following command:
 
 ```
 kubectl get pods -n ${your_namespace}
@@ -107,7 +107,7 @@ Checkstyle plugin may help to detect violations directly 
from the IDE.
 
 1. Deploy the Submarine
 
-   Follow [Getting Started/Submarine Local 
Deployment](../gettingStarted/localDeployment.md), and make sure you can 
connect to `http://localhost:32080` in the browser.
+   Follow [Getting Started/Quickstart](../gettingStarted/quickstart.md), and 
make sure you can connect to `http://localhost:32080` in the browser.
 
 2. Install the dependencies
 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@submarine.apache.org
For additional commands, e-mail: dev-h...@submarine.apache.org

Reply via email to