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:
authorJaime Martinez <jmartinez@gitlab.com>2021-10-08 02:29:35 +0300
committerJaime Martinez <jmartinez@gitlab.com>2021-10-08 02:29:35 +0300
commit247bd7ba2fd9139711218c6a42ed03c551f958d9 (patch)
tree5f34b0cf1bf51aed35fe35d5396916e89eef5485 /doc
parentc48bb316739e39ba1b225f12147fad45337aa711 (diff)
parentbf039d89071e527e2e5c1bc2e64c7513d87cba1a (diff)
Merge branch 'remove/root' into 'master'
Remove gitlab-pages daemon Closes #114 and #133 See merge request gitlab-org/gitlab-pages!542
Diffstat (limited to 'doc')
-rw-r--r--doc/development.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development.md b/doc/development.md
index d3de429f..91be0e33 100644
--- a/doc/development.md
+++ b/doc/development.md
@@ -171,7 +171,7 @@ This is an example of developing GitLab Pages inside the [GitLab Development Kit
# Inside $GDK_ROOT/gitlab-pages
$ gdk stop gitlab-pages
$ make # calls go build in this project and creates a `gitlab-pages` binary under bin/
- # start daemon manually with a config
+ # start Pages manually with a config
$ ./bin/gitlab-pages -config gitlab-pages.conf
```