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

urfree pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new df925c99c8d Docs sync done from apache/pulsar(#2611b17)
df925c99c8d is described below

commit df925c99c8dcd39e996b8052d80d8e1ddddbc0a8
Author: Pulsar Site Updater <[email protected]>
AuthorDate: Fri Aug 26 06:14:35 2022 +0000

    Docs sync done from apache/pulsar(#2611b17)
---
 site2/website-next/docs/about.md                |  2 +-
 site2/website-next/docs/getting-started-home.md | 12 ++++++++++++
 site2/website-next/sidebars.json                |  4 ++++
 3 files changed, 17 insertions(+), 1 deletion(-)

diff --git a/site2/website-next/docs/about.md b/site2/website-next/docs/about.md
index a73b9df93cb..8baf0b3085e 100644
--- a/site2/website-next/docs/about.md
+++ b/site2/website-next/docs/about.md
@@ -20,7 +20,7 @@ If you’re an experienced coder, review this page to learn the 
easiest way to a
 ## Get Started Now
 <BlockLinks>
     <BlockLink title="About Pulsar" url="/docs/next/concepts-overview/" />
-    <BlockLink title="Get Started" 
url="/docs/next/getting-started-standalone/" />
+    <BlockLink title="Get Started" url="/docs/next/getting-started-home/" />
     <BlockLink title="Install, Deploy, Upgrade" url="/docs/next/deploy-aws/" />
     <BlockLink title="Pulsar for Developers" url="/docs/next/develop-tools/" />
     <BlockLink title="How To" url="/docs/next/functions-develop/" />
diff --git a/site2/website-next/docs/getting-started-home.md 
b/site2/website-next/docs/getting-started-home.md
new file mode 100644
index 00000000000..64ea38a8120
--- /dev/null
+++ b/site2/website-next/docs/getting-started-home.md
@@ -0,0 +1,12 @@
+---
+id: getting-started-home
+title: Get started
+sidebar_label: "Get Started"
+---
+
+Getting up and running with Pulsar is simple. Download it, install it, and try 
it out.  
+
+You have three options. Click any of these links to begin your Pulsar journey!
+* [Run a standalone Pulsar locally](getting-started-standalone.md) - Run a 
single instance of Pulsar in standalone mode on a single machine.
+* [Run a standalone Pulsar in Docker](getting-started-docker.md) - Run one or 
more instances of Pulsar in a Docker container.
+* [Run a standalone Pulsar in Kubernetes](getting-started-helm.md) - Run one 
or more instances of Pulsar in Kubernetes using a Helm chart.
\ No newline at end of file
diff --git a/site2/website-next/sidebars.json b/site2/website-next/sidebars.json
index 36734399153..70df7fb4024 100644
--- a/site2/website-next/sidebars.json
+++ b/site2/website-next/sidebars.json
@@ -7,6 +7,10 @@
     {
       "type": "category",
       "label": "Get Started",
+      "link": {
+        "type": "doc",
+        "id": "getting-started-home"
+      },
       "items": [
         "getting-started-standalone",
         "getting-started-docker",

Reply via email to