Skip to content

Commit 658ab83

Browse files
committed
changed txt extensions in filenames to out and rst
1 parent 938e566 commit 658ab83

File tree

14 files changed

+9
-9
lines changed

14 files changed

+9
-9
lines changed

source/quick-start.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ When you start the sandbox, Docker downloads any images it needs to run.
8282
After Docker downloads and builds the images, you should see the following
8383
output in your development environment:
8484

85-
.. include:: /includes/tutorials/docker-success.txt
85+
.. include:: /includes/tutorials/docker-success.rst
8686

8787
.. include:: /includes/tutorials/port-mapping-note.rst
8888

source/tutorials/migrate-time-series.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Migrate a Collection to a Time Series Collection
120120
If your source connector started successfully, you should see the
121121
following output:
122122

123-
.. literalinclude:: /includes/tutorials/time-series/output/status.txt
123+
.. literalinclude:: /includes/tutorials/time-series/output/status.out
124124
:language: text
125125
:copyable: false
126126

@@ -134,7 +134,7 @@ Migrate a Collection to a Time Series Collection
134134
The output should show topic data as it is published by the source
135135
connector that resembles the following:
136136

137-
.. literalinclude:: /includes/tutorials/time-series/output/kc.txt
137+
.. literalinclude:: /includes/tutorials/time-series/output/kc.out
138138
:language: text
139139
:copyable: false
140140

source/tutorials/replicate-with-cdc.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Replicate Data with a CDC Handler
113113
If your source connector started successfully, you should see the
114114
following output:
115115

116-
.. literalinclude:: /includes/tutorials/cdc-handler/output/status.txt
116+
.. literalinclude:: /includes/tutorials/cdc-handler/output/status.out
117117
:language: text
118118
:copyable: false
119119

@@ -153,7 +153,7 @@ Replicate Data with a CDC Handler
153153
If your sink connector started successfully, you should see the
154154
following output:
155155

156-
.. literalinclude:: /includes/tutorials/cdc-handler/output/status-2.txt
156+
.. literalinclude:: /includes/tutorials/cdc-handler/output/status-2.out
157157
:language: text
158158
:copyable: false
159159

source/tutorials/sink-connector.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Get Started with the MongoDB Kafka Sink Connector
8787
If your sink connector started successfully, you should see the
8888
following output:
8989

90-
.. literalinclude:: /includes/tutorials/sink-connector/output/kc.txt
90+
.. literalinclude:: /includes/tutorials/sink-connector/output/kc.out
9191
:language: text
9292
:copyable: false
9393

source/tutorials/source-connector.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Get Started with the MongoDB Kafka Source Connector
147147
You should see the following Kafka topic data, organized by "Key"
148148
and "Value" sections when you run the preceding command:
149149

150-
.. literalinclude: /includes/tutorials/source-connector/output/kc.txt
150+
.. literalinclude: /includes/tutorials/source-connector/output/kc.out
151151
:language: text
152152
:copyable: false
153153
:emphasize-lines: 3,5,7,9

source/tutorials/tutorial-setup.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Set Up Your Development Environment with Docker
101101
When the command completes successfully, it outputs the following
102102
text:
103103

104-
.. include:: /includes/tutorials/docker-success.txt
104+
.. include:: /includes/tutorials/docker-success.rst
105105

106106
.. step:: Verify the Successful Setup
107107

@@ -115,7 +115,7 @@ Set Up Your Development Environment with Docker
115115
This command should output the following information if the Docker
116116
development environment was set up successfully:
117117

118-
.. include:: /includes/tutorials/setup/status-setup.txt
118+
.. include:: /includes/tutorials/setup/status-setup.rst
119119

120120
Since you have not started the connectors, the status and configured
121121
list are empty.

0 commit comments

Comments
 (0)