Skip to content

Conversation

@nchammas
Copy link
Contributor

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:

{% 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.

@github-actions github-actions bot added the DOCS label Jan 10, 2024
@HyukjinKwon
Copy link
Member

Merged to master.

@nchammas nchammas deleted the configuration-include-api-gen branch January 10, 2024 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants