Skip to content

Commit f4ab8ae

Browse files
authored
SEO tweaks (#110)
* Move versioning to playbook * Localhost should not be a link
1 parent 2a8ae2d commit f4ab8ae

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

antora.yml

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: luna-streaming
22
title: Luna Streaming Documentation
3-
version: '2.10_1.x'
43
start_page: index.adoc
54

65
asciidoc:

modules/components/pages/admin-console-vm.adoc

+4-4
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ cd pulsar-admin-console-{admin-console-version}/server
5454
npm start
5555
----
5656

57-
. Open the Admin Console at `http://localhost:6454`.
57+
. Open the Admin Console at \`http://localhost:6454`.
5858

5959
Port 6454 is specified in `pulsar-admin-console/config/default.json`. To change the default Admin Console configuration, see <<configuration,*Configuration*>> below.
6060

@@ -90,8 +90,8 @@ These values can be modified in the JSON configuration file.
9090
| cluster_name | standalone | Name of Pulsar cluster connecting to. The cluster name can be retrieved with the CLI command `pulsar-admin clusters list`.
9191
| functions_disabled | false | If functions are not enabled in the cluster, disable the function sections (Functions, Sinks, Sources).
9292
| grafana_url | | If `render_monitoring_tab` is enabled, URL for Grafana.
93-
| host_overrides.http | http://localhost:8964 | URL to display in console to connect to Pulsar Beam HTTP proxy.
94-
| host_overrides.pulsar | http://localhost:6650 | URL to display in console to connect to Pulsar.
93+
| host_overrides.http | \http://localhost:8964 | URL to display in console to connect to Pulsar Beam HTTP proxy.
94+
| host_overrides.pulsar | \http://localhost:6650 | URL to display in console to connect to Pulsar.
9595
| host_overrides.ws | //localhost:8080 | URL to display in console to connect to WebSocket proxy.
9696
| notice_text | | Custom notice to appear at top of console.
9797
| oauth_client_id || This is the client ID that the console will use when authenticating with authentication provider.
@@ -100,7 +100,7 @@ These values can be modified in the JSON configuration file.
100100
| server_config.admin_token | | When using `user` or `k8s` auth mode, a Pulsar token is used to connect to the Pulsar cluster. This specifies the token as a string. For full access, a superuser token is recommended. The `token_path` setting will override this value if present.
101101
| server_config.log_level | info | Log level for the console server.
102102
| server_config.port | 6454 | The listen port for the console server.
103-
| server_config.pulsar_url | http://localhost:8080 | URL for connecting to the Pulsar cluster. Should point to either a broker or Pulsar proxy. The console server must be able to reach this URL.
103+
| server_config.pulsar_url | \http://localhost:8080 | URL for connecting to the Pulsar cluster. Should point to either a broker or Pulsar proxy. The console server must be able to reach this URL.
104104
| server_config.ssl.ca_path | | Path to the CA certificate. To enable HTTPS, `ca_path`, `cert_path`, and `key_path` must all be set.
105105
| server_config.ssl.cert_path | | Path to the server certificate. To enable HTTPS, `ca_path`, `cert_path`, and `key_path` must all be set.
106106
| server_config.ssl.hostname_validation | | Verify hostname matches the TLS certificate.

modules/components/pages/pulsar-sql.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ include::partial$port-forward-web-service.adoc[]
4444

4545
== Confirm Presto is available
4646

47-
. In a browser, navigate to http://localhost:8090[http://localhost:8090^]. +
47+
. In a browser, navigate to \http://localhost:8090. +
4848
You will be greeted by Presto’s login.
4949
+
5050
image::presto-sql-login.png[Presto SQL login]

modules/install-upgrade/pages/quickstart-helm-installs.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ Once all the pods are running, you can access the Pulsar Admin Console by forwar
257257

258258
`kubectl port-forward $(kubectl get pods -l component=adminconsole -o jsonpath='{.items[0].metadata.name}') 8080:80`
259259

260-
Now open a browser to http://localhost:8080. In the Pulsar Admin Console, you can test your Pulsar setup using the built-in clients (Test Clients in the left-hand menu).
260+
Now open a browser to \http://localhost:8080. In the Pulsar Admin Console, you can test your Pulsar setup using the built-in clients (Test Clients in the left-hand menu).
261261

262262
=== Access the Pulsar cluster on localhost
263263

0 commit comments

Comments
 (0)