Skip to content

Commit 3f07d36

Browse files
authored
Lti1.1 setup update sceenshots (#405)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Documentation** * Improved styling of note blocks in documentation by replacing raw HTML with native reStructuredText directives for better clarity and theme support. * Enhanced accuracy and clarity of LMS integration instructions (Canvas, Blackboard, Moodle, Schoology, D2L) with updated UI navigation, wording, and added illustrative images. * Added new sections on LTI 1.3 Dynamic Registration for Canvas, Blackboard, and D2L integrations to simplify setup processes. * Updated organization and teacher management docs with cleaner note formatting and improved cross-references. * Refined enrollment and Git integration documentation for clearer instructions and updated references. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: Lola Valente <lvalente@codio.com>
1 parent 8614d79 commit 3f07d36

25 files changed

Lines changed: 349 additions & 154 deletions

source/common/develop/ide/editing/connect-github-codio.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ To manually import a Git repo into Codio, follow these steps:
116116
.. figure:: /img/github-clone-url.png
117117
:alt: create from GitHub
118118

119-
If you are cloning using SSH, you must have already added the Codio SSH public key as described in :ref:`Upload SSH Key to Remote Server <upload-ssh-key-remote-server>`.
119+
If you are cloning using SSH, you must have already added the Codio SSH public key as described in :ref:`SSH Key <ssh-key>`.
120120

121121
2. Create a :ref:`new project <create-import-project>` or :ref:`add an assignment <add-remove-assignment>` to a course.
122122

source/common/develop/ide/editing/git.rst

Lines changed: 13 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,9 @@ To manually import a Git repo into Codio, follow these steps:
7272

7373

7474

75-
.. raw:: html
76-
77-
<div style="margin: 0 0 10px 20px; padding: 10px; background: #f0f0f0; border: 3px solid #00ece5;">
78-
<strong>Note:</strong> If you are cloning using SSH, you must have already added the Codio SSH public key as described in <a href="https://docs.codio.com/common/settings/upload-ssh-key-remote-server.html#upload-ssh-key-remote-server">Upload SSH Key to Remote Server</a>.
79-
</div>
75+
.. note::
76+
If you are cloning using SSH, you must have already added the Codio SSH public key as described in :ref:`SSH Key <ssh-key>`.
77+
8078

8179
Create New GitHub Repo From Codio
8280
---------------------------------
@@ -89,15 +87,15 @@ If you have code in Codio and want to create a new GitHub (or other remote) repo
8987

9088
1. Create a new project in Codio or open up an existing project.
9189
2. Open the terminal (**Tools > Terminal**), type **git init** and press **Enter** to initialize Git.
92-
3. Create a new, empty repo on GitHub or other remote repo.
93-
4. Copy the repo url to the clipboard.
90+
9491

95-
.. raw:: html
96-
97-
<div style="float: right; width: 350px; margin: 0 0 10px 20px; padding: 10px; background: #f0f0f0; border: 3px solid #00ece5;">
98-
<strong>Note:</strong> If you're using GitHub, use the <strong>SSH url</strong> rather than <strong>https</strong>. Also make sure that your Codio public key is uploaded to your GitHub account or repo settings as described in <a href="https://docs.codio.com/common/settings/upload-ssh-key-remote-server.html#upload-ssh-key-remote-server">Upload SSH Key to Remote Server</a>.
99-
</div>
92+
.. container:: float-right
10093

94+
.. note::
95+
If you're using GitHub, use the **SSH url** rather than **https**. Also make sure that your Codio public key is uploaded to your GitHub account or repo settings as described in :ref:`SSH Key <ssh-key>`.
96+
97+
3. Create a new, empty repo on GitHub or other remote repo.
98+
4. Copy the repo url to the clipboard.
10199
5. In the Codio IDE, click **Tools > Git > Remotes** on the menu.
102100
6. Click the **Edit** icon and enter the **Name** and paste the **URL** into the field. It is recommended you use **origin** as the name to confirm the normal standards. You do not need to specify a username or password if you are using SSH.
103101
7. Click **Save**.
@@ -108,8 +106,6 @@ Github Commands
108106

109107
GitHub functions normally within Codio, giving you access to all the standard Git commands and GitHub features you're familiar with.
110108

111-
.. raw:: html
112-
113-
<div style="margin: 0 0 10px 20px; padding: 10px; background: #f0f0f0; border: 3px solid #00ece5;">
114-
<strong>Note:</strong> The Guides folder is automatically included in your project, unless you manually remove it</a>.
115-
</div>
109+
.. note::
110+
The Guides folder is automatically included in your project, unless you manually remove it.
111+

source/img/common-cartridge.png

68.6 KB
Loading

source/img/google_integrate.png

70.9 KB
Loading

source/img/lti/LMS-Unit-URL.png

140 KB
Loading

source/img/lti/LTIenrolllink.png

-148 KB
Loading
-85.8 KB
Loading
45.6 KB
Loading
20.3 KB
Loading

source/img/lti/enable-lti-new.png

111 KB
Loading

0 commit comments

Comments
 (0)