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
path: root/doc
diff options
context:
space:
mode:
authorNick Gaskill <ngaskill@gitlab.com>2021-02-03 20:22:20 +0300
committerNick Gaskill <ngaskill@gitlab.com>2021-02-03 20:22:20 +0300
commita845f057c5277b21c3decaa798a29dea3c0bace8 (patch)
treecc3fff372b96ba82dfbc2e3ada3a274d06d1198c /doc
parent76853c7c2b57ade8331a1218f1eae7d976c319c4 (diff)
Apply 1 suggestion(s) to 1 file(s)
Diffstat (limited to 'doc')
-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`.