sjwiesman commented on pull request #14049:
URL: https://github.com/apache/flink/pull/14049#issuecomment-726474208


   @dannycranmer I just merged in #14036 which adds an autogenerated downloads 
page for sql connectors. Please rebase your PR and make two changes to your 
docs: 
   
   1) Please add kinesis to the list of connectors to the [downloads 
list](https://github.com/apache/flink/blob/master/docs/_data/sql-connectors.yml)
   
   2) Replace your dependencies table in kinesis.md with the following liquid 
tags. This will autogenerate the table based on the above yaml. 
   
   ```md
   
   {% assign connector = site.data.sql-connectors['kinesis'] %} 
   {% include sql-connector-download-table.html 
       connector=connector
   %}
   ```


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to