cj-zhukov commented on PR #19491:
URL: https://github.com/apache/datafusion/pull/19491#issuecomment-3691225266
### High-Level Overview
This PR introduces a helper script `generate_examples_docs.sh `for
generating examples documentation in a consistent format. The script discovers
example groups and subcommands and emits a Markdown table skeleton that matches
the structure enforced by the CI documentation check.
It can be used to generate documentation for all example groups:
```bash
./ci/scripts/generate_examples_docs.sh
```
or for a specific group:
```bash
./ci/scripts/generate_examples_docs.sh --group builtin_functions
```
--
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]