Skip to content

Commit 09c1a8e

Browse files
kyuan-mongodbschmalliso
authored andcommitted
DOCSP-15468 column sizing (#96)
* updated column widths
1 parent e4d6496 commit 09c1a8e

6 files changed

+14
-12
lines changed

source/kafka-connection-mongodb.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ authentication mechanism, see the table below or visit the
4747
.. list-table::
4848
:header-rows: 1
4949
:stub-columns: 1
50-
:widths: 20 10 10
50+
:widths: 36 32 32
5151

5252
* - MongoDB Java Driver Version
5353
- 4.x

source/kafka-installation.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ Installation Reference Table
7474
----------------------------
7575

7676
.. list-table::
77+
:widths: 45 55
7778
:stub-columns: 1
7879

7980
* - Connector GitHub repository

source/kafka-sink-data-formats.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ can deserialize the following data formats:
2323
.. list-table::
2424
:header-rows: 1
2525
:stub-columns: 1
26-
:widths: 1 4
26+
:widths: 25 75
2727

2828
* - Format Name
2929
- Description
@@ -339,7 +339,7 @@ The following AVRO schema demonstrates use of each supported logical types
339339
.. list-table::
340340
:header-rows: 1
341341
:stub-columns: 1
342-
:widths: 1 2
342+
:widths: 30 70
343343

344344
* - Schema Type
345345
- Java Type

source/kafka-sink-postprocessors.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class or use one of the following pre-built ones:
3131
.. list-table::
3232
:header-rows: 1
3333
:stub-columns: 1
34-
:widths: 1,2
34+
:widths: 33 66
3535

3636
* - Post Processor Name
3737
- Description
@@ -122,7 +122,7 @@ provided with this connector:
122122
.. list-table::
123123
:header-rows: 1
124124
:stub-columns: 1
125-
:widths: 1,2
125+
:widths: 33 66
126126

127127
* - Strategy Name
128128
- Description
@@ -519,7 +519,7 @@ below.
519519
.. list-table::
520520
:header-rows: 1
521521
:stub-columns: 1
522-
:widths: 1,2
522+
:widths: 25 75
523523

524524
* - Key Name
525525
- Description
@@ -590,7 +590,7 @@ Each object in the array contains the following JSON element keys:
590590
.. list-table::
591591
:header-rows: 1
592592
:stub-columns: 1
593-
:widths: 1,2
593+
:widths: 25 75
594594

595595
* - Key Name
596596
- Description
@@ -673,6 +673,7 @@ provided with the connector:
673673

674674
.. list-table::
675675
:header-rows: 1
676+
:widths: 35 65
676677
:stub-columns: 1
677678

678679
* - Write Model

source/kafka-sink-properties.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ data to sink to MongoDB. For an example configuration file, see
2525
.. list-table::
2626
:header-rows: 1
2727
:stub-columns: 1
28-
:widths: 2 1 4
28+
:widths: 40 18 42
2929

3030
* - Name
3131
- Type
@@ -320,7 +320,7 @@ You can use the following settings to customize the behavior of the
320320
.. list-table::
321321
:header-rows: 1
322322
:stub-columns: 1
323-
:widths: 2 1 4
323+
:widths: 40 18 42
324324

325325
* - Name
326326
- Type
@@ -381,7 +381,7 @@ letter queue.
381381
.. list-table::
382382
:header-rows: 1
383383
:stub-columns: 1
384-
:widths: 2 1 4
384+
:widths: 40 18 42
385385

386386
* - Name
387387
- Type

source/kafka-source.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ an example source connector configuration file, see
111111
.. list-table::
112112
:header-rows: 1
113113
:stub-columns: 1
114-
:widths: 34 10 56
114+
:widths: 33 18 49
115115

116116
* - Name
117117
- Type
@@ -508,7 +508,7 @@ an example source connector configuration file, see
508508
.. list-table::
509509
:header-rows: 1
510510
:stub-columns: 2
511-
:widths: 15 25 40
511+
:widths: 20 40 40
512512

513513
* - System
514514
- Property Name

0 commit comments

Comments
 (0)