Skip to content

Commit 0f6daa7

Browse files
author
Chris Cho
authored
DOCSP-29031: Fix directory path of dockerfile (#107)
1 parent 1a98193 commit 0f6daa7

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

snooty.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,5 @@ write-exception-version="1"
4343
write-concern-exception-version="1"
4444
mongodb-port-mapping="35001"
4545
jmx-port-mapping="35000"
46+
sandbox-directory="kafka-edu/docs-examples/mongodb-kafka-base/"
47+
win-sandbox-directory="kafka-edu\\docs-examples\\mongodb-kafka-base\\"

source/quick-start.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ tutorial. If you use bash or a similar shell, use the following commands:
5252
.. code-block:: bash
5353

5454
git clone https://github.com/mongodb-university/kafka-edu.git
55-
cd kafka-edu/docs-examples/mongo-kafka-base
55+
cd {+sandbox-directory+}
5656

5757
Start the Sandbox
5858
-----------------

source/tutorials/tutorial-setup.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Set Up Your Development Environment with Docker
6363
.. code-block:: bash
6464
:copyable: true
6565

66-
cd kafka-edu/docs-examples/mongodb-kafka-base/
66+
cd {+sandbox-directory+}
6767

6868
.. tab:: Windows
6969
:tabid: powershell
@@ -76,7 +76,7 @@ Set Up Your Development Environment with Docker
7676
.. code-block:: none
7777
:copyable: true
7878

79-
cd kafka-edu\docs-examples\mongodb-kafka-base\
79+
cd {+win-sandbox-directory+}
8080

8181
Start the Docker image with the following command:
8282

0 commit comments

Comments
 (0)