Skip to content

Commit 7453d70

Browse files
mfernestclaude
andauthored
fix(DOC-1681): sentence-case headings in broker properties reference (#1609)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent be11e77 commit 7453d70

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

modules/reference/pages/properties/broker-properties.adoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ redpanda:
4747
include::reference:partial$properties/broker-properties.adoc[tags=category-redpanda;!deprecated;!exclude-from-docs]
4848

4949
[[http_based_auth_method]]
50-
== HTTP-Based Authentication
50+
== HTTP-based authentication
5151

5252
The `authentication_method` property configures authentication for HTTP-based API listeners (Schema Registry and HTTP Proxy).
5353

@@ -97,7 +97,7 @@ schema_registry:
9797
include::reference:partial$properties/broker-properties.adoc[tags=category-schema-registry;!deprecated;!exclude-from-docs]
9898

9999

100-
== HTTP Proxy Client
100+
== HTTP Proxy client
101101

102102
Configuration options for how the HTTP Proxy **connects to Kafka brokers**.
103103

@@ -130,9 +130,9 @@ Replace the following placeholders with your values:
130130

131131
include::reference:partial$properties/broker-properties.adoc[tags=category-pandaproxy-client;!deprecated;!exclude-from-docs]
132132

133-
== Schema Registry Client
133+
== Schema Registry client
134134

135-
Configuration options for Schema Registry Client connections to Kafka brokers.
135+
Configuration options for Schema Registry client connections to Kafka brokers.
136136

137137
.Example
138138
[,yaml]
@@ -159,13 +159,13 @@ Replace the following placeholders with your values:
159159
* `<username>`: SCRAM username for authentication
160160
* `<password>`: SCRAM password for authentication
161161

162-
NOTE: Schema Registry Client uses the same configuration properties as HTTP Proxy Client but with different defaults optimized for Schema Registry operations. The client uses immediate batching (0ms delay, 0 record count) for low-latency schema operations.
162+
NOTE: Schema Registry client uses the same configuration properties as HTTP Proxy client but with different defaults optimized for Schema Registry operations. The client uses immediate batching (0 ms delay, 0 record count) for low-latency schema operations.
163163

164164
---
165165

166-
== Audit Log Client
166+
== Audit log client
167167

168-
Configuration options for Audit Log Client connections to Kafka brokers.
168+
Configuration options for Audit log client connections to Kafka brokers.
169169

170170
.Example
171171
[,yaml]

0 commit comments

Comments
 (0)