diff options
author | Marcia Ramos <virtua.creative@gmail.com> | 2018-03-21 10:45:12 -0300 |
---|---|---|
committer | Marcia Ramos <virtua.creative@gmail.com> | 2018-03-21 10:53:32 -0300 |
commit | d929143a2d35a4549902f55d85a25fb90ac85c56 (patch) | |
tree | f89d0be8e72bca12bb87baae76ab5b525238e6f4 | |
parent | a11e9d086d6bb3573415e54b6f954935baeb662f (diff) | |
download | gitlab-ce-docs-organize-by-category.tar.gz |
copyedit (Axil's review)docs-organize-by-category
-rw-r--r-- | doc/README.md | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/doc/README.md b/doc/README.md index e31dd2334f9..be805a2ccc4 100644 --- a/doc/README.md +++ b/doc/README.md @@ -16,12 +16,12 @@ To understand what features you have access to, check the [GitLab subscriptions] | General documentation | GitLab CI/CD docs | | :----- | :----- | | [User documentation](user/index.md) | [GitLab CI/CD](ci/README.md) | -| [Administrator documentation](administration/index.md) | [Quick start guide](ci/quick_start/README.md) | +| [Administrator documentation](administration/index.md) | [GitLab CI/CD quick start guide](ci/quick_start/README.md) | | [Contributor documentation](#contributor-documentation) | [Configuring `.gitlab-ci.yml`](ci/yaml/README.md) | | [Getting started with GitLab](#getting-started-with-gitlab) | [Using Docker images](ci/docker/using_docker_images.md) | | [API](api/README.md) | [Auto DevOps](topics/autodevops/index.md) | -| [SSH authentication](ssh/README.md) | | -| [GitLab Pages](user/project/pages/index.md) | +| [SSH authentication](ssh/README.md) | [Kubernetes integration](user/project/clusters/index.md)| +| [GitLab Pages](user/project/pages/index.md) | [GitLab Container Registry](user/project/container_registry.md) | ## Complete DevOps with GitLab @@ -30,9 +30,9 @@ and operations that enables Concurrent DevOps, making the software lifecycle three times faster and radically improving the speed of business. GitLab provides solutions for all the stages of the DevOps lifecycle: [plan](#plan), [create](#create), [verify](#verify), [package](#package), -[release](#release), [configure](#configure), [monitor](#monitor): +[release](#release), [configure](#configure), [monitor](#monitor). -![DevOps Lifecycle](img_home/devops_lifecycle.png) +![DevOps Lifecycle](img/devops_lifecycle.png) ### Plan @@ -131,7 +131,7 @@ GitLab Container Registry gives you the enhanced security and access controls of custom Docker images without 3rd party add-ons. Easily upload and download images from GitLab CI/CD with full Git repository management integration. -- [GitLab CI](ci/README.md): Explore the features and capabilities of Continuous Integration, Continuous Delivery, and Continuous Deployment with GitLab. +- [GitLab CI/CD](ci/README.md): Explore the features and capabilities of Continuous Integration, Continuous Delivery, and Continuous Deployment with GitLab. - [GitLab Container Registry](user/project/container_registry.md): Learn how to use GitLab's built-in Container Registry. ### Release @@ -151,7 +151,6 @@ Auto Devops. Best practice templates get you started with minimal to zero configuration. Then customize everything from buildpacks to CI/CD. - [Auto DevOps](topics/autodevops/index.md) -- [Operations](administration/operations/index.md) ### Monitor |