Skip to content

Commit 4809ec2

Browse files
Merge branch 'master' into theme-upgrade
2 parents 6e1bd9e + 7757de4 commit 4809ec2

50 files changed

Lines changed: 656 additions & 484 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.settings

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

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/common/tools/student-virtual-coach.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Virtual Coach
99

1010
The Virtual Coach can help you understand the error messages you have received, gain a better understanding of the assignment prompt, or receive a hint about the next possible steps.
1111

12+
.. note::
13+
Virtual Coach responses may be AI-generated. Always verify suggestions against your assignment, course materials, and instructor guidance.
1214

1315
To open Virtual Coach, click the Chatbot icon at the bottom-right corner of the screen. This icon will only be available if your teachers enable this feature.
1416

source/img/codiofeedback.png

12 KB
Loading

source/img/common-cartridge.png

68.6 KB
Loading

source/img/export_blueprints.png

26.9 KB
Loading
22.8 KB
Loading

source/img/google_integrate.png

70.9 KB
Loading
15.5 KB
Loading

0 commit comments

Comments
 (0)