Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
76e22e5
Updated signing up as a mentor file
ushajohn May 29, 2025
ddfb994
Added docs for mentor 3.2
ushajohn Jun 10, 2025
546179e
Added and updated docs for mentor 3.2
ushajohn Jun 13, 2025
8fbe07f
Updated the docs for mentor 3.2
ushajohn Jun 15, 2025
5ef0961
Updated mentees connection doc
ushajohn Jun 16, 2025
750052a
Edited mentorconnections doc
ushajohn Jun 16, 2025
e38836a
Updated a few docs
ushajohn Jun 17, 2025
3bde571
Edited mentor request and menteeconnections doc
ushajohn Jun 17, 2025
615cf5b
Updated a few docs and images
ushajohn Jun 18, 2025
5522ca7
Updated creating profile doc
ushajohn Jun 18, 2025
7d53229
Updated mentee and mentor profile docs
ushajohn Jun 19, 2025
baf2241
Edits to mentor request and mentorconnections docs
ushajohn Jun 20, 2025
99e39e5
corrected the typo error
ushajohn Jun 20, 2025
43c318c
Updated mentor request doc
ushajohn Jun 20, 2025
44b8d1b
Edits to mentor request and mentor connections docs
ushajohn Jun 23, 2025
746a492
Updated mentor directory screenshot
ushajohn Jun 23, 2025
bbbc1f8
Updated mentor request doc
ushajohn Jun 25, 2025
5b4b38c
Updated mentorconnections doc
ushajohn Jun 25, 2025
0e2a5b8
Updated mentor doc and upcomingsession image
ushajohn Jun 26, 2025
ac0739c
Edits to menteesconnections doc
ushajohn Jun 26, 2025
21aee22
Updated mentee and mentorconnections doc
ushajohn Jun 27, 2025
bcc0efb
Edits to mentor request doc
ushajohn Jul 3, 2025
eab61c0
Edits to mentor directory doc
ushajohn Jul 11, 2025
9a30fab
Created document structure for User Services
ushajohn Sep 17, 2025
03c918d
sentence correction for intro doc
ushajohn Sep 18, 2025
cc1e57b
sentence corrections
ushajohn Sep 22, 2025
012488a
updated intro doc
ushajohn Sep 24, 2025
2816fd4
Updated the documentation structure
ushajohn Sep 24, 2025
13ea3f6
Updated login and register docs
ushajohn Sep 25, 2025
aa1a81b
Updated intro and added key capabilities section
ushajohn Sep 30, 2025
61013a4
Updated key capabilities doc
ushajohn Oct 6, 2025
6671bb4
Updated the search feature in the mentor directory doc
ushajohn Oct 6, 2025
3ddd207
Updated mentor directory and register doc
ushajohn Oct 10, 2025
de8eb20
Updated with feedback comments for the new features
ushajohn Oct 27, 2025
c8fe789
Changes made in the navigation steps for mentor
ushajohn Nov 13, 2025
1ed69ef
Updated a few files in the mentor application and user services
ushajohn Nov 25, 2025
6e66fad
updated file extn
ushajohn Dec 5, 2025
b192224
Added versiondropdown for Mentor
ushajohn Dec 10, 2025
4552657
Updated login and register docs for userservices
ushajohn Dec 19, 2025
2c595e6
Update sidebarsUserservices.js
ushajohn Mar 3, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions src/docusaurus/docs/aboutorganizationadministrator.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ After receiving the application's link, you must sign up to create an account.

To log out, do one of the following actions:

* Select <b>Logout</b> from the <b>Application</b> menu.
* On <b>desktop</b>: Select <b>Logout</b> from the left panel.

* Go to the <b>Application</b> menu <img src={BurgerMenu}/> and select <b>Logout</b>.
* On <b>mobile</b>: Tap the <img src={BurgerMenu}/> icon and select <b>Logout</b>.
Comment on lines +34 to +36
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Add alt text to the image for accessibility.

The image element on line 36 is missing alt text, which is required for accessibility compliance (WCAG). Add a descriptive alt attribute.

