Skip to content

Commit 6f39f01

Browse files
authored
don't nest cloud ide (#47)
1 parent 550823d commit 6f39f01

File tree

7 files changed

+31
-27
lines changed

7 files changed

+31
-27
lines changed

docs/Lab Tools/Cloud IDE/cloud-ide-kubernetes.md

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

docs/Lab Tools/Cloud IDE/cloud-ide-openshift.md

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

docs/Lab Tools/Cloud IDE/_CloudIDECommon.mdx renamed to docs/Lab Tools/_CloudIDECommon.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
Cloud IDE is an online integrated development environment that closely mimics Visual Studio Code (VS Code). It offers users a familiar interface and functionality, making it accessible to those already comfortable with VS Code. This cloud-based platform supports VS Code plugins and provides a comprehensive set of development tools. Users can access their development environment from any location, eliminating the need for local installation. Cloud IDE is designed as a learning environment, but the skills and familiarity gained here are directly transferable to Visual Studio Code. This design ensures that learners can easily transition from educational projects to professional development work, bridging the gap between learning and real-world application in the software development industry.
22

3+
Cloud IDE is based on the Eclipse Theia framework, which offers functionalities like file/folder management, a terminal, and more. It runs on Ubuntu.
4+
35
## Working Directory
46

57
The base directory for all learner projects is ```/home/project```. All files and folders created during lab exercises will be stored in this directory by default.
@@ -81,4 +83,4 @@ After you've done this, you can use the launch application button to view your a
8183
## DISCLAIMER
8284

8385
- If the user is inactive for an hour, the session will be deleted
84-
- After 12 hours the session will be deleted, even if the user is active
86+
- After 12 hours the session will be deleted, even if the user is active
File renamed without changes.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
import CloudIDECommon from './_CloudIDECommon.mdx';
2+
import CodeEngine from './_CodeEngine.mdx'
3+
4+
# Cloud IDE Kubernetes
5+
6+
_Cloud IDE with Kubernetes_ is a VS Code-like IDE. It is enabled for working with Docker and Kubernetes. The docker CLI is installed and available in the terminal. The Kubernetes kubectl CLI is also available in the terminal.
7+
8+
<CloudIDECommon/>
9+
10+
---
11+
12+
<CodeEngine/>
13+
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
import CloudIDECommon from './_CloudIDECommon.mdx';
2+
import CodeEngine from './_CodeEngine.mdx'
3+
4+
# Cloud IDE Openshift
5+
6+
_Cloud IDE with OpenShift_ is a VS Code-like IDE. It is enabled for working with Docker and OpenShift. The docker CLI is installed and available in the terminal. The OpenShift oc CLI is also available in the terminal.
7+
8+
<CloudIDECommon/>
9+
10+
---
11+
12+
<CodeEngine/>

docs/Lab Tools/Cloud IDE/cloud-ide.md renamed to docs/Lab Tools/cloud-ide.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ import CodeEngine from './_CodeEngine.mdx'
33

44
# Cloud IDE
55

6+
_Cloud IDE_ is a VS Code-like IDE.
7+
68
<CloudIDECommon/>
79

810
---
911

10-
<CodeEngine/>
12+
<CodeEngine/>

0 commit comments

Comments
 (0)