Commit fcdfc8c
[SPARK-46437][FOLLOWUP] Update configuration.md to use include_api_gen
### What changes were proposed in this pull request?
As part of #44630 I neglected to update some places that still use the following Liquid directive pattern:
```liquid
{% for static_file in site.static_files %}
{% if static_file.name == 'generated-agg-funcs-table.html' %}
{% include_relative generated-agg-funcs-table.html %}
{% break %}
{% endif %}
{% endfor %}
```
This PR replaces all remaining instances of this pattern with the new `include_api_gen` Jekyll tag.
### Why are the changes needed?
For consistency in how we build our docs.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Manually building and reviewing the configuration docs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #44663 from nchammas/configuration-include-api-gen.
Authored-by: Nicholas Chammas <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>1 parent 6375817 commit fcdfc8c
1 file changed
+2
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3302 | 3302 | | |
3303 | 3303 | | |
3304 | 3304 | | |
3305 | | - | |
3306 | | - | |
3307 | | - | |
3308 | 3305 | | |
3309 | 3306 | | |
3310 | 3307 | | |
3311 | 3308 | | |
3312 | 3309 | | |
3313 | 3310 | | |
3314 | 3311 | | |
3315 | | - | |
3316 | | - | |
3317 | | - | |
3318 | | - | |
3319 | | - | |
3320 | | - | |
3321 | | - | |
| 3312 | + | |
3322 | 3313 | | |
3323 | 3314 | | |
3324 | 3315 | | |
3325 | 3316 | | |
3326 | 3317 | | |
3327 | 3318 | | |
3328 | 3319 | | |
3329 | | - | |
3330 | | - | |
3331 | | - | |
3332 | | - | |
3333 | | - | |
| 3320 | + | |
3334 | 3321 | | |
3335 | 3322 | | |
3336 | 3323 | | |
| |||
0 commit comments