Skip to content

Commit deae917

Browse files
committed
various small docs fixes
1 parent c46cbf0 commit deae917

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

modules/ROOT/pages/quickstart.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ NOTE: If macOS denies the execution of stackablectl go to `Settings` -> `Securit
3939

4040
== Install the Taxi data demo
4141

42-
The xref:stackablectl:demos/trino-taxi-data.adoc[`trino-taxi-data`] Demo installs the latest Stackable platform release and a visualization of https://www.nyc.gov/site/tlc/about/tlc-trip-record-data.page[New York City Taxi Data] using Trino and Superset:
42+
The xref:stackablectl::demos/trino-taxi-data.adoc[`trino-taxi-data`] Demo installs the latest Stackable platform release and a visualization of https://www.nyc.gov/site/tlc/about/tlc-trip-record-data.page[New York City Taxi Data] using Trino and Superset:
4343

4444
[source,console]
4545
----

modules/concepts/pages/logging.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ vectorAggregatorConfigMapName: vector-aggregator-discovery // <1>
5252
----
5353
<1> The discovery ConfigMap of the Vector aggregator to publish the logs to. This is set at cluster level.
5454
<2> The logging configuration fragment, can be set at role or role group level.
55-
<2> Enable the Vector agent to aggregate logs.
56-
<3> Logging is defined for each container.
57-
<4> Console and file appenders can have different log level thresholds.
58-
<5> Setting log levels for individual modules is also possible.
55+
<3> Enable the Vector agent to aggregate logs.
56+
<4> Logging is defined for each container.
57+
<5> Console and file appenders can have different log level thresholds.
58+
<6> Setting log levels for individual modules is also possible.
5959

6060
**Log levels per module** - In the `loggers` section the log levels for each module are configured. Note the `ROOT` module. This is a special module and refers to the default log level for the container. The log levels are the commonly used ones (TRACE, DEBUG, INFO, WARN, ERROR, FATAL) as well as the NONE level to turn of logging. The default log level is `INFO`.
6161

modules/tutorials/pages/authentication_with_openldap.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ include::example$ldap-auth/ldap-authenticationclass.yaml[]
106106

107107
<1> The name of the AuthenticationClass, which needs to be referenced later
108108
<2> The hostname in this case is the Service at which the OpenLDAP is running, inside of Kubernetes.
109-
<2> Here the SecretClass name is referenced
109+
<3> Here the SecretClass name is referenced
110110

111111
// [source,bash]
112112
// include::example$ldap-auth/30-install-openldap.sh[tag=apply-ldap-authenticationclass]

0 commit comments

Comments
 (0)