From eb4e135344f2aa6e66f8d8d144f08e8dc87471c9 Mon Sep 17 00:00:00 2001 From: Michael Friedrich <mfriedrich@gitlab.com> Date: Tue, 25 Jul 2023 14:33:09 +0000 Subject: [PATCH] Add tutorial blog posts to workspaces docs --- doc/user/workspace/index.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/user/workspace/index.md b/doc/user/workspace/index.md index a344946ddbc63..d862e1098a6f1 100644 --- a/doc/user/workspace/index.md +++ b/doc/user/workspace/index.md @@ -19,8 +19,6 @@ A workspace is a virtual sandbox environment for your code in GitLab. You can us Each workspace includes its own set of dependencies, libraries, and tools, which you can customize to meet the specific needs of each project. Workspaces use the AMD64 architecture. -For a demo of this feature, see [GitLab Workspaces Demo](https://go.gitlab.com/qtu66q). - ## Set up a workspace ### Prerequisites @@ -197,6 +195,12 @@ GitLab uses the Linux root group ID permission to create, update, or delete file If you have a container image that does not support arbitrary user IDs, you cannot create, update, or delete files in a workspace. To create a container image that supports arbitrary user IDs, see the [OpenShift documentation](https://docs.openshift.com/container-platform/4.12/openshift_images/create-images.html#use-uid_create-images). +## Related topics + +- [Quickstart guide for GitLab remote development workspaces](https://go.gitlab.com/AVKFvy) +- [Set up your infrastructure for on-demand, cloud-based development environments in GitLab](https://go.gitlab.com/dp75xo) +- [GitLab workspaces demo](https://go.gitlab.com/qtu66q) + ## Troubleshooting When working with workspaces, you might encounter the following issues. -- GitLab