diff --git a/docs/Lab Tools/cloud-ide-kubernetes.md b/docs/Lab Tools/cloud-ide-kubernetes.md index fdc2176..79a615c 100644 --- a/docs/Lab Tools/cloud-ide-kubernetes.md +++ b/docs/Lab Tools/cloud-ide-kubernetes.md @@ -51,4 +51,15 @@ Within Cloud IDE, learners can access the Skills Network Toolbox by clicking the - Noun-phrases - Relations (Transformer) - Syntax -- Launch Application - This is how you view the application you run within Cloud IDE. This will open a tab either within Cloud IDE or your browser +- Launch Application - This is how you view the application you run within Cloud IDE. The **Launch Application** button lets you view applications running inside the Cloud IDE. It starts a proxy server that makes your local app accessible through the IDE. You can use either the built-in live server or a framework-specific server (e.g., Flask for Python, Express for Node.js). + + - How to use: + + - **Start your server** + - If you use the built-in live server, a notification will display the port that was opened. + + - Go to **Skills Network Toolbox**, access **Launch Application** and input the port. + + - **Access your application:** + - Click **Your Application** to open the server inside the Cloud IDE, or + - Open it in a new browser tab. \ No newline at end of file diff --git a/docs/Lab Tools/cloud-ide-openshift.md b/docs/Lab Tools/cloud-ide-openshift.md index 9ff4016..89d8e40 100644 --- a/docs/Lab Tools/cloud-ide-openshift.md +++ b/docs/Lab Tools/cloud-ide-openshift.md @@ -51,4 +51,15 @@ Within Cloud IDE, learners can access the Skills Network Toolbox by clicking the - Noun-phrases - Relations (Transformer) - Syntax -- Launch Application - This is how you view the application you run within Cloud IDE. This will open a tab either within Cloud IDE or your browser +- Launch Application - This is how you view the application you run within Cloud IDE. The **Launch Application** button lets you view applications running inside the Cloud IDE. It starts a proxy server that makes your local app accessible through the IDE. You can use either the built-in live server or a framework-specific server (e.g., Flask for Python, Express for Node.js). + + - How to use: + + - **Start your server** + - If you use the built-in live server, a notification will display the port that was opened. + + - Go to **Skills Network Toolbox**, access **Launch Application** and input the port. + + - **Access your application:** + - Click **Your Application** to open the server inside the Cloud IDE, or + - Open it in a new browser tab. diff --git a/docs/Lab Tools/cloud-ide.md b/docs/Lab Tools/cloud-ide.md index 6c8c03c..b07590d 100644 --- a/docs/Lab Tools/cloud-ide.md +++ b/docs/Lab Tools/cloud-ide.md @@ -16,13 +16,13 @@ This area is divided into two sections: - Tai's Chat Interface: This interface facilitates communication between the learner and Tai, featuring chat history, and learners' message input field. - Lab instructions: These instructions guide learners through the learning activities and exercises. -### Cloud IDE Features +## Cloud IDE Features Cloud IDE empowers learners with a comprehensive IDE experience, including: - File/folder management: Organize and manage files and folders efficiently. - Terminal: Execute commands and interact with the underlying operating system. -#### Skills Network Toolbox: +### Skills Network Toolbox: Within Cloud IDE, learners can access the Skills Network Toolbox by clicking the Skills Network Toolbox Icon button located on the left-hand side of the Cloud IDE menu bar. This toolbox offers a variety of tools to enhance the learning experience and facilitate completion of labs: @@ -50,4 +50,15 @@ Within Cloud IDE, learners can access the Skills Network Toolbox by clicking the - Noun-phrases - Relations (Transformer) - Syntax -- Launch Application - This is how you view the application you run within Cloud IDE. This will open a tab either within Cloud IDE or your browser +- Launch Application - This is how you view the application you run within Cloud IDE. The **Launch Application** button lets you view applications running inside the Cloud IDE. It starts a proxy server that makes your local app accessible through the IDE. You can use either the built-in live server or a framework-specific server (e.g., Flask for Python, Express for Node.js). + + - How to use: + + - **Start your server** + - If you use the built-in live server, a notification will display the port that was opened. + + - Go to **Skills Network Toolbox**, access **Launch Application** and input the port. + + - **Access your application:** + - Click **Your Application** to open the server inside the Cloud IDE, or + - Open it in a new browser tab. diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index f7d74f3..013404b 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -173,4 +173,12 @@ If your application fails to load or displays errors: - Check the terminal for any error messages - Ensure all required dependencies are installed - Restart your application and try again -- Otherwise, ask to open a support ticket \ No newline at end of file +- Otherwise, ask to open a support ticket + +### Problem with user session + +If you encounter an issue with your session, try resetting the lab: + +1. Click the **Reset Lab** button at the bottom of the left menu bar. +2. **Log out** to complete the reset. +3. After logging out, reopen the lab from your original tab.