Skip to content
This repository has been archived by the owner on Apr 19, 2021. It is now read-only.

Commit

Permalink
Add feature preview docs and a note about custom IDE images (#851)
Browse files Browse the repository at this point in the history
  • Loading branch information
gtsiolis authored Dec 4, 2020
1 parent 2b3c6a2 commit f8f61ae
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
26 changes: 26 additions & 0 deletions src/docs/feature-preview.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Feature Preview

You can enable Feature Preview from the [Settings](https://gitpod.io/settings/). This will enable a beta preview of some of the latest functionalities and features that are being actively developed. Some of them are user-facing features while others take place in the backstage.

You can disable Feature Preview at any time.

If you have suggestions on how we can improve a feature, please provide feedback by [opening an issue](https://github.com/gitpod-io/gitpod/issues/new/choose).

> Once you enable this, existing and new workspaces will automatically start with all beta features. Disabling this could make existing workspaces unstable.
## Root Access

Root Access allows you to attain privileged control within a workspace and be able to run commands as root.

This feature also enables Docker in your workspace. Run `sudo docker-up` to start a Docker daemon.

## Default IDE

Gitpod uses Theia as the default IDE. This setting allows you to choose between [Theia](https://github.com/eclipse-theia/theia) and [Code](https://github.com/microsoft/vscode) editors.

You can choose between 2 options:

- Theia
- Code

> There's also a private beta for allowing a custom IDE image for the default IDE. If you are interested, feel free to reach out through the [contact form](https://www.gitpod.io/contact/).
4 changes: 4 additions & 0 deletions src/docs/menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@ export const MENU: MenuEntry[] = [
),
]
),
M(
"Feature Preview",
"feature-preview",
),
M(
"Gitpod Self-Hosted",
"self-hosted/latest/self-hosted",
Expand Down

0 comments on commit f8f61ae

Please sign in to comment.