Skip to content

Commit

Permalink
changed txt extensions in filenames to out and rst (#161)
Browse files Browse the repository at this point in the history
(cherry picked from commit 5f9a922)
  • Loading branch information
shuangela committed Jun 6, 2024
1 parent 554a820 commit c86cedc
Show file tree
Hide file tree
Showing 14 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion source/quick-start.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ When you start the sandbox, Docker downloads any images it needs to run.
After Docker downloads and builds the images, you should see the following
output in your development environment:

.. include:: /includes/tutorials/docker-success.txt
.. include:: /includes/tutorials/docker-success.rst

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

Expand Down
4 changes: 2 additions & 2 deletions source/tutorials/migrate-time-series.txt
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Migrate a Collection to a Time Series Collection
If your source connector started successfully, you should see the
following output:

.. literalinclude:: /includes/tutorials/time-series/output/status.txt
.. literalinclude:: /includes/tutorials/time-series/output/status.out
:language: text
:copyable: false

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

.. literalinclude:: /includes/tutorials/time-series/output/kc.txt
.. literalinclude:: /includes/tutorials/time-series/output/kc.out
:language: text
:copyable: false

Expand Down
4 changes: 2 additions & 2 deletions source/tutorials/replicate-with-cdc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Replicate Data with a CDC Handler
If your source connector started successfully, you should see the
following output:

.. literalinclude:: /includes/tutorials/cdc-handler/output/status.txt
.. literalinclude:: /includes/tutorials/cdc-handler/output/status.out
:language: text
:copyable: false

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

.. literalinclude:: /includes/tutorials/cdc-handler/output/status-2.txt
.. literalinclude:: /includes/tutorials/cdc-handler/output/status-2.out
:language: text
:copyable: false

Expand Down
2 changes: 1 addition & 1 deletion source/tutorials/sink-connector.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Get Started with the MongoDB Kafka Sink Connector
If your sink connector started successfully, you should see the
following output:

.. literalinclude:: /includes/tutorials/sink-connector/output/kc.txt
.. literalinclude:: /includes/tutorials/sink-connector/output/kc.out
:language: text
:copyable: false

Expand Down
2 changes: 1 addition & 1 deletion source/tutorials/source-connector.txt
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ Get Started with the MongoDB Kafka Source Connector
You should see the following Kafka topic data, organized by "Key"
and "Value" sections when you run the preceding command:

.. literalinclude: /includes/tutorials/source-connector/output/kc.txt
.. literalinclude: /includes/tutorials/source-connector/output/kc.out
:language: text
:copyable: false
:emphasize-lines: 3,5,7,9
Expand Down
4 changes: 2 additions & 2 deletions source/tutorials/tutorial-setup.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Set Up Your Development Environment with Docker
When the command completes successfully, it outputs the following
text:

.. include:: /includes/tutorials/docker-success.txt
.. include:: /includes/tutorials/docker-success.rst

.. step:: Verify the Successful Setup

Expand All @@ -112,7 +112,7 @@ Set Up Your Development Environment with Docker
This command should output the following information if the Docker
development environment was set up successfully:

.. include:: /includes/tutorials/setup/status-setup.txt
.. include:: /includes/tutorials/setup/status-setup.rst

Since you have not started the connectors, the status and configured
list are empty.
Expand Down

0 comments on commit c86cedc

Please sign in to comment.