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:
authorfeistel <6742251-feistel@users.noreply.gitlab.com>2021-09-28 19:08:13 +0300
committerfeistel <6742251-feistel@users.noreply.gitlab.com>2021-10-07 16:47:32 +0300
commit1dedfac3c5e84ce14a2eb5ce4bed4c572a407775 (patch)
tree0d61150be759316956cc09fde271a382fe4895b9 /doc
parent3fe3540788f6e49f6a468a07b2a54839616f897d (diff)
docs: remove obsolete paragraph from readme and any reference to the Daemon from documentation
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 4d12ed66..c52381a0 100644
--- a/doc/development.md
+++ b/doc/development.md
@@ -168,7 +168,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
```