From 80f0745069d56524334974d7ce1187b6c113bdd7 Mon Sep 17 00:00:00 2001 From: Viraj Date: Wed, 22 Sep 2021 11:23:02 +0000 Subject: [PATCH 1/2] Spelling fix changed 'repo' to 'repository' --- doc/development.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/development.md b/doc/development.md index db646ff4a..ac694b9ec 100644 --- a/doc/development.md +++ b/doc/development.md @@ -1,8 +1,8 @@ -# Getting started with development +# Getting started with development. If you want to develop GitLab Pages with the GDK, follow [these instructions](https://gitlab.com/gitlab-org/gitlab-development-kit/-/blob/main/doc/howto/pages.md). -You can also run and develop GitLab Pages outside of the GDK. Here is a few commands and host file changes to get you running with the examples built into the repo. +You can also run and develop GitLab Pages outside of the GDK. Here is a few commands and host file changes to get you running with the examples built into the repository. Create `gitlab-pages.conf` in the root of this project: -- GitLab From f600c1c4c93880664bb60f1717df97f579e2eb65 Mon Sep 17 00:00:00 2001 From: Viraj Date: Thu, 23 Sep 2021 12:14:10 +0000 Subject: [PATCH 2/2] Revert "Spelling fix changed 'repo' to 'repository'" This reverts commit 80f0745069d56524334974d7ce1187b6c113bdd7 --- doc/development.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/development.md b/doc/development.md index ac694b9ec..db646ff4a 100644 --- a/doc/development.md +++ b/doc/development.md @@ -1,8 +1,8 @@ -# Getting started with development. +# Getting started with development If you want to develop GitLab Pages with the GDK, follow [these instructions](https://gitlab.com/gitlab-org/gitlab-development-kit/-/blob/main/doc/howto/pages.md). -You can also run and develop GitLab Pages outside of the GDK. Here is a few commands and host file changes to get you running with the examples built into the repository. +You can also run and develop GitLab Pages outside of the GDK. Here is a few commands and host file changes to get you running with the examples built into the repo. Create `gitlab-pages.conf` in the root of this project: -- GitLab