Skip to content

Commit f8ecf59

Browse files
authored
Merge pull request #9 from datastax/stage/3.2
SEO tweaks
2 parents effe73a + ec16fc9 commit f8ecf59

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

antora.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: starlight-for-jms
22
title: Starlight For JMS Documentation
3-
version: '3.2'
43
start_page: index.adoc
54

65
asciidoc:

modules/jms-migration/pages/pulsar-jms-quickstart-sa.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This quick start will get you up and running with a simple command-line Java JMS
1515
* https://openjdk.java.net/install/[Java OpenJDK 8 or 11,window=_blank]
1616
* A local installation of Apache Pulsar™, either the https://pulsar.apache.org/ja/download/[download binary,window=_blank] or a docker instance.
1717
+
18-
IMPORTANT: If you choose an existing local Pulsar installation, make sure the Pulsar endpoints are http://localhost:8080 and http://localhost:6650, otherwise you'll need to modify the initialization properties in the example.
18+
IMPORTANT: If you choose an existing local Pulsar installation, make sure the Pulsar endpoints are \http://localhost:8080 and \http://localhost:6650, otherwise you'll need to modify the initialization properties in the example.
1919

2020
== Install a Pulsar instance using Docker
2121

modules/reference/pages/pulsar-jms-reference.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Other entries are ignored.
8585
| `brokerServiceUrl`
8686
| no
8787
| String
88-
| If not specified, for Pulsar standalone instances running on localhost, defaults to the same value as `webServiceUrl`, `http://localhost:8080`. Can also be specified as `pulsar://localhost:6650` for Pulsar standalone instances on localhost.
88+
| If not specified, for Pulsar standalone instances running on localhost, defaults to the same value as `webServiceUrl`, \`http://localhost:8080`. Can also be specified as \`pulsar://localhost:6650` for Pulsar standalone instances on localhost.
8989
a| The URL to connect to the Pulsar broker or proxy +
9090
The `brokerServiceUrl` must be specified for Astra Streaming. Must be customized as required for Pulsar standalone instances that are not running on localhost.
9191

@@ -219,7 +219,7 @@ a| Additional configuration for each Pulsar Producer
219219
| `webServiceUrl`
220220
| yes
221221
| String
222-
| `http://localhost:8080` (default)
222+
| \`http://localhost:8080` (default)
223223
a| Main Pulsar HTTP endpoint +
224224
Must be customized as required for Pulsar standalone instances that are not running on localhost.
225225

0 commit comments

Comments
 (0)