Github user dawidwys commented on the issue:
https://github.com/apache/flink/pull/3495
Ad second comment: My intention was to include the generated tables into
markdown using command like:
`{% include generated/high_availability_configuration.html %}`
This way it is possible to include the config options in different files,
not jus in docs/setup.config.md
Ad first comment: I think there are couple of problems with the approach of
finding the files by Regex.
1. You are limited to just one module. Right know `ConfigOption` is used
in: flink-core, flink-runtime, flink-mesos, flink-yarn
2. You are limited with choosing the file name. (this one is not so
important)
Just as a side note, I tried to follow the solution used in Apache Kafka.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---