Skip to content

Commit

Permalink
SEO tweaks (#111)
Browse files Browse the repository at this point in the history
* Move versioning to playbook

* Localhost should not be a link
  • Loading branch information
ddieruf authored Mar 15, 2023
1 parent 8d35918 commit 9b24537
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
1 change: 0 additions & 1 deletion antora.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: luna-streaming
title: Luna Streaming Documentation
version: '2.10_2.x'
start_page: index.adoc

asciidoc:
Expand Down
8 changes: 4 additions & 4 deletions modules/components/pages/admin-console-vm.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ cd pulsar-admin-console-{admin-console-version}/server
npm start
----

. Open the Admin Console at `http://localhost:6454`.
. Open the Admin Console at \`http://localhost:6454`.

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

Expand Down Expand Up @@ -88,8 +88,8 @@ These values can be modified in the JSON configuration file.
| cluster_name | standalone | Name of Pulsar cluster connecting to. The cluster name can be retrieved with the CLI command `pulsar-admin clusters list`.
| functions_disabled | false | If functions are not enabled in the cluster, disable the function sections (Functions, Sinks, Sources).
| grafana_url | | If `render_monitoring_tab` is enabled, URL for Grafana.
| host_overrides.http | http://localhost:8964 | URL to display in console to connect to Pulsar Beam HTTP proxy.
| host_overrides.pulsar | http://localhost:6650 | URL to display in console to connect to Pulsar.
| host_overrides.http | \http://localhost:8964 | URL to display in console to connect to Pulsar Beam HTTP proxy.
| host_overrides.pulsar | \http://localhost:6650 | URL to display in console to connect to Pulsar.
| host_overrides.ws | //localhost:8080 | URL to display in console to connect to WebSocket proxy.
| notice_text | | Custom notice to appear at top of console.
| oauth_client_id || This is the client ID that the console will use when authenticating with authentication provider.
Expand All @@ -98,7 +98,7 @@ These values can be modified in the JSON configuration file.
| 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.
| server_config.log_level | info | Log level for the console server.
| server_config.port | 6454 | The listen port for the console server.
| 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.
| 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.
| server_config.ssl.ca_path | | Path to the CA certificate. To enable HTTPS, `ca_path`, `cert_path`, and `key_path` must all be set.
| server_config.ssl.cert_path | | Path to the server certificate. To enable HTTPS, `ca_path`, `cert_path`, and `key_path` must all be set.
| server_config.ssl.hostname_validation | | Verify hostname matches the TLS certificate.
Expand Down
2 changes: 1 addition & 1 deletion modules/components/pages/pulsar-sql.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ include::partial$port-forward-web-service.adoc[]

== Confirm Presto is available

. In a browser, navigate to http://localhost:8090[http://localhost:8090^]. +
. In a browser, navigate to \http://localhost:8090. +
You will be greeted by Presto’s login.
+
image::presto-sql-login.png[Presto SQL login]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ Once all the pods are running, you can access the Pulsar Admin Console by forwar

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

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).
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).

=== Access the Pulsar cluster on localhost

Expand Down

0 comments on commit 9b24537

Please sign in to comment.