Commit 769ea87
committed
docs: Regenerate connector docs with fixed YAML quoting
Regenerated all connector documentation using fixed YAML serialization
that properly quotes strings with special characters.
Key fix:
- Strings with newlines/whitespace now properly quoted (e.g., "\n\n", "\n")
- Fixes misleading block scalar format (|+) that appeared empty
- Also fixes other string values like "POST", "all", etc.
Changes:
- Updated to connector spec version 4.78.0
- Added OTLP gRPC/HTTP input/output connectors
- Fixed YAML string quoting in both example files and field documentation
- Updated whats-new.adoc with version 4.78.0 changes
Uses @redpanda-data/docs-extensions-and-macros with QUOTE_DOUBLE fix
applied to toYaml.js, renderLeafField.js, and renderConnectFields.js.
This completely addresses the CodeRabbit issue from PR #362 where
separators appeared as empty block scalars in the field documentation.1 parent 91723b9 commit 769ea87
File tree
40 files changed
+73292
-117
lines changed- .github/workflows
- docs-data
- modules
- ROOT
- components
- examples
- advanced
- inputs
- outputs
- processors
- tracers
- common
- inputs
- outputs
- processors
- tracers
- pages
- inputs
- outputs
- partials/fields
- inputs
- outputs
- processors
- get-started/pages
40 files changed
+73292
-117
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | 152 | | |
195 | | - | |
| 153 | + | |
| 154 | + | |
196 | 155 | | |
197 | 156 | | |
198 | 157 | | |
199 | 158 | | |
200 | 159 | | |
201 | 160 | | |
202 | | - | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
203 | 165 | | |
204 | 166 | | |
205 | 167 | | |
206 | 168 | | |
207 | 169 | | |
208 | 170 | | |
209 | | - | |
| 171 | + | |
210 | 172 | | |
211 | 173 | | |
212 | 174 | | |
| |||
215 | 177 | | |
216 | 178 | | |
217 | 179 | | |
218 | | - | |
219 | 180 | | |
220 | 181 | | |
221 | | - | |
222 | | - | |
| 182 | + | |
| 183 | + | |
223 | 184 | | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | | - | |
228 | | - | |
229 | | - | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
230 | 190 | | |
231 | | - | |
232 | | - | |
233 | | - | |
234 | | - | |
235 | | - | |
236 | | - | |
237 | | - | |
238 | | - | |
239 | | - | |
240 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments