Github user aljoscha commented on a diff in the pull request:
https://github.com/apache/flink/pull/5467#discussion_r167831138
--- Diff: docs/_includes/generated/high_availability_configuration.html ---
@@ -0,0 +1,36 @@
+<table class="table table-bordered">
+ <thead>
+ <tr>
+ <th class="text-left" style="width: 20%">Key</th>
+ <th class="text-left" style="width: 15%">Default</th>
+ <th class="text-left" style="width: 65%">Description</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td><h5>high-availability</h5></td>
+ <td>"NONE"</td>
+ <td>Defines high-availability mode used for the cluster
execution. To enable high-availability, set this mode to "ZOOKEEPER".</td>
--- End diff --
Why do these not have all the description that the original doc has?
---