diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2017-02-22 18:02:37 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2017-02-22 18:02:37 +0000 |
commit | 7273745e33a4f2a8f0c7c9d3a31f0f6164230ef4 (patch) | |
tree | 1f5f20de10cab5e3311141b0b546dab14c3580e0 /doc/user | |
parent | 643ff19e00a93a226bdbaa7c43aa340fd558b12b (diff) | |
parent | 324260cef9ac8282bfb5b729b510f47e64b680fa (diff) | |
download | gitlab-ce-7273745e33a4f2a8f0c7c9d3a31f0f6164230ef4.tar.gz |
Merge branch 'pages-guides' into 'master'
GitLab Pages: new guides
Closes #28097, gitlab-ee#994, #28098, and #28190
See merge request !9395
Diffstat (limited to 'doc/user')
-rw-r--r-- | doc/user/project/pages/index.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/user/project/pages/index.md b/doc/user/project/pages/index.md index 4c4f15aad40..816600964de 100644 --- a/doc/user/project/pages/index.md +++ b/doc/user/project/pages/index.md @@ -14,6 +14,8 @@ deploy static pages for your individual projects, your user or your group. Read [GitLab Pages on GitLab.com](#gitlab-pages-on-gitlab-com) for specific information, if you are using GitLab.com to host your website. +Read through [All you Need to Know About GitLab Pages][pages-index-guide] for a list of all learning materials we have prepared for GitLab Pages (webpages, articles, guides, blog posts, video tutorials). + ## Getting started with GitLab Pages > **Note:** @@ -96,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 @@ -435,3 +444,6 @@ For a list of known issues, visit GitLab's [public issue tracker]. [public issue tracker]: https://gitlab.com/gitlab-org/gitlab-ee/issues?label_name=Pages [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/getting_started_part_one.md +[video-pages-fork]: https://youtu.be/TWqh9MtT4Bg |