Skip to content

Disable gitlab_docs by default for Gitpod

Ash McKenzie requested to merge ashmckenzie/disable-gitlab-docs-in-gitpod into master

What does this MR do and why?

In an effort to improve the bootup speed of Gitpod we're disabling gitlab_docs from being enabled by default. To enable gitlab_docs for a running instance going forward, simply run:

$ gdk config set gitlab_docs.enabled enabled
$ gdk reconfigure
$ gdk restart

Closes: #362457 (closed)

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Ash McKenzie

Merge request reports