From 4d6d5ce64fd5bce8fa3db6dcb14deb930589a008 Mon Sep 17 00:00:00 2001
From: Marcia Ramos <virtua.creative@gmail.com>
Date: Tue, 21 Feb 2017 17:14:18 -0300
Subject: [PATCH] add quick start section to user docs

---
 doc/user/project/pages/index.md | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/doc/user/project/pages/index.md b/doc/user/project/pages/index.md
index ff42e383880..e07b7e83f81 100644
--- a/doc/user/project/pages/index.md
+++ b/doc/user/project/pages/index.md
@@ -98,6 +98,13 @@ The steps to create a project page for a user or a group are identical:
 A user's project will be served under `http(s)://username.example.io/projectname`
 whereas a group's project under `http(s)://groupname.example.io/projectname`.
 
+## Quick Start
+
+Read through [GitLab Pages Quick Start Guide][pages-quick] or watch the video tutorial on
+[how to publish a website with GitLab Pages on GitLab.com from a forked project][video-pages-fork].
+
+See also [All you Need to Know About GitLab Pages][pages-index-guide] for a list with all the resources we have for GitLab Pages.
+
 ### Explore the contents of `.gitlab-ci.yml`
 
 The key thing about GitLab Pages is the `.gitlab-ci.yml` file, something that
@@ -438,3 +445,5 @@ For a list of known issues, visit GitLab's [public issue tracker].
 [ce-14605]: https://gitlab.com/gitlab-org/gitlab-ce/issues/14605
 [quick start guide]: ../../../ci/quick_start/README.md
 [pages-index-guide]: ../../../pages/
+[pages-quick]: ../../../pages/pages_quick_start_guide.html
+[video-pages-fork]: https://youtu.be/TWqh9MtT4Bg
-- 
GitLab