You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by si...@apache.org on 2019/05/29 20:15:17 UTC

[pulsar] branch master updated: [Doc] Adjust the structure of *Get Started* (#4392)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 819916d  [Doc] Adjust the structure of *Get Started*  (#4392)
819916d is described below

commit 819916ded9f167317f7e9c9e0488f272f87fa895
Author: Anonymitaet <50...@users.noreply.github.com>
AuthorDate: Thu May 30 04:15:08 2019 +0800

    [Doc] Adjust the structure of *Get Started*  (#4392)
    
    To show the following information on the right navigation panel:
    
    * Install builtin connectors (optional)
    * Install tiered storage offloaders (optional)
---
 site2/docs/getting-started-standalone.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/site2/docs/getting-started-standalone.md b/site2/docs/getting-started-standalone.md
index e2bca20..ef13d99 100644
--- a/site2/docs/getting-started-standalone.md
+++ b/site2/docs/getting-started-standalone.md
@@ -11,6 +11,8 @@ For local development and testing, you can run Pulsar in standalone mode on your
 
 ## Install Pulsar standalone
 
+This tutorial guides you through every step of the installation process.
+
 ### System requirements
 
 Pulsar is currently available for **MacOS** and **Linux**. To use Pulsar, you need to install [Java 8](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html).
@@ -58,8 +60,6 @@ Directory | Contains
 `instances` | Artifacts created for [Pulsar Functions](functions-overview.md).
 `logs` | Logs created by the installation.
 
-#### Install other optional components
-
 > #### Tip
 > If you want to use builtin connectors and tiered storage offloaders, you can install them according to the following instructions:
 > 
@@ -68,7 +68,7 @@ Directory | Contains
 > 
 > Otherwise, skip this step and perform the next step [Start Pulsar standalone](#start-pulsar-standalone). Pulsar can be successfully installed without installing bulitin connectors and tiered storage offloaders.
 
-##### Install builtin connectors (optional)
+### Install builtin connectors (optional)
 
 Since `2.1.0-incubating` release, Pulsar releases a separate binary distribution, containing all the `builtin` connectors.
 To enable those `builtin` connectors, you can download the connectors tarball release in one of the following ways:
@@ -105,7 +105,7 @@ pulsar-io-aerospike-{{pulsar:version}}.nar
 > * If you are [running Pulsar in Docker](getting-started-docker.md) or deploying Pulsar using a docker image (e.g. [K8S](deploy-kubernetes.md) or [DCOS](deploy-dcos.md)),
 > you can use the `apachepulsar/pulsar-all` image instead of the `apachepulsar/pulsar` image. `apachepulsar/pulsar-all` image has already bundled [all builtin connectors](io-overview.md#working-with-connectors).
 
-##### Install tiered storage offloaders (optional)
+### Install tiered storage offloaders (optional)
 
 > #### Tip
 >