Anonymitaet commented on code in PR #664: URL: https://github.com/apache/pulsar-site/pull/664#discussion_r1286653323
########## docs/getting-started-helm.md: ########## @@ -26,6 +21,8 @@ For the following steps, step 2 and step 3 are for **developers** and step 4 and ::: +To run Pulsar with Helm on Kubernetes: Review Comment: ```suggestion To run Pulsar with Helm on Kubernetes, follow the steps below. ``` ########## docs/getting-started-standalone.md: ########## @@ -12,11 +13,13 @@ If you're looking to run a full production Pulsar installation, see the [Deployi ::: -## Prerequisites +To run Pulsar in standalone mode on your machine: Review Comment: ```suggestion To run Pulsar in standalone mode on your machine, follow the steps below. ``` ########## docs/getting-started-docker-compose.md: ########## @@ -2,9 +2,12 @@ id: getting-started-docker-compose title: Run a Pulsar cluster locally with Docker Compose sidebar_label: "Run Pulsar locally with Docker Compose" +description: Get started with Apache Pulsar on your local machine using Docker Compose. --- -## Configure the `compose.yml` template +To run Pulsar loccally with Docker Compose: + +## Step 1: Configure the `compose.yml` template Review Comment: Can you attach the local preview of this file? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
