Skip to content

Commit a983d43

Browse files
CodeRabbit Wisdom
1 parent 6d57e27 commit a983d43

3 files changed

Lines changed: 11 additions & 81 deletions

File tree

.settings

Lines changed: 0 additions & 70 deletions
This file was deleted.

source/instructors/authoring/guides/blueprints.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ Modifying an existing **Blueprint** will overwrite its contents. To modify an ex
5151
Reusing a **Blueprint** in a different course
5252
---------------------------------------------
5353

54-
As previously mentioned, Blueprints are only available in the course in which they were created. However, it is possible to transfer them to a different course by exporting and importing. See :ref:`Exporting and Importing Blueprints <course-blueprint-transfer>` to learn how transfer them between courses.
54+
As previously mentioned, Blueprints are only available in the course in which they were created. However, you can transfer them to a different course by exporting and importing them. See :ref:`Course Blueprint Transfer <course-blueprint-transfer>` to learn how to transfer them between courses.

source/instructors/setupcourses/export-course-data.rst

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -170,33 +170,33 @@ Export course sources to obtain a zip file containing all the currently publishe
170170
Course Blueprint Transfer
171171
-------------------------
172172

173-
It is possible to Export Course Blueprints to a file so you can transfer them to a differnt course.
173+
You can export course Blueprints to a file to transfer them to a different course.
174174

175-
1. Navigate to the **Courses** page and select the course where you want to export **Blueprints** to open it.
175+
1. 1. Navigate to the **Courses** page and open the course from which you want to export **Blueprints**.
176176
2. Click the **Export** tab and then scroll down to **Course Blueprint Transfer**.
177177
3. Click the **Export** button.
178-
4. In the pop up, click **Export** once again to download a `json` file containing the Blueprints for the course.
178+
4. In the pop-up dialog, click **Export** again to download a JSON file containing the course Blueprints.
179179

180180

181181
.. image:: /img/export_blueprints.png
182182
:alt: Export Blueprints window
183183

184-
With the exported file, you can also share Blueprints to other instructors or import them into a different course.
184+
With the exported file, you can share Blueprints with other instructors or import them into a different course.
185185

186-
1. Navigate to the **Courses** page and select the course where you want to import **Blueprints** to open it.
186+
1. Navigate to the **Courses** page and open the course into which you want to import **Blueprints**.
187187
2. Click the **Export** tab and then scroll down to **Course Blueprint Transfer**.
188188
3. Click the **Import** button.
189-
4. In the pop up, you can import blueprints from a file or a GitHub repository.
189+
4. In the pop-up dialog, you can import Blueprints from a file or a GitHub repository.
190190

191-
- For a file, just select File as the source and then click the **Insert a File** field. This will open a dialog to select a file in your computer.
191+
- For a file, select File as the source and then click the **Insert a File** field. This opens a dialog to select a file on your computer.
192192

193193
- For Git, select Git as the source.
194194

195-
- In the Git repository, use the `https` URL of the repo. `SSH` is not allowed. The repository needs to be publicly accesible.
196-
- For the **Path to blueprints**, you will need to use the full path of where the template is stored, including the name and extension of the file. For example:
195+
- In the Git repository, use the `HTTPS` URL of the repo. `SSH` is not allowed. The repository must be publicly accessible.
196+
- For the **Path to blueprints**, use the full file path (including name and extension). For example:
197197

198198

199199
.. image:: /img/export_import_blueprints.png
200200
:alt: Import Blueprints window from GitHub
201201

202-
.. Note:: Existing Blueprints won't be overwritten, imported Blueprints will added to the existing ones.
202+
.. Note:: Existing Blueprints aren't overwritten; imported Blueprints will be added to the existing ones.

0 commit comments

Comments
 (0)