-* On <b>mobile</b>: Tap the <img src={BurgerMenu}/> icon and select <b>Logout</b>.
+* On <b>mobile</b>: Tap the <img src={BurgerMenu} alt="Burger menu icon"/> icon and select <b>Logout</b>.
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
* On <b>desktop</b>: Select <b>Logout</b> from the left panel.
* Go to the <b>Application</b> menu <img src={BurgerMenu}/> and select <b>Logout</b>.
* On <b>mobile</b>: Tap the <img src={BurgerMenu}/> icon and select <b>Logout</b>.
* On <b>desktop</b>: Select <b>Logout</b> from the left panel.
* On <b>mobile</b>: Tap the <img src={BurgerMenu} alt="Burger menu icon"/> icon and select <b>Logout</b>.
🤖 Prompt for AI Agents
In src/docusaurus/docs/aboutorganizationadministrator.mdx around lines 34 to 36,
the <img> tag rendering the burger menu icon is missing an alt attribute; add a
descriptive alt prop (e.g., alt="burger menu icon" or alt="menu") to the image
JSX so it meets accessibility/WCAG requirements and conveys the icon purpose to
screen readers.




7 changes: 5 additions & 2 deletions src/docusaurus/docs/aboutsessionmanager.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import SignUp from './_signup.mdx';
import Admonition from '@theme/Admonition';
import BurgerMenu from './media/burgermenu-icon.png'


# Session Manager

Expand Down Expand Up @@ -33,7 +35,8 @@ After receiving the application's link, you must sign up to create an account.

To log out, do one of the following actions:

* Select <b>Logout</b> from the <b>Application</b> menu.
* On <b>desktop</b>: Select <b>Logout</b> from the left panel.

* On <b>mobile</b>: Tap the <img src={BurgerMenu}/> icon and select <b>Logout</b>.

* Go to the <b>Application</b> menu ![burger menu](media/burgermenu-icon.png) and select <b>Logout</b>.

4 changes: 2 additions & 2 deletions src/docusaurus/docs/accountloginactivity.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ On the Login activity page, you can view the following:

To access the Login activity page, do one of the following actions:

* Select <b>Login activity</b> from the <b>Application</b> menu.
* Go to the <b>Application</b> menu <img src={BurgerMenu}/> and select <b>Login activity</b>.
* On <b>desktop</b>: Select <b>Login activity</b> from the left panel.
* On <b>mobile</b>: Tap the <img src={BurgerMenu}/> icon and select <b>Login activity</b>.

![](media/loginactivity.png)

Expand Down
8 changes: 6 additions & 2 deletions src/docusaurus/docs/bulkupload.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import Admonition from '@theme/Admonition';
import BurgerMenu from './media/burgermenu-icon.png'

# Uploading Users to the Application

Expand All @@ -17,8 +18,11 @@ Using a CSV file, organization administrators can upload the list of users to th
**To upload users to the application, do as follows:**

1. Do one of the following actions:
* Select **Workspace** from the **Application** menu.
* Go to the **Application** menu ![burger menu](media/burgermenu-icon.png) and select **Workspace**.

* On <b>desktop</b>: Select <b>Workspace</b> from the left panel.

* On <b>mobile</b>: Tap the <img src={BurgerMenu}/> icon and select <b>Workspace</b>.


2. On the Workspace page, click **Manage user**.

Expand Down
14 changes: 9 additions & 5 deletions src/docusaurus/docs/change-language.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,15 @@ You can use the application in a language of your choice.

**To change the language settings, do as follows:**

<ol>
<li>Go to the <b>Application</b> menu <div class="inlineImg"><img src={BurgerMenu}/></div> and select <b>Language</b>.</li>
<li>On the Language page, click a <b>Language</b> button of your choice.</li>
1. * On <b>desktop</b>: Select <b>Language</b> from the left panel.

* On <b>mobile</b>: Tap the <img src={BurgerMenu}/> icon and select <b>Language</b>.

2. On the Language page, click a <b>Language</b> button of your choice.

<p>
<img src={PortalLanguageSetting} />
</p>
<li>Click <b>Submit</b>. The text on the application user interface now appears in the language that you have chosen.</li>
</ol>

