Skip to content

Commit

Permalink
[doc] Remove useless linebreak in options
Browse files Browse the repository at this point in the history
  • Loading branch information
JingsongLi committed Jul 12, 2024
1 parent 63d7a68 commit 0f687e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion docs/layouts/shortcodes/generated/core_configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,7 @@
<td><h5>target-file-size</h5></td>
<td style="word-wrap: break-word;">(none)</td>
<td>MemorySize</td>
<td>Target size of a file.<br /><ul><li>primary key table: the default value is 128 MB.</li></ul><br /><ul><li>append table: the default value is 256 MB.</li></ul></td>
<td>Target size of a file.<ul><li>primary key table: the default value is 128 MB.</li></ul><ul><li>append table: the default value is 256 MB.</li></ul></td>
</tr>
<tr>
<td><h5>write-buffer-for-append</h5></td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -444,9 +444,7 @@ public class CoreOptions implements Serializable {
.withDescription(
Description.builder()
.text("Target size of a file.")
.linebreak()
.list(text("primary key table: the default value is 128 MB."))
.linebreak()
.list(text("append table: the default value is 256 MB."))
.build());

Expand Down

0 comments on commit 0f687e6

Please sign in to comment.