nchammas opened a new pull request, #44663:
URL: https://github.com/apache/spark/pull/44663
### 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.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]