3. Click <b>Submit</b>. The text on the application user interface now appears in the language that you have chosen.

4 changes: 2 additions & 2 deletions src/docusaurus/docs/changepassword.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ For a secure account, you can change your existing password if:

1. Do one of the following actions:

* Select <b>Change password</b> from the <b>Application</b> menu.
* Go to the <b>Application</b> menu <img src={BurgerMenu}/> and select <b>Change password</b>.
* On <b>desktop</b>: Select <b>Change password</b> from the left panel.
* On <b>mobile</b>: Tap the <img src={BurgerMenu}/> icon and select <b>Change password</b>.

2. Enter your old password and the new password.

Expand Down
13 changes: 9 additions & 4 deletions src/docusaurus/docs/createsession-sessionmanager.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ import PartialExample from './_mentored.mdx';
import Admonition from '@theme/Admonition';
import BulkUploadTable from './_sessionbulkuploadtable.mdx';
import FormFieldsNote from './_formfieldscustomizability.mdx';
import BurgerMenu from './media/burgermenu-icon.png'


# Creating Sessions for an Organization

Expand All @@ -18,8 +20,9 @@ Sessions can be created using any one of the following methods:

1. Do one of the following actions:

* Select <b>Workspace</b> from the <b>Application</b> menu.
* Go to the <b>Application</b> menu ![](media/burgermenu-icon.png) and select <b>Workspace</b>.
* On <b>desktop</b>: Select <b>Workspace</b> from the left panel.

* On <b>mobile</b>: Tap the <img src={BurgerMenu}/> icon and select <b>Workspace</b>.

2. On the Workspace page, click <b>Manage session</b>.

Expand Down Expand Up @@ -234,9 +237,10 @@ For an organization's mentorship program, you can create and schedule multiple s
**To create sessions through bulk upload, do as follows:**

1. Do one of the following actions:

* On <b>desktop</b>: Select <b>Workspace</b> from the left panel.

* Select <b>Workspace</b> from the <b>Application</b> menu.
* Go to the <b>Application</b> menu ![](media/burgermenu-icon.png) and select <b>Workspace</b>.
* On <b>mobile</b>: Tap the <img src={BurgerMenu}/> icon and select <b>Workspace</b>.

2. On the Workspace page, click **Manage session**.

Expand Down Expand Up @@ -277,3 +281,4 @@ For an organization's mentorship program, you can create and schedule multiple s




16 changes: 7 additions & 9 deletions src/docusaurus/docs/creating-and-managing-mentee-profile.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import Admonition from '@theme/Admonition';
import FormFieldsNote from './_formfieldscustomizability.mdx';
import BurgerMenu from './media/burgermenu-icon.png';

# Creating a Mentee Profile

Expand Down Expand Up @@ -67,14 +68,12 @@ To view the Profile page, do one of the following actions:

* Do one of the following actions:

* Select <b>Profile</b> from the <b>Application</b> menu.
* Go to the <b>Application</b> menu ![burger menu](media/burgermenu-icon.png) and select <b>Profile</b>.
* On <b>desktop</b>: Select <b>Profile</b> from the left panel.
* On <b>mobile</b>: Tap the <img src={BurgerMenu}/> icon and select <b>Profile</b> from the left panel.

![](media/portal-menteeapplicationmenu.png)
![](media/portal-mentorapplicationmenu.png)

* Go to the <b>Profile</b> tab.

![](media/profile-icon.png)

### Updating Your Profile

