Commit ade7aa1c authored by Mike Jang's avatar Mike Jang

Merge branch 'docs-remove-overview-cnorris' into 'master'

Docs: Update files to remove Overview

See merge request gitlab-org/gitlab!43769
parents a93a8a2b b9e28266
# Shell scripting standards and style guidelines # Shell scripting standards and style guidelines
## Overview
GitLab consists of many various services and sub-projects. The majority of GitLab consists of many various services and sub-projects. The majority of
their backend code is written in [Ruby](https://www.ruby-lang.org) and their backend code is written in [Ruby](https://www.ruby-lang.org) and
[Go](https://golang.org). However, some of them use shell scripts for [Go](https://golang.org). However, some of them use shell scripts for
...@@ -15,7 +13,7 @@ should be eventually harmonized with this guide. If there are any per-project ...@@ -15,7 +13,7 @@ should be eventually harmonized with this guide. If there are any per-project
deviations from this guide, they should be described in the deviations from this guide, they should be described in the
`README.md` or `PROCESS.md` file for such a project. `README.md` or `PROCESS.md` file for such a project.
### Avoid using shell scripts ## Avoid using shell scripts
CAUTION: **Caution:** CAUTION: **Caution:**
This is a must-read section. This is a must-read section.
......
...@@ -4,8 +4,6 @@ type: reference, howto ...@@ -4,8 +4,6 @@ type: reference, howto
# Rack Attack initializer # Rack Attack initializer
## Overview
[Rack Attack](https://github.com/kickstarter/rack-attack), also known as Rack::Attack, is a Ruby gem [Rack Attack](https://github.com/kickstarter/rack-attack), also known as Rack::Attack, is a Ruby gem
that is meant to protect GitLab with the ability to customize throttling and that is meant to protect GitLab with the ability to customize throttling and
to block user IP addresses. to block user IP addresses.
......
...@@ -2,8 +2,6 @@ ...@@ -2,8 +2,6 @@
> [Introduced](https://gitlab.com/gitlab-org/gitlab-foss/-/issues/39840) in GitLab 11.11. > [Introduced](https://gitlab.com/gitlab-org/gitlab-foss/-/issues/39840) in GitLab 11.11.
## Overview
Similar to [project-level](../../project/clusters/index.md) Similar to [project-level](../../project/clusters/index.md)
and [group-level](../../group/clusters/index.md) Kubernetes clusters, and [group-level](../../group/clusters/index.md) Kubernetes clusters,
instance-level Kubernetes clusters allow you to connect a Kubernetes cluster to instance-level Kubernetes clusters allow you to connect a Kubernetes cluster to
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment