diff options
author | Evan Read <eread@gitlab.com> | 2019-03-01 19:08:49 +0000 |
---|---|---|
committer | Marcia Ramos <marcia@gitlab.com> | 2019-03-01 19:08:49 +0000 |
commit | cdd93ac6d01356d787769f0dda4ea76ed45c24a4 (patch) | |
tree | 1ddfc33ee141c5753f4191d0ef27652388d39737 | |
parent | 933f6bf2eea64512b59d5e53ad1bd3aac123155a (diff) | |
download | gitlab-ce-cdd93ac6d01356d787769f0dda4ea76ed45c24a4.tar.gz |
Add quick link to GitLab.com settings
-rw-r--r-- | doc/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/README.md b/doc/README.md index 633b4483a53..ecc214d97c8 100644 --- a/doc/README.md +++ b/doc/README.md @@ -38,6 +38,7 @@ Have a look at some of our most popular documentation resources: | [GitLab CI/CD examples](ci/examples/README.md) | Get up to speed quickly with common CI/CD scenarios. | | [GitLab Container Registry](user/project/container_registry.md) | Host containers within GitLab. | | [GitLab Pages](user/project/pages/index.md) | Host static websites for your projects with GitLab. | +| [GitLab.com settings](user/gitlab_com/index.md) | Settings for [GitLab.com](#gitlabcom). | | [Kubernetes integration](user/project/clusters/index.md) | Use GitLab with Kubernetes. | | [SSH authentication](ssh/README.md) | Secure your network communications. | | [Using Docker images](ci/docker/using_docker_images.md) | Build and test your applications with Docker. | |