Expand All @@ -101,11 +100,10 @@ You can view the list of additional roles (such as mentor, session manager, and

To view the list of assigned roles, do any one of the following actions:

* Click the **View roles** link on the Profile page.
* On <b>desktop</b>: Click <b>View roles</b> on the left panel.

* Do one of the following actions:
* On <b>mobile</b>: Tap the <img src={BurgerMenu}/> icon and click <b>View roles</b> on the left panel.

* Click the **View roles** link on the <b>Application</b> menu
* Go to the <b>Application</b> menu ![burger menu](media/burgermenu-icon.png) and click **View roles** link.


![](media/viewroles-mentee.png)
19 changes: 8 additions & 11 deletions src/docusaurus/docs/creating-and-managing-mentor-profile.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import Admonition from '@theme/Admonition';
import FormFieldsNote from './_formfieldscustomizability.mdx';
import BurgerMenu from './media/burgermenu-icon.png';


# Creating a Mentor Profile

Expand Down Expand Up @@ -72,14 +74,11 @@ To view the Profile page, do one of the following actions:

* Do one of the following actions:

* Select <b>Profile</b> from the <b>Application</b> menu.
* Go to the <b>Application</b> menu ![burger menu](media/burgermenu-icon.png) and select <b>Profile</b>.

![](media/portal-menteeapplicationmenu.png)
* On <b>desktop</b>: Select <b>Profile</b> from the left panel.
* On <b>mobile</b>: Tap the <img src={BurgerMenu}/> icon and select <b>Profile</b> from the left panel.

* Go to the <b>Profile</b> tab.

![](media/profile-icon.png)
![](media/portal-mentorapplicationmenu.png)


### Updating Your Profile

Expand Down Expand Up @@ -110,11 +109,9 @@ You can view the list of additional roles (such as session manager or organizati

To view the list of assigned roles, do any one of the following actions:

* Click the **View roles** link on the Profile page.
* On <b>desktop</b>: Click <b>View roles</b> on the left panel.

* Do one of the following actions:
* On <b>mobile</b>: Tap the <img src={BurgerMenu}/> icon and click <b>View roles</b> on the left panel.

* Click the **View roles** link on the <b>Application</b> menu
* Go to the <b>Application</b> menu ![burger menu](media/burgermenu-icon.png) and click **View roles** link.

![](media/viewroles-mentor.png)
16 changes: 8 additions & 8 deletions src/docusaurus/docs/dashboard-for-mentees.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@ The Dashboard provides a summary of the number of sessions attended by the mente

<ol>
<li>To view the Dashboard page, do any one of the following actions:</li>
</ol>
<ul>
<li>Do one of the following actions:</li>
<ul>
<li>Select <b>Dashboard</b> from the <b>Application</b> menu.</li>
<li>Go to the <b>Application</b> menu <img src={BurgerMenu}/> and then select <b>Dashboard</b>.</li>
</ul>
<li>On <b>desktop</b>: Select <b>Dashboard</b> from the left panel.</li>

<p>
<img src={PortalApplicationMenu} />
</p>
<li>Go to the <b>Dashboard</b> tab.</li>
<li>On <b>mobile</b>: Go to the application and click the <b>Dashboard</b> tab located at the bottom of the screen.</li>

</ul>

<p>
<img src={DashboardIcon} />
</p>
</ul>
</ol>


The mentee dashboard helps to track the total number of sessions attended by the mentees and also the total time spent for learning activities.

Expand Down
17 changes: 9 additions & 8 deletions src/docusaurus/docs/dashboard-for-mentors.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,22 @@ The Dashboard provides a summary of the number of sessions conducted and attende

<ol>
<li>To view the Dashboard page, do any one of the following actions:</li>
</ol>
<ul>
<li>Do one of the following actions:</li>
<ul>
<li>Select <b>Dashboard</b> from the <b>Application</b> menu.</li>
<li>Go to the <b>Application</b> menu <img src={BurgerMenu}/> and select <b>Dashboard</b>.</li>
</ul>
<li>On <b>desktop</b>: Select <b>Dashboard</b> from the left panel.</li>

<p>
<img src={PortalApplicationMenu} />
</p>
<li>Go to the <b>Dashboard</b> tab.</li>
<li>On <b>mobile</b>: Go to the application and click the <b>Dashboard</b> tab located at the bottom of the screen.</li>

</ul>

<p>
<img src={DashboardIcon} />
</p>
</ul>
</ol>




By default, the dashboard displays the mentoring session details for a mentee. You need to change the role to mentor. To change to mentor, select the Mentor role from the **Role** dropdown.
Expand Down
19 changes: 10 additions & 9 deletions src/docusaurus/docs/dashboard-for-sm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,22 @@ and the mentor rating received for the sessions conducted.

<ol>
<li>To view the Dashboard page, do any one of the following actions:</li>
</ol>
<ul>
<li>Do one of the following actions:</li>
<ul>
<li>Select <b>Dashboard</b> from the <b>Application</b> menu.</li>
<li>Go to the <b>Application</b> menu <img src={BurgerMenu}/> and select <b>Dashboard</b>.</li>
</ul>
<li>On <b>desktop</b>: Select <b>Dashboard</b> from the left panel.</li>

<p>
<img src={SessionManagerMenu} />
<img src={PortalApplicationMenu} />
</p>
<li>Go to the <b>Dashboard</b> tab.</li>
<li>On <b>mobile</b>: Go to the application and click the <b>Dashboard</b> tab located at the bottom of the screen.</li>

</ul>

<p>
<img src={DashboardIcon} />
</p>
</ul>
</ol>




By default, the dashboard displays the mentoring session details for a mentee. You need to change the role to session manager.
Expand Down
7 changes: 4 additions & 3 deletions src/docusaurus/docs/joinassignedsession.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import Admonition from '@theme/Admonition';
import PartialExample from './_mentored.mdx';
import JoinStepPortal from './_joinsessionstep-portal.mdx';
import ViewSessionList from './media/sessionlist-view.png';
import BurgerMenu from './media/burgermenu-icon.png'

# Joining Sessions Assigned to Mentors

Expand All @@ -20,10 +21,10 @@ Before joining a Public or Private session, you must enroll for the session.
**To enroll for a session, do as follows:**

1. Do one of the following actions:

* On <b>desktop</b>: Select <b>Workspace</b> from the left panel.

* Select <b>Workspace</b> from the <b>Application</b> menu.

* Go to the <b>Application</b> menu ![burger menu](media/burgermenu-icon.png) and select <b>Workspace</b>.
* On <b>mobile</b>: Tap the <img src={BurgerMenu}/> icon and select <b>Workspace</b>.

2. Click **Manage sessions**. The Session list section appears.

Expand Down
18 changes: 10 additions & 8 deletions src/docusaurus/docs/manageassignedsession.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import Admonition from '@theme/Admonition';
import BulkUploadTable from './_sessionbulkuploadtable.mdx';
import BurgerMenu from './media/burgermenu-icon.png'

# Managing Sessions Assigned to Mentors

Expand All @@ -21,9 +22,9 @@ After publishing sessions, the list of sessions appear on the Session list secti

1. Do one of the following actions:

* Select <b>Workspace</b> from the <b>Application</b> menu.

* Go to the <b>Application</b> menu ![burger menu](media/burgermenu-icon.png) and select <b>Workspace</b>.
* On <b>desktop</b>: Select <b>Workspace</b> from the left panel.
* On <b>mobile</b>: Tap the <img src={BurgerMenu}/> icon and select <b>Workspace</b>.

2. Click **Manage sessions**.

Expand Down Expand Up @@ -199,9 +200,9 @@ You can update the session or meeting information only until the scheduled start

1. Do one of the following actions:

* Select <b>Workspace</b> from the <b>Application</b> menu.

* Go to the <b>Application</b> menu ![burger menu](media/burgermenu-icon.png) and select <b>Workspace</b>.
* On <b>desktop</b>: Select <b>Workspace</b> from the left panel.
* On <b>mobile</b>: Tap the <img src={BurgerMenu}/> icon and select <b>Workspace</b>.

2. Click **Manage sessions**.

Expand Down Expand Up @@ -280,9 +281,10 @@ To delete multiple sessions, you can upload a CSV file containing the list of se

1. Do one of the following actions:

* Select <b>Workspace</b> from the <b>Application</b> menu.
* On <b>desktop</b>: Select <b>Workspace</b> from the left panel.

* On <b>mobile</b>: Tap the <img src={BurgerMenu}/> icon and select <b>Workspace</b>.

* Go to the <b>Application</b> menu ![burger menu](media/burgermenu-icon.png) and select <b>Workspace</b>.

2. Go to the **Bulk upload** tab.

Expand Down
Loading