Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/development.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/development.md b/doc/development.md
index 7838a2a8..2fbc6dbe 100644
--- a/doc/development.md
+++ b/doc/development.md
@@ -54,13 +54,6 @@ Pages access control is disabled by default. To enable it:
access_control: true
```
-1. Modify your `config/gitlab.yml` file:
-
- ```rb
- pages:
- access_control: true
- ```
-
1. Restart GitLab (if running through the GDK, run `gdk restart`). Note that running
`gdk reconfigure` overwrites the value of `access_control` in `config/gitlab.yml`.