diff --git a/docs/remote_session.md b/docs/remote_session.md index 7c9a74b9..66b1c7e7 100644 --- a/docs/remote_session.md +++ b/docs/remote_session.md @@ -18,9 +18,10 @@ meets resource needs: * Replicate a previously executed experiment's execution environment and [interactively execute and debug](apps/clearml_session.md#starting-a-debugging-session) it on a remote session * Develop directly inside your Kubernetes pods ([see ClearML Agent](clearml_agent/clearml_agent_deployment.md#kubernetes)) * And more! -* GUI Applications (available under ClearML Enterprise Plan) - These apps provide local links to access JupyterLab or - VS Code on a remote machine over a secure and encrypted SSH connection, letting you use the IDE as if you're running - on the target machine itself. +* GUI Applications (available under ClearML Enterprise Plan) - These apps provide access to remote machines over a + secure and encrypted SSH connection, allowing you to work in a remote environment using your preferred development + tools. + * [SSH Session](webapp/applications/apps_ssh_session.md) - Launch a full development environment with a detached interactive SSH session on a remote machine * [JupyterLab](webapp/applications/apps_jupyter_lab.md) - Launch a JupyterLab session on a remote machine * [VS Code](webapp/applications/apps_vscode.md) - Launch a VS Code session on a remote machine diff --git a/sidebars.js b/sidebars.js index 7538a25b..f2885489 100644 --- a/sidebars.js +++ b/sidebars.js @@ -74,6 +74,7 @@ module.exports = { {'Remote IDE': [ 'remote_session', 'apps/clearml_session', + {type: 'ref', id: 'webapp/applications/apps_ssh_session'}, {type: 'ref', id: 'webapp/applications/apps_jupyter_lab'}, {type: 'ref', id: 'webapp/applications/apps_vscode'} ]