Skip to content

Commit 49c9b9b

Browse files
more updates for new UI (#395)
I'll do another pass this week but stop here for now. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Documentation** * Updated instructions and images to match recent user interface changes for connecting Codio with GitHub. * Clarified steps for creating new projects, including navigation details. * Revised instructions for enabling feedback links in LMS integrations, including updated feature naming and location. * Updated image references for grade weights in assignment settings. * Clarified the process for generating a course share code, specifying the need to save changes. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
2 parents 472f5e4 + b93189a commit 49c9b9b

20 files changed

Lines changed: 18 additions & 25 deletions

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

Lines changed: 14 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,20 @@ Connecting a Codio Box to a GitHub Repo
77
=======================================
88
The first step to using GitHub in Codio is connecting your Codio and GitHub accounts. You only have to do this once. Follow these steps:
99

10-
1. Click your user name in the bottom left of the main menu.
10+
1. Click your username in the top-right corner, then select **Preferences** from the menu.
1111

1212
2. Click the **Applications** tab.
1313

14-
.. image:: /img/GitHub1.png
15-
:alt:
14+
.. image:: /img/gitHub1.png
15+
:alt: The connecting GitHub dialog
1616

1717
3. In the GitHub section, click **Connect account** and log in to your Github account when prompted.
1818

19-
.. image:: /img/Github2.png
20-
:alt: GitHub Connect Account
21-
2219
4. If you are using SSH connections, click **Upload public key** so Codio and Github can exchange keys.
2320

21+
.. image:: /img/gitHub2.png
22+
:alt: Upload Public Key
23+
2424
In GitHub: Make a new repo
2525
--------------------------
2626
Each Codio box (Assignment, Book, or Project) can be mapped to a GitHub repo. This connection only needs to be established once per box.
@@ -118,20 +118,18 @@ To manually import a Git repo into Codio, follow these steps:
118118

119119
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>`.
120120

121-
2. Log in to Codio and click **New Project**.
122-
123-
3. Click the **Click here** link for more options.
121+
2. Create a :ref:`new project <create-import-project>` or :ref:`add an assignment <add-remove-assignment>` to a course.
124122

125123
.. image:: /img/github-create.png
126124
:alt: create from GitHub
127125

128-
4. In the **Select your Starting Point** area, click **Import**.
126+
3. In the **Select your Starting Point** area, click **Import**.
129127

130-
5. From the **Source** drop-down list, choose **Git**.
128+
4. From the **Source** drop-down list, choose **Git**.
131129

132-
6. Paste the Git URL into the **URL** field and add details about the project.
130+
5. Paste the Git URL into the **URL** field and add details about the project.
133131

134-
7. Click **Create**. Codio loads the repo and displays it.
132+
6. Click **Create**. Codio loads the repo and displays it.
135133

136134
A few Git helpers
137135
-----------------
@@ -146,21 +144,16 @@ Disconnect Codio from a GitHub Account
146144

147145
Follow the steps below to disconnect your GitHub account:
148146

149-
1. Click your username in the bottom-left corner of the main menu.
147+
1. Click your username in the top-right corner, then select **Preferences** from the menu.
150148

151149
2. Click the **Applications** tab.
152150

153151
3. In the GitHub section, click **Remove connection** to disconnect your GitHub account from Codio.
154152

155153
.. image:: /img/RemoveConnectionGithub.png
156-
:alt: Remove Connection
157-
158-
4. A Remove connection confirmation screen will appear (please don’t close this screen until you complete the process)
159-
160-
.. image:: /img/delGithubConn.png
161-
:alt: Delete Connection
154+
:alt: Confirm removing GitHub connection
162155

163-
5. Enter the confirmation code provided and click **Yes** to disconnect your Codio account from the GitHub account.
156+
4. A Remove connection confirmation screen will appear, click **Yes**.
164157

165158
.. Note:: When disconnecting your GitHub account or repository, note that this action does not remove the associated **SSH** key from the original repository. If you wish to revoke access, you will need to remove the **SSH** key manually in the repository settings on GitHub. However, you can leave the key in place if you plan to work with the original GitHub account again in the future.
166159

source/common/develop/projects/create-import-project.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ You can create a new project or import a project from the **Projects** page by f
1010

1111
Follow these steps:
1212

13-
1. Click **My Projects** in the navigation pane and click **New Project**.
13+
1. Select **My Projects** from the **Build** menu and click the **New Project** button.
1414

1515
.. image:: /img/project_create.png
1616
:alt: Create Project

source/img/GitHub1.png

-22.8 KB
Binary file not shown.

source/img/Github2.png

-9.16 KB
Binary file not shown.
173 KB
Loading

source/img/adjust-deadline.png

152 KB
Loading

source/img/adjusted.png

118 KB
Loading

source/img/allgradeweights.png

88.8 KB
Loading

source/img/delGithubConn.png

-17.6 KB
Binary file not shown.

source/img/gitHub1.png

135 KB
Loading

0 commit comments

Comments
 (0)